summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVineeta Srivastava <vsrivastava@google.com>2017-01-11 14:21:52 -0800
committerPat Tjin <pattjin@google.com>2017-01-12 05:24:24 +0000
commit5c566daf137fd8ed6e903bdfd85e3be7953f32be (patch)
tree0bfdaf6194e601b71d4495d363d0b18ab3930a53
parent97160106e809ad4bc535c9142a4f0bc50179ac6b (diff)
downloadbullhead-5c566daf137fd8ed6e903bdfd85e3be7953f32be.tar.gz
bullhead: add first_api_level property
Bug: 33343908 Change-Id: I53bfdab99aa88b4491d9acce523dba491b51922f
-rw-r--r--device.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/device.mk b/device.mk
index 4b1c0a0..4a08e74 100644
--- a/device.mk
+++ b/device.mk
@@ -472,6 +472,10 @@ $(call inherit-product, build/target/product/verity.mk)
ADDITIONAL_DEFAULT_PROPERTIES += \
ro.oem_unlock_supported=1
+# ro.product.first_api_level indicates the first api level the device has commercially launched on.
+PRODUCT_PROPERTY_OVERRIDES += \
+ ro.product.first_api_level=23
+
# In userdebug, add minidebug info the the boot image and the system server to support
# diagnosing native crashes.
ifneq (,$(filter userdebug, $(TARGET_BUILD_VARIANT)))