summaryrefslogtreecommitdiff
path: root/device.mk
diff options
context:
space:
mode:
authorMichael Bestas <mkbestas@lineageos.org>2018-05-26 22:45:28 +0300
committerIsaac Chen <isaacchen@isaacchen.cn>2018-09-05 00:00:08 +0000
commit92cea1314ce8f9817ea872332171216084f31673 (patch)
tree8f21fdd4aa5952e2744c6a5c4184844bab584619 /device.mk
parentf40c0a7d0f5621bde8c8e9b111df8b876ec5c9f2 (diff)
wayne: Build with VNDK=current
Change-Id: I4f142432924dc7b396094593e454a5162b09948e
Diffstat (limited to 'device.mk')
-rw-r--r--device.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/device.mk b/device.mk
index 5404bd4..a3808d2 100644
--- a/device.mk
+++ b/device.mk
@@ -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 \