commit | f28a38da488ba3372d8133cb21b624a12467b172 | [log] [tgz] |
---|---|---|
author | Paul Duffin <[email protected]> | Fri Mar 17 14:19:01 2017 +0000 |
committer | Paul Duffin <[email protected]> | Fri Mar 17 14:23:46 2017 +0000 |
tree | 9cee696d7ac0e325e67b7f2edce4b7448bef64da | |
parent | 03a4347fc554fd96a418d3eba8d27003a820adc9 [diff] |
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
diff --git a/Android.mk b/Android.mk index 54323e0..e7645ef 100644 --- a/Android.mk +++ b/Android.mk
@@ -46,5 +46,3 @@ dexmaker-dex-target:lib/libcore-dex-2$(COMMON_JAVA_PACKAGE_SUFFIX) \ include $(BUILD_MULTI_PREBUILT) - -include $(call all-makefiles-under,$(LOCAL_PATH))