Merge "Add Android*.mk files to additional dependencies"
This commit is contained in:
commit
77784cb9b7
|
@ -390,5 +390,7 @@ endif
|
||||||
|
|
||||||
endif # linux-x86
|
endif # linux-x86
|
||||||
|
|
||||||
|
LOCAL_ADDITIONAL_DEPENDENCIES := $(LOCAL_PATH)/Android.mk $(LOCAL_PATH)/Android.build.mk
|
||||||
|
|
||||||
include $(call first-makefiles-under,$(LOCAL_PATH))
|
include $(call first-makefiles-under,$(LOCAL_PATH))
|
||||||
endif # !BUILD_TINY_ANDROID
|
endif # !BUILD_TINY_ANDROID
|
||||||
|
|
|
@ -308,3 +308,5 @@ libtest_dlsym_weak_func_src_files := \
|
||||||
|
|
||||||
module := libtest_dlsym_weak_func
|
module := libtest_dlsym_weak_func
|
||||||
include $(LOCAL_PATH)/Android.build.testlib.mk
|
include $(LOCAL_PATH)/Android.build.testlib.mk
|
||||||
|
|
||||||
|
LOCAL_ADDITIONAL_DEPENDENCIES := $(LOCAL_PATH)/Android.mk $(LOCAL_PATH)/Android.build.testlib.mk $(TEST_PATH)/Android.build.mk
|
||||||
|
|
Loading…
Reference in New Issue