Allow product-specific release configs.
Bug: 343794062 Test: manual Change-Id: Ieb47ce685c7f29c0e8afe8897f86ffebb6318396
This commit is contained in:
parent
68452cdcce
commit
0ca61ddb25
1 changed files with 1 additions and 0 deletions
|
@ -130,6 +130,7 @@ ifneq (,$(_use_protobuf))
|
|||
# Disable the build flag in release-config.
|
||||
_args += --guard=false
|
||||
endif
|
||||
_args += --allow-missing=true
|
||||
_flags_dir:=$(OUT_DIR)/soong/release-config
|
||||
_flags_file:=$(_flags_dir)/release_config-$(TARGET_PRODUCT)-$(TARGET_RELEASE).vars
|
||||
# release-config generates $(_flags_varmk)
|
||||
|
|
Loading…
Reference in a new issue