summaryrefslogtreecommitdiffstats
path: root/adb/Android.mk
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2015-04-02 14:31:07 -0700
committerElliott Hughes <enh@google.com>2015-04-02 14:31:07 -0700
commitbcc2b5f44a39c5843eea2449cad66b8dce8721ee (patch)
treef82035e8ebdd668b117c47f1db8f65469b5b91f2 /adb/Android.mk
parent2159318647b6032a9d752012b923c579dc1f80da (diff)
downloadsystem_core-bcc2b5f44a39c5843eea2449cad66b8dce8721ee.tar.gz
system_core-bcc2b5f44a39c5843eea2449cad66b8dce8721ee.tar.bz2
system_core-bcc2b5f44a39c5843eea2449cad66b8dce8721ee.zip
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.mk3
1 files changed, 0 insertions, 3 deletions
diff --git a/adb/Android.mk b/adb/Android.mk
index 4f19d4783..3733ae3e2 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)