2013-09-27 14:10:20 +00:00
|
|
|
|
|
|
|
# Boot animation
|
|
|
|
TARGET_SCREEN_HEIGHT := 1920
|
2015-01-25 05:13:09 +00:00
|
|
|
TARGET_SCREEN_WIDTH := 1200
|
2015-02-22 15:41:38 +00:00
|
|
|
TARGET_BOOTANIMATION_HALF_RES := true
|
2013-09-27 14:10:20 +00:00
|
|
|
|
|
|
|
# Inherit some common CM stuff.
|
2016-11-14 05:14:07 +00:00
|
|
|
$(call inherit-product, vendor/cm/config/common_mini_tablet_wifionly.mk)
|
2013-09-27 14:10:20 +00:00
|
|
|
|
2013-10-30 16:59:43 +00:00
|
|
|
# Inherit telephony stuff
|
|
|
|
$(call inherit-product, vendor/cm/config/telephony.mk)
|
2013-09-27 14:10:20 +00:00
|
|
|
|
2016-11-21 03:36:50 +00:00
|
|
|
# Inherit from the common Open Source product configuration
|
|
|
|
$(call inherit-product, $(SRC_TARGET_DIR)/product/aosp_base.mk)
|
|
|
|
|
2013-09-27 14:10:20 +00:00
|
|
|
# Inherit device configuration
|
2016-11-21 03:36:50 +00:00
|
|
|
$(call inherit-product, device/asus/deb/device.mk)
|
|
|
|
$(call inherit-product-if-exists, vendor/asus/deb/device-vendor.mk)
|
2013-09-27 14:10:20 +00:00
|
|
|
|
|
|
|
## Device identifier. This must come after all inclusions
|
|
|
|
PRODUCT_DEVICE := deb
|
2017-01-02 10:17:39 +00:00
|
|
|
PRODUCT_NAME := lineage_deb
|
2013-09-27 14:10:20 +00:00
|
|
|
PRODUCT_BRAND := google
|
|
|
|
PRODUCT_MODEL := Nexus 7
|
|
|
|
PRODUCT_MANUFACTURER := asus
|
|
|
|
|
2015-09-11 22:20:47 +00:00
|
|
|
PRODUCT_BUILD_PROP_OVERRIDES += \
|
|
|
|
PRODUCT_NAME=razorg \
|
2016-08-14 09:03:38 +00:00
|
|
|
PRIVATE_BUILD_DESC="razorg-user 6.0.1 MOB30X 3036618 release-keys"
|
2018-08-14 22:12:41 +00:00
|
|
|
|
|
|
|
BUILD_FINGERPRINT := google/razorg/deb:6.0.1/MOB30X/3036618:user/release-keys
|