From 2e5462741c69bc112b8987b07b42930ebf40b201 Mon Sep 17 00:00:00 2001 From: John Stultz Date: Fri, 16 Jul 2021 00:54:21 +0000 Subject: 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 Change-Id: Ibeaac890391fb21b33ebc45640053ab9db52ace9 --- device-common.mk | 4 ---- 1 file changed, 4 deletions(-) (limited to 'device-common.mk') diff --git a/device-common.mk b/device-common.mk index 1eb2e56f..d344fbb0 100644 --- a/device-common.mk +++ b/device-common.mk @@ -97,11 +97,7 @@ PRODUCT_PACKAGES += \ android.hardware.graphics.composer@2.1-service \ android.hardware.graphics.mapper@2.0-impl-2.1 \ -ifeq ($(HIKEY_USE_LEGACY_TI_BLUETOOTH), true) -PRODUCT_PACKAGES += android.hardware.bluetooth@1.0-service.hikey uim -else PRODUCT_PACKAGES += android.hardware.bluetooth@1.1-service.btlinux -endif # # Power HAL -- cgit v1.2.3