forked from aftersilence/android_device_huawei_hws7300u
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcm.mk
22 lines (17 loc) · 689 Bytes
/
cm.mk
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
## Specify phone tech before including full_phone
$(call inherit-product, vendor/cm/config/gsm.mk)
# Boot animation
TARGET_SCREEN_HEIGHT := 1280
TARGET_SCREEN_WIDTH := 800
# Inherit some common CM stuff.
$(call inherit-product, vendor/cm/config/common_full_tablet_wifionly.mk)
# Inherit device configuration
$(call inherit-product, device/huawei/hws7300u/device_hws7300u.mk)
## Device identifier. This must come after all inclusions
PRODUCT_DEVICE := hws7300u
PRODUCT_NAME := cm_hws7300u
PRODUCT_BRAND := Huawei
PRODUCT_MODEL := Huawei MediaPad
PRODUCT_MANUFACTURER := Huawei
ADDITIONAL_DEFAULT_PROPERTIES += ro.secure=0
ADDITIONAL_DEFAULT_PROPERTIES += ro.allow.mock.location=1