platform_build_blueprint/bootstrap
Lukacs T. Berki 5f0a740fed Do not reference Ninja variables in Makefiles.
installPath was included by androidmk.go in the Soong-generated
Android.mk file, which means that the Ninja variable reference
`$buildDir` passe through Kati, with unpredictable results.

`$buildDir` is still used in a few places, but those are not problematic
because they are not copied to Android.mk (they could probably be
removed, but it's not trivial enough to be done as a drive-by fix)

Test: Presubmits.
Change-Id: I6a5ea8b1679001ff685d263310cb061d3a6a992e
2021-08-19 13:46:22 +02: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
bootstrap.go Do not reference Ninja variables in Makefiles. 2021-08-19 13:46:22 +02:00
cleanup.go Remove global variables in command.go . 2021-08-16 15:28:04 +02:00
command.go Do not do glob-related things in RunBlueprint(). 2021-08-19 08:16:19 +02:00
config.go Do not do glob-related things in RunBlueprint(). 2021-08-19 08:16:19 +02:00
glob.go Do not do glob-related things in RunBlueprint(). 2021-08-19 08:16:19 +02:00
writedocs.go Remove Srcdir() from BootstrapConfig. 2021-08-16 17:04:50 +02:00