forked from openkylin/platform_build
Add BOARD_USES_ODMIMAGE to soong config
Bug: 33691272 Test: m selinux_policy Change-Id: I20a5b61d8ae830caa8792662a9e9886f3da05af8
This commit is contained in:
parent
05302dade9
commit
c58ff2cde9
|
@ -27,6 +27,7 @@ $(call add_soong_config_namespace,ANDROID)
|
|||
# Add variables to the namespace below:
|
||||
|
||||
$(call add_soong_config_var,ANDROID,TARGET_ENABLE_MEDIADRM_64)
|
||||
$(call add_soong_config_var,ANDROID,BOARD_USES_ODMIMAGE)
|
||||
|
||||
# TODO(b/172480615): Remove when platform uses ART Module prebuilts by default.
|
||||
ifeq (,$(filter art_module,$(SOONG_CONFIG_NAMESPACES)))
|
||||
|
|
Loading…
Reference in New Issue