s3ve3g-common: set product shipping api level to 18

* The device has been launched with android 4.3 Jelly Bean
This commit is contained in:
Francescodario Cuzzocrea 2019-09-10 01:05:37 +02:00
parent db796ccf2b
commit 909a2422ce
1 changed files with 3 additions and 0 deletions

View File

@ -103,6 +103,9 @@ include $(COMMON_PATH)/sepolicy/sepolicy.mk
# Sensors
TARGET_NO_SENSOR_PERMISSION_CHECK := true
# Shipping API Level
PRODUCT_SHIPPING_API_LEVEL := 18
# TWRP Support - Optional
ifeq ($(WITH_TWRP),true)
-include $(COMMON_PATH)/twrp.mk