blob: dde7573d890e987b7e64b2f32268c84cf7975e11 [file] [log] [blame]
LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
LOCAL_MODULE := foo
LOCAL_SRC_FILES := foo.cpp
LOCAL_STATIC_LIBRARIES := missing-dep
include $(BUILD_EXECUTABLE)