platform_build_blueprint/bootstrap
Spandan Das 3a495910ad Delete creation of empty glob file
An empty glob file would be created inside the source tree if
soong_build is invoked directly (instead of via soong_ui). This logic is
now moved to soong/ui/build to prevent this behavior

Bug: 187194795
Test: Ran the following command locally for the target
art-target-arm:git_master-art
```
. ./build/envsetup.sh && lunch armv8-eng &&
art/tools/buildbot-build.sh --target
```
Before change glob file is created in $TOP/.bootstrap
After change glob file is created in $TOP/out/soong/.bootstrap

Change-Id: I6745996c940d790d1f1f387ca08aafc6a8a669df
2021-06-15 17:57:03 +00:00
..
bpdoc Identify the type of the list for bpdocs (#326) 2020-11-04 17:20:11 -08:00
bpglob Speed up globs with sharding 2021-04-15 11:04:11 -07:00
minibp Make Blueprint better callable from Go: 2021-04-14 13:47:52 +02:00
bootstrap.go Add blueprint_go_packages phony to build all go packages 2021-05-24 11:36:37 -07:00
build.ninja Run globs during earlier bootstrap phases 2018-07-06 10:39:38 -07:00
cleanup.go Remove global variables from Blueprint. 2021-03-17 08:06:38 +01:00
command.go Delete creation of empty glob file 2021-06-15 17:57:03 +00:00
config.go Move primary builder command line computation. 2021-04-12 14:30:47 +02:00
doc.go Run globs during earlier bootstrap phases 2018-07-06 10:39:38 -07:00
glob.go Speed up globs with sharding 2021-04-15 11:04:11 -07:00
writedocs.go Remove global variables from Blueprint. 2021-03-17 08:06:38 +01:00