diff options
author | Michael Bestas <mkbestas@lineageos.org> | 2018-05-26 22:45:28 +0300 |
---|---|---|
committer | Isaac Chen <isaacchen@isaacchen.cn> | 2018-09-05 00:00:08 +0000 |
commit | 92cea1314ce8f9817ea872332171216084f31673 (patch) | |
tree | 8f21fdd4aa5952e2744c6a5c4184844bab584619 /device.mk | |
parent | f40c0a7d0f5621bde8c8e9b111df8b876ec5c9f2 (diff) |
wayne: Build with VNDK=current
Change-Id: I4f142432924dc7b396094593e454a5162b09948e
Diffstat (limited to 'device.mk')
-rw-r--r-- | device.mk | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 \ |