Add Android*.mk files to additional dependencies
Bug: 17548097 Change-Id: Ie0d9c8f33459320008f561217c54eba42d283b47
This commit is contained in:
parent
36a5aa057c
commit
bf50e2645d
tests
@ -390,5 +390,7 @@ endif
|
||||
|
||||
endif # linux-x86
|
||||
|
||||
LOCAL_ADDITIONAL_DEPENDENCIES := $(LOCAL_PATH)/Android.mk $(LOCAL_PATH)/Android.build.mk
|
||||
|
||||
include $(call first-makefiles-under,$(LOCAL_PATH))
|
||||
endif # !BUILD_TINY_ANDROID
|
||||
|
@ -308,3 +308,5 @@ libtest_dlsym_weak_func_src_files := \
|
||||
|
||||
module := libtest_dlsym_weak_func
|
||||
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…
x
Reference in New Issue
Block a user