aboutsummaryrefslogtreecommitdiffstats
path: root/finder/Android.bp
Commit message (Collapse)AuthorAgeFilesLines
* Move android/soong/fs to android/soong/finder/fsColin Cross2017-12-221-1/+1
| | | | | | | | The fs package is specific to finder, move it inside finder. Bug: 70897635 Test: m checkbuild Change-Id: Ie705f064a832141702a8e87fd59ed75c01018504
* Revert "Revert "Cacheable, multithreaded finder.""Jeff Gaston2017-08-101-0/+37
| | | | | | | | | Bug: 62455338 Test: m -j This reverts commit d1abeb9d982b11fdf4047176d213acc8197c375f. Change-Id: I9f73031636157511b5f1c6ce8a205e9bc91669ff
* Revert "Cacheable, multithreaded finder."Jeff Gaston2017-08-101-37/+0
| | | | | | | | This reverts commit b6d161bf16031e06fc8d532e35a53c73ad20f84f. Reason for revert: New Build Breakage: aosp-master/sdk_mac @ 4260825 Change-Id: I8bda8c50c5e5c9f84621d11a4c15b168833bcd21
* Cacheable, multithreaded finder.Jeff Gaston2017-08-081-0/+37
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