diff options
author | Elliott Hughes <enh@google.com> | 2015-04-02 14:31:07 -0700 |
---|---|---|
committer | Elliott Hughes <enh@google.com> | 2015-04-02 14:31:07 -0700 |
commit | bcc2b5f44a39c5843eea2449cad66b8dce8721ee (patch) | |
tree | f82035e8ebdd668b117c47f1db8f65469b5b91f2 /adb/Android.mk | |
parent | 2159318647b6032a9d752012b923c579dc1f80da (diff) | |
download | system_core-bcc2b5f44a39c5843eea2449cad66b8dce8721ee.zip system_core-bcc2b5f44a39c5843eea2449cad66b8dce8721ee.tar.gz system_core-bcc2b5f44a39c5843eea2449cad66b8dce8721ee.tar.bz2 |
Remove LOCAL_ADDITIONAL_DEPENDENCIES in cases where it's not needed.
Change-Id: I720b8ef1050da45a7833adef8219b6acb2cf3a38
Diffstat (limited to 'adb/Android.mk')
-rw-r--r-- | adb/Android.mk | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/adb/Android.mk b/adb/Android.mk index 4f19d47..3733ae3 100644 --- a/adb/Android.mk +++ b/adb/Android.mk @@ -161,7 +161,6 @@ ifeq ($(USE_SYSDEPS_WIN32),) LOCAL_STATIC_LIBRARIES += libcutils endif -LOCAL_ADDITIONAL_DEPENDENCIES := $(LOCAL_PATH)/Android.mk include $(BUILD_HOST_EXECUTABLE) $(call dist-for-goals,dist_files sdk,$(LOCAL_BUILT_MODULE)) @@ -221,6 +220,4 @@ LOCAL_STATIC_LIBRARIES := \ libselinux \ libext4_utils_static \ -LOCAL_ADDITIONAL_DEPENDENCIES := $(LOCAL_PATH)/Android.mk - include $(BUILD_EXECUTABLE) |