commit | f794d6342570fe18d035a184dd4c8109e90441ea | [log] [tgz] |
---|---|---|
author | Ying Wang <[email protected]> | Fri Feb 28 18:04:37 2014 -0800 |
committer | Ying Wang <[email protected]> | Fri Feb 28 18:04:37 2014 -0800 |
tree | 0c29926270e34b0faee02ad9ba2ca52cf40d563d | |
parent | 4a79484648262d5d0dc9e72c3d9cf36c77cca599 [diff] |
Fix indirect misuse of $(my-dir). Change-Id: I20a98a8e1378da3a53e6a6d599c8fc0100f7f87a
diff --git a/tools/preload/Android.mk b/tools/preload/Android.mk index f325870..14a4547 100644 --- a/tools/preload/Android.mk +++ b/tools/preload/Android.mk
@@ -20,4 +20,4 @@ include $(BUILD_HOST_JAVA_LIBRARY) -include $(call all-subdir-makefiles) +include $(call all-makefiles-under,$(LOCAL_PATH))