forked from thuutin/android_device_asus_a500cg
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathaicp_a500cg.mk
51 lines (40 loc) · 1.56 KB
/
aicp_a500cg.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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
## Specify phone tech before including full_phone
$(call inherit-product, vendor/aicp/configs/gsm.mk)
# Inherit some common CM stuff.
#$(call inherit-product, vendor/aicp/configs/common_mini_phone.mk)
$(call inherit-product, vendor/aicp/configs/common.mk)
#$(call inherit-product, $(SRC_TARGET_DIR)/product/core_minimal.mk)
#$(call inherit-product, $(SRC_TARGET_DIR)/product/telephony.mk)
# Get the long list of APNs
#PRODUCT_COPY_FILES := device/sample/etc/apns-full-conf.xml:system/etc/apns-conf.xml
#PRODUCT_COPY_FILES := device/asus/a500cg/configs/apns-conf.xml:system/etc/apns-conf.xml
# Inherit device configsuration change remove aosp full
$(call inherit-product, device/asus/a500cg/full_a500cg.mk)
# Vendor blob files
#$(call inherit-product-if-exists, vendor/asus/a500cg/a500cg-vendor.mk)
# Gapps
#$(call inherit-product-if-exists, vendor/google/gapps/gapps.mk)
# Inherit device
#$(call inherit-product, device/asus/a500cg/device.mk)
DEVICE_RESOLUTION := 720x1280
TARGET_SCREEN_HEIGHT := 1280
TARGET_SCREEN_WIDTH := 720
# Release name
PRODUCT_RELEASE_NAME := a500cg
MAKE_CHANGELOG := true
## Device identifier. This must come after all inclusions
#PRODUCT_DEVICE := a500cg
#PRODUCT_NAME := aicp_a500cg
#PRODUCT_BRAND := asus
#PRODUCT_MODEL := a500cg
#PRODUCT_MANUFACTURER := asus
#PRODUCT_GMS_CLIENTID_BASE := android-asus
PRODUCT_BRAND := asus
TARGET_VENDOR := asus
TARGET_VENDOR_PRODUCT_NAME := aicp_a500cg
TARGET_VENDOR_DEVICE_NAME := ASUS_T00F
# update things
PRODUCT_NAME := aicp_a500cg
PRODUCT_DEVICE := a500cg
PRODUCT_MANUFACTURER := asus
PRODUCT_MODEL := ASUS_T00F