Merge "Define ro.llndk.api_level" into main am: 53084d3f91
Original change: https://android-review.googlesource.com/c/platform/build/+/2839957 Change-Id: Iecfadecba48e81da7214c6190f21fd3d59441881 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -182,6 +182,12 @@ ADDITIONAL_SYSTEM_PROPERTIES += ro.treble.enabled=${PRODUCT_FULL_TREBLE}
|
||||
$(KATI_obsolete_var PRODUCT_FULL_TREBLE,\
|
||||
Code should be written to work regardless of a device being Treble)
|
||||
|
||||
# Set ro.llndk.api_level to show the maximum vendor API level that the LLNDK in
|
||||
# the system partition supports.
|
||||
ifdef RELEASE_BOARD_API_LEVEL
|
||||
ADDITIONAL_SYSTEM_PROPERTIES += ro.llndk.api_level=$(RELEASE_BOARD_API_LEVEL)
|
||||
endif
|
||||
|
||||
# Sets ro.actionable_compatible_property.enabled to know on runtime whether the
|
||||
# allowed list of actionable compatible properties is enabled or not.
|
||||
ADDITIONAL_SYSTEM_PROPERTIES += ro.actionable_compatible_property.enabled=true
|
||||
|
Reference in New Issue
Block a user