summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Stultz <john.stultz@linaro.org>2018-06-26 14:55:41 -0700
committerJohn Stultz <john.stultz@linaro.org>2018-06-26 16:09:15 -0700
commit1e2c80bd71e1944c8e992684e4ac38ea45db68c5 (patch)
tree683b0b30ebca57b11cefcf5df4a146c7b8653214
parent531fb4c307e7b5f5791ee4a60487c20c18cebcfc (diff)
downloadhikey-1e2c80bd71e1944c8e992684e4ac38ea45db68c5.tar.gz
Revert "HACK: Workaround hikey64_only target not building with FULL_TREBLE"android-o-mr1-iot-release-1.0.2
A fix to the vndk lib list for 64bit only products has been committed here: https://android-review.googlesource.com/c/platform/build/+/708786 Thus, the HACK we used to keep things building is no longer needed. So this reverts commit fbb84c4d0826df64824458fa81230e7674cc21f9. Change-Id: Ice3e0596cf28580d7a52082d319b52297e00998a Signed-off-by: John Stultz <john.stultz@linaro.org>
-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