mirror of
https://github.com/followmsi/android_device_asus_deb.git
synced 2024-11-06 22:06:28 +00:00
3359c6fb3c
Change-Id: I135f95805c1a048f88900565c7dbce2aefca10ef
26 lines
781 B
Makefile
26 lines
781 B
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/cm/config/common_mini_tablet_wifionly.mk)
|
|
|
|
# Inherit telephony stuff
|
|
$(call inherit-product, vendor/cm/config/telephony.mk)
|
|
|
|
# Inherit device configuration
|
|
$(call inherit-product, device/asus/deb/full_deb.mk)
|
|
|
|
## Device identifier. This must come after all inclusions
|
|
PRODUCT_DEVICE := deb
|
|
PRODUCT_NAME := cm_deb
|
|
PRODUCT_BRAND := google
|
|
PRODUCT_MODEL := Nexus 7
|
|
PRODUCT_MANUFACTURER := asus
|
|
|
|
PRODUCT_BUILD_PROP_OVERRIDES += \
|
|
PRODUCT_NAME=razorg \
|
|
BUILD_FINGERPRINT=google/razorg/deb:6.0.1/MOB30X/3036618:user/release-keys \
|
|
PRIVATE_BUILD_DESC="razorg-user 6.0.1 MOB30X 3036618 release-keys"
|