Add a release config map override for go devices
One use case for this is to select go prebuilt apexes when building go devices. Bug: 338002385 Test: presubmits Test: verified that this map shows up in `get_build_var PRODUCT_RELEASE_CONFIG_MAPS` of a go device Change-Id: I5505c581597bbd5a4e5f8fc6cd69987f67f0adb6
This commit is contained in:
@@ -17,6 +17,8 @@
|
|||||||
# Inherit common Android Go defaults.
|
# Inherit common Android Go defaults.
|
||||||
$(call inherit-product, build/make/target/product/go_defaults_common.mk)
|
$(call inherit-product, build/make/target/product/go_defaults_common.mk)
|
||||||
|
|
||||||
|
PRODUCT_RELEASE_CONFIG_MAPS += $(wildcard vendor/google/release/go_devices/release_config_map.mk)
|
||||||
|
|
||||||
# Add the system properties.
|
# Add the system properties.
|
||||||
TARGET_SYSTEM_PROP += \
|
TARGET_SYSTEM_PROP += \
|
||||||
build/make/target/board/go_defaults.prop
|
build/make/target/board/go_defaults.prop
|
||||||
|
Reference in New Issue
Block a user