release config is now protobuf
Use `release_config_map.textproto` instead of relying on platform/build to intuit that for us. Bug: 328495189 Flag: build.RELEASE_BUILD_FLAGS_IN_PROTOBUF Test: manual, TH Ignore-AOSP-First: merge conflict for aosp/3146674 Change-Id: I4573cc04c8bf3116e1a8b728b819b09d6b3a87a3
This commit is contained in:
@@ -21,7 +21,7 @@ $(call inherit-product, build/make/target/product/go_defaults_common.mk)
|
||||
PRODUCT_RELEASE_CONFIG_MAPS += $(wildcard vendor/google_shared/build/release/gms_mainline_go/required/release_config_map.textproto)
|
||||
|
||||
# TODO (b/342265627): Remove v/g/r once all the flags have been moved to v/g_s/b/r
|
||||
PRODUCT_RELEASE_CONFIG_MAPS += $(wildcard vendor/google/release/go_devices/release_config_map.mk)
|
||||
PRODUCT_RELEASE_CONFIG_MAPS += $(wildcard vendor/google/release/go_devices/release_config_map.textproto)
|
||||
|
||||
# Add the system properties.
|
||||
TARGET_SYSTEM_PROP += \
|
||||
|
Reference in New Issue
Block a user