aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Duffin <paulduffin@google.com>2017-03-17 14:19:01 +0000
committerPaul Duffin <paulduffin@google.com>2017-03-17 14:23:46 +0000
commitf28a38da488ba3372d8133cb21b624a12467b172 (patch)
tree9cee696d7ac0e325e67b7f2edce4b7448bef64da
parent03a4347fc554fd96a418d3eba8d27003a820adc9 (diff)
downloaddexmaker-f28a38da488ba3372d8133cb21b624a12467b172.tar.gz
Remove unneeded call to all-makefiles-under
It was only added to prevent conflicts with downstream and it is no longer needed downstream. Bug: 32912773 Test: make checkbuild Change-Id: Ifc28f20e1e759e91896eea9c50bd962c5956df85
-rw-r--r--Android.mk2
1 files changed, 0 insertions, 2 deletions
diff --git a/Android.mk b/Android.mk
index 54323e0..e7645ef 100644
--- a/Android.mk
+++ b/Android.mk
@@ -46,5 +46,3 @@ LOCAL_PREBUILT_STATIC_JAVA_LIBRARIES := \
dexmaker-dex-target:lib/libcore-dex-2$(COMMON_JAVA_PACKAGE_SUFFIX) \
include $(BUILD_MULTI_PREBUILT)
-
-include $(call all-makefiles-under,$(LOCAL_PATH))