platform_build_soong/android
Nan Zhang 0007d810e2 Change bool, and string properties to *bool, and *string for cc
there's no use case for prepending/appending to bool, and string
properties within module struct. Declearing "*bool" and "*string" almost
cover everything user need.

I did see one case that user specify relative_install_path as
path prefix in cc_defaults, and concatenate with the one in real module
to get the final relative install path in Android.bp <bionic/tests/libs>.

Test: m -j checkbuild
Bug: b/68853585
Change-Id: If3a7a2689c3fc307aae136af6bc9c57f27a1e1a0
2017-11-07 15:57:16 -08:00
..
androidmk.go Change bool, and string properties to *bool, and *string for cc 2017-11-07 15:57:16 -08:00
api_levels.go Add a name to API level map for O. 2017-08-29 11:50:34 -07:00
arch.go Stop building MIPS ABIs for the NDK. 2017-11-03 19:38:03 +00:00
config.go Propagate PRODUCT_MINIMIZE_JAVA_DEBUG_INFO to soong and use it 2017-11-01 12:51:16 -07:00
defaults.go Convert Visit*Deps from blueprint.Module to android.Module 2017-10-24 13:01:03 -07:00
defs.go Make binaries executable 2017-08-31 13:48:52 -07:00
env.go Revert "Revert "Ensure environment dependencies are correct"" 2017-05-15 15:22:45 -07:00
expand.go genrule: expand $$ to $$ 2016-11-22 15:41:08 -08:00
expand_test.go genrule: expand $$ to $$ 2016-11-22 15:41:08 -08:00
hooks.go Replace PropertyCustomizer with hooks 2016-09-13 17:37:32 -07:00
makevars.go Expose the minimum supported SDK version to make. 2017-08-17 16:54:03 -07:00
module.go Change bool, and string properties to *bool, and *string for cc 2017-11-07 15:57:16 -08:00
mutator.go Convert Visit*Deps from blueprint.Module to android.Module 2017-10-24 13:01:03 -07:00
onceper.go Add DeviceConfig and OncePer objects 2016-08-17 16:39:06 -07:00
package_ctx.go Use prebuilt turbine jar for unbundled javac builds. 2017-10-25 11:11:37 -07:00
paths.go Move first/last unique elements utility functions to android package 2017-10-24 12:12:32 -07:00
paths_test.go Let tests override environment 2017-10-10 23:28:43 -07:00
prebuilt.go Change bool, and string properties to *bool, and *string for cc 2017-11-07 15:57:16 -08:00
prebuilt_test.go Let tests override environment 2017-10-10 23:28:43 -07:00
proto.go Add support for .proto files in java modules 2017-10-03 10:25:15 -07:00
register.go ModuleFactoryAdapter -> ModuleFactoryAdaptor 2017-10-27 14:46:47 -07:00
testing.go Move ModuleContext.ModuleBuild to ModuleContext.Build 2017-10-24 10:59:00 -07:00
util.go Move first/last unique elements utility functions to android package 2017-10-24 12:12:32 -07:00
util_test.go Move first/last unique elements utility functions to android package 2017-10-24 12:12:32 -07:00
variable.go Propagate PRODUCT_MINIMIZE_JAVA_DEBUG_INFO to soong and use it 2017-11-01 12:51:16 -07:00
variable_test.go Support %s in product variable properties 2017-05-05 18:22:30 -07:00