forked from omnirom/android_device_asus_grouper
-
Notifications
You must be signed in to change notification settings - Fork 1
/
du.mk
25 lines (18 loc) · 829 Bytes
/
du.mk
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
TARGET_BOOTANIMATION_SIZE := 800x450
# Release name
PRODUCT_RELEASE_NAME := grouper
# Inherit some common stuff.
$(call inherit-product, vendor/du/config/common_full_tablet_wifionly.mk)
# Enhanced NFC
$(call inherit-product, vendor/du/config/nfc_enhanced.mk)
# Inherit device configuration
$(call inherit-product, device/asus/grouper/full_grouper.mk)
# Device identifier. This must come after all inclusions
PRODUCT_DEVICE := grouper
PRODUCT_NAME := du_grouper
PRODUCT_BRAND := Google
PRODUCT_MODEL := Nexus 7
PRODUCT_MANUFACTURER := ASUS
PRODUCT_RESTRICT_VENDOR_FILES := false
#Set build fingerprint / ID / Product Name ect.
PRODUCT_BUILD_PROP_OVERRIDES += PRODUCT_NAME=nakasi BUILD_FINGERPRINT="google/nakasi/grouper:5.1/LMY47D/1743759:user/release-keys" PRIVATE_BUILD_DESC="nakasi-user 5.1 LMY47D 1743759 release-keys"