wayne: Build with VNDK=current

Change-Id: I4f142432924dc7b396094593e454a5162b09948e
This commit is contained in:
Michael Bestas 2018-05-26 22:45:28 +03:00 committed by Isaac Chen
parent f40c0a7d0f
commit 92cea1314c
2 changed files with 6 additions and 0 deletions

View file

@ -241,6 +241,8 @@ BOARD_SEPOLICY_DIRS += \
$(DEVICE_PATH)/sepolicy
# Treble
BOARD_VNDK_RUNTIME_DISABLE := true
BOARD_VNDK_VERSION := current
PRODUCT_FULL_TREBLE_OVERRIDE := true
PRODUCT_COMPATIBILITY_MATRIX_LEVEL_OVERRIDE := 27
PRODUCT_VENDOR_MOVE_ENABLED := true

View file

@ -426,6 +426,10 @@ 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 \