aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRashed Abdel-Tawab <rashed@linux.com>2018-10-10 21:41:00 +0200
committerfirebird11 <hbgassel@gmail.com>2019-01-12 14:16:56 +0100
commit8fe06f1479b23281ade8ba96e0b406e95944540e (patch)
tree0bd0f5605f10fbefe96948232b67b29dac8363ac
parent51e387e5b614fa54cb30bc8acdfbd0f6efe05447 (diff)
g3-common: Set shipping API level via BoardConfig flag
Change-Id: I8dbf981cb93a7436f354735389bd5654ffee7a07
-rw-r--r--BoardConfigCommon.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk
index 71a2584..fe9520d 100644
--- a/BoardConfigCommon.mk
+++ b/BoardConfigCommon.mk
@@ -133,6 +133,9 @@ BOARD_SUPPRESS_EMMC_WIPE := true
TARGET_RECOVERY_PIXEL_FORMAT := "RGBX_8888"
TARGET_USERIMAGES_USE_EXT4 := true
+# Shipping API level (for CTS backward compatibility)
+PRODUCT_SHIPPING_API_LEVEL := 19
+
# SDClang
TARGET_USE_SDCLANG := true