Remove reference to PRODUCT-*

The code still needs to exist, but for buildspec.mk files, not the
PRODUCT-* arguments.

Test: none
Change-Id: I60c6044ab2d1627af7e6e2e8831b77d9db12aa55
This commit is contained in:
Dan Willemsen 2019-07-29 15:14:11 -07:00
parent 1d73e5e566
commit a2a8ecb330

View file

@ -169,7 +169,7 @@ func runMakeProductConfig(ctx Context, config Config) {
// Variables to export into the environment of Kati/Ninja // Variables to export into the environment of Kati/Ninja
exportEnvVars := []string{ exportEnvVars := []string{
// So that we can use the correct TARGET_PRODUCT if it's been // So that we can use the correct TARGET_PRODUCT if it's been
// modified by PRODUCT-*/APP-* arguments // modified by a buildspec.mk
"TARGET_PRODUCT", "TARGET_PRODUCT",
"TARGET_BUILD_VARIANT", "TARGET_BUILD_VARIANT",
"TARGET_BUILD_APPS", "TARGET_BUILD_APPS",