summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIsaac Chen <tingyi364@gmail.com>2019-06-29 13:39:25 +0200
committerTingyiChen <tingyi364@gmail.com>2019-08-13 11:54:42 +0200
commited93546d982c49955049d3df08fb036eecc75186 (patch)
tree201de0814651b3f49cfc8f91258ee58ee7e154e4
parente5c53750f06e9d9739b45ec108260ead7ff80941 (diff)
Revert "wayne: Build with VNDK=current"
This reverts commit 92cea1314ce8f9817ea872332171216084f31673. Change-Id: I79c7e8b8cb3453912464573e2150dc1e9e26254f
-rw-r--r--BoardConfigCommon.mk2
-rw-r--r--wayne.mk4
2 files changed, 0 insertions, 6 deletions
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk
index 8db50c1..befbc88 100644
--- a/BoardConfigCommon.mk
+++ b/BoardConfigCommon.mk
@@ -258,8 +258,6 @@ BOARD_SEPOLICY_DIRS += \
$(COMMON_PATH)/sepolicy
# Treble
-BOARD_VNDK_RUNTIME_DISABLE := true
-BOARD_VNDK_VERSION := current
PRODUCT_FULL_TREBLE_OVERRIDE := true
PRODUCT_VENDOR_MOVE_ENABLED := true
diff --git a/wayne.mk b/wayne.mk
index 975b6d0..4330f1d 100644
--- a/wayne.mk
+++ b/wayne.mk
@@ -431,10 +431,6 @@ PRODUCT_PACKAGES += \
android.hardware.vibrator@1.0-impl \
android.hardware.vibrator@1.0-service
-# VNDK
-PRODUCT_PACKAGES += \
- vndk_package
-
# Wifi
PRODUCT_PACKAGES += \
android.hardware.wifi@1.0-service \