summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPradosh Das <prados@codeaurora.org>2020-04-01 08:46:00 +0530
committerPradosh Das <prados@codeaurora.org>2020-04-01 08:46:00 +0530
commitb36a92c79b0c30cce39f36a56272054470ff1b06 (patch)
tree193f85449d0858d5ae0b96259f295003d8700792
parent74cb3bac958face46ea9e2ec8219c39e07f1999b (diff)
downloadmedia-b36a92c79b0c30cce39f36a56272054470ff1b06.tar.gz
media: Removed redundant codec2 hal code
Change-Id: I3f94cf41960caa968bfb029fd8f49df3d0d2564a
-rw-r--r--conf_files/sm6150/sm6150.mk5
1 files changed, 0 insertions, 5 deletions
diff --git a/conf_files/sm6150/sm6150.mk b/conf_files/sm6150/sm6150.mk
index 4022eacf..9872d920 100644
--- a/conf_files/sm6150/sm6150.mk
+++ b/conf_files/sm6150/sm6150.mk
@@ -50,8 +50,3 @@ else
PRODUCT_COPY_FILES += \
device/qcom/common/media/media_profiles.xml:$(TARGET_COPY_OUT_ODM)/etc/media_profiles_V1_0.xml
endif
-
-# Enable Codec2.0 HAL for pure AOSP variants.
-ifeq ($(GENERIC_ODM_IMAGE),true)
-DEVICE_MANIFEST_FILE += hardware/qcom/media/conf_files/$(MSMSTEPPE)/c2_manifest.xml
-endif