From 2e6e72208f0a0ee87d569b4b17a89fe42b2de913 Mon Sep 17 00:00:00 2001 From: Logan Chien <loganchien@google.com> Date: Mon, 14 May 2018 14:46:47 +0800 Subject: [PATCH] Add ro.vndk.lite to property_contexts Bug: 78605339 Test: aosp_walleye-userdebug builds Change-Id: I37c84e20f2284d50cbe29bfa1b7597dd2c01fb4b Merged-In: I37c84e20f2284d50cbe29bfa1b7597dd2c01fb4b (cherry picked from commit 9f55f3455f23502c5cfe21c552afd881d7f855d7) --- public/property_contexts | 1 + 1 file changed, 1 insertion(+) diff --git a/public/property_contexts b/public/property_contexts index 53c786f0f..e74d9364a 100644 --- a/public/property_contexts +++ b/public/property_contexts @@ -287,6 +287,7 @@ ro.product.vendor.name u:object_r:exported_default_prop:s0 exact string ro.vendor.build.date u:object_r:exported_default_prop:s0 exact string ro.vendor.build.date.utc u:object_r:exported_default_prop:s0 exact int ro.vendor.build.fingerprint u:object_r:exported_default_prop:s0 exact string +ro.vndk.lite u:object_r:exported_default_prop:s0 exact bool ro.vndk.version u:object_r:exported_default_prop:s0 exact string ro.vts.coverage u:object_r:exported_default_prop:s0 exact int wifi.direct.interface u:object_r:exported_default_prop:s0 exact string -- GitLab