Revert "HACK: Workaround hikey64_only target not building with FULL_TREBLE"
am: 1e2c80bd71

Change-Id: I5a736c2656785c346e3ca913534d1881f7c7d53d
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk
index c6fac23..cf4976e 100644
--- a/BoardConfigCommon.mk
+++ b/BoardConfigCommon.mk
@@ -16,15 +16,9 @@
 # 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