platform_build_soong/python
Liz Kammer 46fb7aba4d Support empty strings in bp2build
Previously, could not set an empty string as a value of an attribute;
however, this is necessary in some cases. To not unnecessarily create an
empty string, use string pointers for attributes rather than strings.

Test: go test bp2build tests
Change-Id: I03b3a3567452d455246d22d81f86c317d06b7c39
2021-12-01 10:14:49 -05:00
..
scripts Change par file generate rules. 2021-04-19 08:08:34 +00:00
tests Mark par_test as not unit tests 2021-04-20 15:56:09 +00:00
Android.bp Add preparers for python 2021-03-17 23:56:29 +00:00
androidmk.go Switch default for InstallBypassMake to true 2021-11-22 21:57:36 -08:00
binary.go Support empty strings in bp2build 2021-12-01 10:14:49 -05:00
builder.go Change par file generate rules. 2021-04-19 08:08:34 +00:00
defaults.go Remove empty DepsMutator methods 2019-02-01 17:17:58 -08:00
installer.go Revert "Fix python_binary_host module in mixed build." 2021-11-03 09:07:26 +00:00
library.go Support empty strings in bp2build 2021-12-01 10:14:49 -05:00
proto.go Pass pctx and ctx to NewRuleBuilder 2020-12-01 16:22:16 -08:00
python.go Have python_*{,_host} handle arch-variants 2021-10-01 19:51:02 +00:00
python_test.go Remove usages of FixtureFactory from misc packages 2021-03-22 18:31:53 +00:00
test.go Revert "Fix python_binary_host module in mixed build." 2021-11-03 09:07:26 +00:00
testing.go Add preparers for python 2021-03-17 23:56:29 +00:00