forked from SuperHanss/device_sony_yuga
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patheos.mk
24 lines (19 loc) · 802 Bytes
/
eos.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
# Boot animation
PRODUCT_COPY_FILES += \
vendor/eos/prebuilt/common/bootanimation/bootanimation.zip:system/media/bootanimation.zip
# Inherit some common EOS stuff
$(call inherit-product, vendor/eos/config/common_full_phone.mk)
# Enhanced NFC
$(call inherit-product, vendor/eos/config/nfc_enhanced.mk)
# Inherit device configuration
$(call inherit-product, device/sony/yuga/full_yuga.mk)
## Device identifier. This must come after all inclusions
PRODUCT_DEVICE := yuga
PRODUCT_NAME := eos_yuga
PRODUCT_BRAND := Sony
PRODUCT_MODEL := Xperia Z
PRODUCT_MANUFACTURER := Sony
PRODUCT_BUILD_PROP_OVERRIDES += \
PRODUCT_NAME=C6603 \
BUILD_FINGERPRINT=Sony/C6603/C6603:5.1.1/10.7.A.0.222/1314554057:user/release-keys \
PRIVATE_BUILD_DESC="C6603-user 5.1.1 10.7.A.0.222 1314554057 release-keys"