aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Willemsen <dwillemsen@google.com>2017-08-08 09:45:12 -0700
committerDan Willemsen <dwillemsen@google.com>2017-08-08 09:45:12 -0700
commit34626e53864ef1d5e8498a00e029fbb39789f2b0 (patch)
treecb48add1829bf4eecbc94be4e158676be4bac84f
parent6ab53d72119977c2afd50c2b6648161d135d8327 (diff)
downloadbuild-34626e53864ef1d5e8498a00e029fbb39789f2b0.tar.gz
Fix the build when using findleaves.py
This doesn't seem to affect the Kati emulation (at least on Linux), but findleaves.py on both Mac and Linux checks for duplicate files (via inode) and only emits build/{target,tools}/Android.mk instead of that and build/make/{target,tools}/Android.mk. Bug: 64397960 Test: build/tools/findleaves.py --prune=.git --prune=.repo --dir=. Android.mk Test: m -j signapk Change-Id: Ie6219a809e403e6cc9371b5c0370c7925a592a0d
-rw-r--r--Android.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
new file mode 100644
index 0000000000..5053e7d643
--- /dev/null
+++ b/Android.mk
@@ -0,0 +1 @@
+include $(call all-subdir-makefiles)