mirror of
https://github.com/followmsi/android_device_asus_deb.git
synced 2024-11-06 22:06:28 +00:00
deb: Set shipping API level in the common product makefile
It's not meant to be set as a board config flag. Simply do it by inheriting the makefile that now also exists for devices launched with Jelly Bean. Change-Id: I2ca1f9d207be90c58495b3e20c5e2275e09b18bc
This commit is contained in:
parent
17318f7ad5
commit
c05de566d0
1 changed files with 3 additions and 0 deletions
|
@ -17,6 +17,9 @@ $(call inherit-product, $(SRC_TARGET_DIR)/product/aosp_base.mk)
|
|||
$(call inherit-product, device/asus/deb/device.mk)
|
||||
$(call inherit-product-if-exists, vendor/asus/deb/device-vendor.mk)
|
||||
|
||||
# Shipping API
|
||||
$(call inherit-product, vendor/lineage/build/target/product/product_launched_with_j_mr2.mk)
|
||||
|
||||
## Device identifier. This must come after all inclusions
|
||||
PRODUCT_DEVICE := deb
|
||||
PRODUCT_NAME := lineage_deb
|
||||
|
|
Loading…
Reference in a new issue