From 9f55f3455f23502c5cfe21c552afd881d7f855d7 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
---
 prebuilts/api/28.0/public/property_contexts | 1 +
 public/property_contexts                    | 1 +
 2 files changed, 2 insertions(+)

diff --git a/prebuilts/api/28.0/public/property_contexts b/prebuilts/api/28.0/public/property_contexts
index 073b24361..db84b0243 100644
--- a/prebuilts/api/28.0/public/property_contexts
+++ b/prebuilts/api/28.0/public/property_contexts
@@ -291,6 +291,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
diff --git a/public/property_contexts b/public/property_contexts
index 073b24361..db84b0243 100644
--- a/public/property_contexts
+++ b/public/property_contexts
@@ -291,6 +291,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