summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorqctecmdr <qctecmdr@localhost>2020-01-23 19:52:10 -0800
committerGerrit - the friendly Code Review server <code-review@localhost>2020-01-23 19:52:10 -0800
commitb331f121eb6eb709cc23b7656e860ebd45bb15fb (patch)
tree8bfab708fc142a0e17d8d1afc1e50a58f4d3544e
parent0d12af6d37a0217126e445f7e088b77dc74d7825 (diff)
parentb98715c98d782409410b8a5eb60fb71598319085 (diff)
downloadandroid_hardware_qcom_media-b331f121eb6eb709cc23b7656e860ebd45bb15fb.tar.gz
android_hardware_qcom_media-b331f121eb6eb709cc23b7656e860ebd45bb15fb.tar.bz2
android_hardware_qcom_media-b331f121eb6eb709cc23b7656e860ebd45bb15fb.zip
Merge "media: Disable Generic ODM for auto targets."
-rw-r--r--conf_files/sm6150/sm6150.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/conf_files/sm6150/sm6150.mk b/conf_files/sm6150/sm6150.mk
index 57f55fea..323c28c9 100644
--- a/conf_files/sm6150/sm6150.mk
+++ b/conf_files/sm6150/sm6150.mk
@@ -24,8 +24,8 @@ PRODUCT_PACKAGES += \
libcodec2_vndk.vendor \
libcodec2_hidl@1.0.vendor
-ifeq ($(TARGET_FWK_SUPPORTS_FULL_VALUEADDS),true)
- $(warning "Compiling with full value-added framework")
+ifneq (,$(filter true, $(TARGET_FWK_SUPPORTS_FULL_VALUEADDS)$(TARGET_BOARD_AUTO)))
+ $(warning "Compiling with full value-added framework or for AUTO Platform")
else
$(warning "Compiling without full value-added framework - enabling GENERIC_ODM_IMAGE")
GENERIC_ODM_IMAGE := true