forked from CyanogenMod/android_device_sony_pollux
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathaokp.mk
More file actions
33 lines (25 loc) · 1016 Bytes
/
aokp.mk
File metadata and controls
33 lines (25 loc) · 1016 Bytes
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
# Inherit common product files.
$(call inherit-product, vendor/aokp/configs/common_tablet.mk)
# Inherit GSM common stuff
$(call inherit-product, vendor/aokp/configs/gsm.mk)
# Inherit AOSP device configuration for anzu
$(call inherit-product-if-exists, device/sony/pollux/full_pollux.mk)
# Setup device specific product configuration.
PRODUCT_NAME := aokp_pollux
PRODUCT_BRAND := Sony
PRODUCT_DEVICE := pollux
PRODUCT_MODEL := Xperia Tablet Z LTE
PRODUCT_MANUFACTURER := Sony
#skip asserts for now
TARGET_OTA_ASSERT_SKIP := true
PRODUCT_BUILD_PROP_OVERRIDES += PRODUCT_NAME=SGP321 BUILD_FINGERPRINT=Sony/SGP321_1275-5841/SGP321:4.1.2/10.1.1.A.1.253/Avt3rw:user/release-keys PRIVATE_BUILD_DESC="SGP321-user 4.1.2 10.1.1.A.1.253 Avt3rw test-keys"
# Camera
PRODUCT_PACKAGES += \
Camera \
Mms \
Music
# Copy anzu specific prebuilt files
PRODUCT_PACKAGES += \
ThinkFree
PRODUCT_COPY_FILES += \
vendor/aokp/prebuilt/bootanimation/bootanimation_1080_1920.zip:system/media/bootanimation-alt.zip