forked from SlimRoms/device_asus_tilapia
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathslim.mk
34 lines (26 loc) · 1009 Bytes
/
slim.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
26
27
28
29
30
31
32
33
34
# Release name
PRODUCT_RELEASE_NAME := tilapia
# Boot animation
TARGET_SCREEN_HEIGHT := 1280
TARGET_SCREEN_WIDTH := 800
# Inherit some common SLIM stuff.
$(call inherit-product, vendor/slim/config/common_full_phone.mk)
# Inherit GSM common stuff
$(call inherit-product, vendor/slim/config/gsm.mk)
# Enhanced NFC
$(call inherit-product, vendor/slim/config/nfc_enhanced.mk)
# Inherit device configuration
$(call inherit-product, device/asus/tilapia/full_tilapia.mk)
#MMS and Phone
PRODUCT_PACKAGES += \
Mms \
Dialer
## Device identifier. This must come after all inclusions
PRODUCT_DEVICE := tilapia
PRODUCT_NAME := slim_tilapia
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=nakasig BUILD_FINGERPRINT="google/nakasig/tilapia:4.4.2/KOT49H/937116:user/release-keys" PRIVATE_BUILD_DESC="nakasig-user 4.4.2 KOT49H 937116 release-keys"