platform_build_soong/ui/build
Cole Faust 521e951ad4 Fix m product-graph
`m product-graph` runs a "non-full" build, which skips
some steps to improve performance. One of the steps
it skips is making a .installable_files file. Soong
reads this file and removes any files that were removed
from the list in this file. It errored out if the file
didn't exist. Make soong less strict about the presence
of this file, because if it doesn't exist, there shouldn't
be any installed files to remove either.

Fixes: 168105598
Test: rm -rf out/, m product-graph
Change-Id: I366f7b09d87911f9660d4e08c2d2f097cc04800f
2021-09-14 15:09:42 -07:00
..
paths Disable TestSendLog on the buildbots 2021-03-02 12:26:14 -08:00
sandbox/darwin Revert "Revert "Revert "Revert "Add path interposer"""" 2018-05-31 14:59:33 -07:00
Android.bp Cut the multiproduct_kati -> soong-ui-build dep. 2021-08-11 15:15:02 +02:00
bazel.go Allow Bazel actions to see the SHELL variable. 2021-04-02 20:09:51 +00:00
build.go Make running soong_build in alternate modes nicer. 2021-09-06 16:03:51 +02:00
cleanbuild.go Fix m product-graph 2021-09-14 15:09:42 -07:00
cleanbuild_test.go Revert "Make lots of tests run in parallel" 2020-10-09 18:34:24 -07:00
config.go Implement cleanups requested in aosp/1818245: 2021-09-08 15:33:37 +02:00
config_darwin.go Create a highmem pool and put metalava into it 2020-01-24 11:44:23 -08:00
config_linux.go Create a highmem pool and put metalava into it 2020-01-24 11:44:23 -08:00
config_test.go Upgrade to golang protobuf api v2 2021-07-23 11:12:05 -07:00
context.go Upgrade to golang protobuf api v2 2021-07-23 11:12:05 -07:00
dumpvars.go Build mk2rbc and rbcrun during bootstrap 2021-07-27 10:27:43 -07:00
environment.go cd to / before running soong_build . 2021-03-03 09:14:22 +01:00
environment_test.go Revert "Make lots of tests run in parallel" 2020-10-09 18:34:24 -07:00
exec.go Collect useful resource information of each executed process in soong_ui. 2020-11-04 23:35:43 +00:00
finder.go Do not modules in files called "Blueprints". 2021-09-02 11:46:24 +02:00
goma.go Add dist_dir to goma trigger 2019-07-23 16:16:15 -04:00
kati.go Fix propagating EMPTY_NINJA_FILE from multiproduct_kati to minibp 2021-06-01 11:43:55 -07:00
ninja.go Allowlist RBE_num_retries_if_mismatched variable 2021-03-17 14:22:05 -04:00
path.go soong_ui path.go: improve comments. 2020-11-18 22:13:23 -05:00
proc_sync.go Make soong lock file sync time configurable.. 2019-05-24 17:10:48 -04:00
proc_sync_test.go Revert "Make lots of tests run in parallel" 2020-10-09 18:34:24 -07:00
rbe.go Don't print RBE stats if ANDROID_QUIET_BUILD is set. 2021-04-20 21:03:02 -07:00
rbe_test.go Revert "Make lots of tests run in parallel" 2020-10-09 18:34:24 -07:00
sandbox_config.go Create Make flags to set source tree as ReadOnly in soong builds 2021-06-01 21:40:49 +00:00
sandbox_darwin.go Implement linux sandboxing with nsjail 2019-01-15 13:47:31 -08:00
sandbox_linux.go Add errorHints to stdout when read-only file system errors are detected 2021-06-29 00:20:21 +00:00
sandbox_linux_test.go Create Make flags to set source tree as ReadOnly in soong builds 2021-06-01 21:40:49 +00:00
soong.go Implement cleanups requested in aosp/1818245: 2021-09-08 15:33:37 +02:00
test_build.go Remove extra checkbuild argument from ninja tools command lines 2021-08-30 14:32:57 -07:00
upload.go Upgrade to golang protobuf api v2 2021-07-23 11:12:05 -07:00
upload_test.go Allow uploading a directory of metrics files. 2020-12-10 21:48:05 +00:00
util.go Dist build.ninja and Android.bp.list 2020-06-25 12:50:00 -07:00
util_test.go Revert "Make lots of tests run in parallel" 2020-10-09 18:34:24 -07:00