summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteven Moreland <smoreland@google.com>2017-03-14 00:18:30 -0700
committerSteven Moreland <smoreland@google.com>2017-03-14 00:18:30 -0700
commit9f611d0b789a2e996c7a314ec767007721898e3d (patch)
treede4d869aac62fe17f8638a169fac27bff8b26aed
parent4c23d0256087c759f0b82fc1f0cc5f94208d8063 (diff)
downloadhikey-9f611d0b789a2e996c7a314ec767007721898e3d.tar.gz
Remove obsolete ENABLE_TREBLE references.
ENABLE_TREBLE compiler flags are no longer used. They have been replaced with use of the VINTF object. Bug: 32978887 Test: pass Change-Id: I516b80733d467dfb7385c4db82f2179aa7908d9e
-rw-r--r--device-common.mk5
1 files changed, 0 insertions, 5 deletions
diff --git a/device-common.mk b/device-common.mk
index b541e8a9..757059d3 100644
--- a/device-common.mk
+++ b/device-common.mk
@@ -48,11 +48,6 @@ PRODUCT_PACKAGES += \
PRODUCT_PACKAGES += \
android.hardware.drm@1.0-impl \
-ifeq ($(ENABLE_TREBLE), true)
-PRODUCT_PACKAGES += \
- android.hardware.drm@1.0-service
-endif
-
# Set zygote config
PRODUCT_DEFAULT_PROPERTY_OVERRIDES += ro.zygote=zygote64_32
PRODUCT_COPY_FILES += system/core/rootdir/init.zygote64_32.rc:root/init.zygote64_32.rc