From e3329294001894e9d7f9f9c1bd703b482623471a Mon Sep 17 00:00:00 2001 From: Jiyong Park Date: Tue, 4 Jul 2017 10:02:25 +0900 Subject: [PATCH] vndk: add ro.vendor.vndk.version The version of VNDK that the vendor is built against is recorded in the vendor partition. The version will be used by the dynamic linker to load the correct version of ld.config.txt to use. Bug: 63130475 Test: taimen build and boots Change-Id: Iee9a87340b90bf618c2d241820820f45f114b9f7 --- device.mk | 3 +++ 1 file changed, 3 insertions(+) diff --git a/device.mk b/device.mk index d1cdbf69..7603f4a1 100755 --- a/device.mk +++ b/device.mk @@ -530,6 +530,9 @@ PRODUCT_PACKAGES += \ PRODUCT_PROPERTY_OVERRIDES += \ ro.frp.pst=/dev/block/platform/soc/1da4000.ufshc/by-name/frp +PRODUCT_PROPERTY_OVERRIDES += \ + ro.vendor.vndk.version=26.1.0 \ + PRODUCT_PACKAGES += \ android.hardware.renderscript@1.0.vndk-sp\ android.hardware.graphics.allocator@2.0.vndk-sp\