mirror of
https://github.com/followmsi/android_device_asus_deb.git
synced 2024-11-06 22:06:28 +00:00
c05de566d0
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
34 lines
No EOL
1.1 KiB
Makefile
34 lines
No EOL
1.1 KiB
Makefile
|
|
# Boot animation
|
|
TARGET_SCREEN_HEIGHT := 1920
|
|
TARGET_SCREEN_WIDTH := 1200
|
|
TARGET_BOOTANIMATION_HALF_RES := true
|
|
|
|
# Inherit some common CM stuff.
|
|
$(call inherit-product, vendor/lineage/config/common_mini_tablet_wifionly.mk)
|
|
|
|
# Inherit telephony stuff
|
|
$(call inherit-product, vendor/lineage/config/telephony.mk)
|
|
|
|
# Inherit from the common Open Source product configuration
|
|
$(call inherit-product, $(SRC_TARGET_DIR)/product/aosp_base.mk)
|
|
|
|
# Inherit device configuration
|
|
$(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
|
|
PRODUCT_BRAND := google
|
|
PRODUCT_MODEL := Nexus 7
|
|
PRODUCT_MANUFACTURER := asus
|
|
|
|
PRODUCT_BUILD_PROP_OVERRIDES += \
|
|
PRODUCT_NAME=razorg \
|
|
PRIVATE_BUILD_DESC="razorg-user 6.0.1 MOB30X 3036618 release-keys"
|
|
|
|
BUILD_FINGERPRINT := google/razorg/deb:6.0.1/MOB30X/3036618:user/release-keys
|