summaryrefslogtreecommitdiff
path: root/hikey
diff options
context:
space:
mode:
authorJohn Stultz <john.stultz@linaro.org>2021-07-16 00:54:21 +0000
committerJohn Stultz <john.stultz@linaro.org>2021-08-05 04:35:37 +0000
commit2e5462741c69bc112b8987b07b42930ebf40b201 (patch)
tree74adc491f5ea4d216fd13afefb6bf3ddc23e2c6e /hikey
parent4ef206f6627c69bb2c93ce309533e26dc7f5c819 (diff)
downloadhikey-2e5462741c69bc112b8987b07b42930ebf40b201.tar.gz
hikey/hikey960: Clean up old build options for old kernels
We had a number of older build options to keep things working with older kernels, but with those kernels being unsupported with AOSP, we can go ahead and drop this logic to simplify things. Signed-off-by: John Stultz <john.stultz@linaro.org> Change-Id: Ibeaac890391fb21b33ebc45640053ab9db52ace9
Diffstat (limited to 'hikey')
-rw-r--r--hikey/device-hikey.mk4
1 files changed, 1 insertions, 3 deletions
diff --git a/hikey/device-hikey.mk b/hikey/device-hikey.mk
index cec2e6f0..aa202b37 100644
--- a/hikey/device-hikey.mk
+++ b/hikey/device-hikey.mk
@@ -51,9 +51,7 @@ PRODUCT_PACKAGES += power.hikey
# Sensors HAL
PRODUCT_PACKAGES += sensors.hikey
-ifeq ($(HIKEY_USE_DRM_HWCOMPOSER), true)
- PRODUCT_PACKAGES += hwcomposer.drm_hikey
-endif
+PRODUCT_PACKAGES += hwcomposer.drm_hikey
# Include mali blobs from ARM
PRODUCT_PACKAGES += libGLES_mali.so END_USER_LICENCE_AGREEMENT.txt