From 90bee0995e16e1e8d7100f3be03ad0d76a62a1c3 Mon Sep 17 00:00:00 2001 From: Justin Yun Date: Tue, 21 Nov 2023 11:13:09 +0900 Subject: [PATCH] Define ro.llndk.api_level ro.llndk.api_level shows the maxium vendor api level that the llndk in the platform supports. Bug: 312098788 Test: getprop ro.llndk.api_level Change-Id: I139524724e458300a3c1430c94595e9fa25a85dd --- private/property_contexts | 1 + 1 file changed, 1 insertion(+) diff --git a/private/property_contexts b/private/property_contexts index 6d1c2f637..3055ec0bf 100644 --- a/private/property_contexts +++ b/private/property_contexts @@ -1140,6 +1140,7 @@ ro.product.manufacturer_for_attestation u:object_r:build_attestation_prop:s0 ex ro.board.first_api_level u:object_r:build_vendor_prop:s0 exact int ro.board.api_level u:object_r:build_vendor_prop:s0 exact int ro.board.api_frozen u:object_r:build_vendor_prop:s0 exact bool +ro.llndk.api_level u:object_r:build_vendor_prop:s0 exact int ro.vendor.api_level u:object_r:build_vendor_prop:s0 exact int # Boot image build props set by /{second_stage_resources/,}boot/etc/build.prop