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:
parent
db796ccf2b
commit
909a2422ce
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue