aboutsummaryrefslogtreecommitdiffstats
path: root/Android.bp
diff options
context:
space:
mode:
authorJeff Gaston <jeffrygaston@google.com>2017-07-20 16:01:05 -0700
committerJeff Gaston <jeffrygaston@google.com>2017-08-08 14:19:55 -0700
commitb6d161bf16031e06fc8d532e35a53c73ad20f84f (patch)
treec14a049796ec9ff6b353d510fb05604399bae066 /Android.bp
parent31384debd7e119f8cd054ad89a53adb3dbd6a75d (diff)
downloadbuild_soong-b6d161bf16031e06fc8d532e35a53c73ad20f84f.tar.gz
build_soong-b6d161bf16031e06fc8d532e35a53c73ad20f84f.tar.bz2
build_soong-b6d161bf16031e06fc8d532e35a53c73ad20f84f.zip
Cacheable, multithreaded finder.
It can find every Android.bp in internal master in about 2.5 sec the first time and 0.3 sec subsequent times Bug: 62455338 Test: m -j blueprint_tools # which runs the unit tests Test: m -j blueprint_tools && \ out/soong/host/linux-x86/bin/finder \ -v --db /tmp/mydb \ --names Android.mk \ --prune-files .android-out-dir \ --exclude-dirs .git,.repo \ . \ >/tmp/finder-log 2>&1 Change-Id: I5ab2650459a1dae0d5d076faf411ec2d053c743d
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp2
1 files changed, 2 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 82be0fa6..0c79bf53 100644
--- a/Android.bp
+++ b/Android.bp
@@ -2,6 +2,8 @@ subdirs = [
"androidmk",
"bpfix",
"cmd/*",
+ "fs",
+ "finder",
"third_party/zip",
"ui/*",
]