summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Stultz <john.stultz@linaro.org>2018-06-26 18:26:08 -0700
committerandroid-build-merger <android-build-merger@google.com>2018-06-26 18:26:08 -0700
commit10f0bc13db93ea4f8a7c5657ff12320ae519832e (patch)
tree18fd94eb2ad9dc4aef1c002230b957279fbac6b7
parentaac5c21248a60832d42c7fab2cf8a4172fadf60d (diff)
parent1e2c80bd71e1944c8e992684e4ac38ea45db68c5 (diff)
downloadhikey-10f0bc13db93ea4f8a7c5657ff12320ae519832e.tar.gz
Revert "HACK: Workaround hikey64_only target not building with FULL_TREBLE"
am: 1e2c80bd71 Change-Id: I5a736c2656785c346e3ca913534d1881f7c7d53d
-rw-r--r--BoardConfigCommon.mk6
1 files changed, 0 insertions, 6 deletions
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk
index c6fac23e..cf4976e5 100644
--- a/BoardConfigCommon.mk
+++ b/BoardConfigCommon.mk
@@ -16,15 +16,9 @@ USE_OPENGL_RENDERER := true
# BT configs
BOARD_HAVE_BLUETOOTH := true
-# HACK! hikey64_only doesn't build w/ VNDK_VERSION=current
-# This is due to software codecs being required but only
-# building for 32bit. Remove the conditional once 64bit
-# soft-codecs work
-ifeq ($(filter hikey64, $(TARGET_DEVICE)),)
# enable Treble
PRODUCT_FULL_TREBLE_OVERRIDE := true
BOARD_VNDK_VERSION := current
-endif
# generic wifi
WPA_SUPPLICANT_VERSION := VER_0_8_X