forked from CyanogenMod/android_device_asus_flo
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathose.mk
More file actions
23 lines (17 loc) · 755 Bytes
/
ose.mk
File metadata and controls
23 lines (17 loc) · 755 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Boot animation
TARGET_SCREEN_HEIGHT := 1920
TARGET_SCREEN_WIDTH := 1200
TARGET_BOOTANIMATION_HALF_RES := true
# Inherit some common CM stuff.
$(call inherit-product, vendor/ose/config/common_full_tablet_wifionly.mk)
# Enhanced NFC
$(call inherit-product, vendor/ose/config/nfc_enhanced.mk)
# Inherit device configuration
$(call inherit-product, device/asus/flo/full_flo.mk)
## Device identifier. This must come after all inclusions
PRODUCT_DEVICE := flo
PRODUCT_NAME := ose_flo
PRODUCT_BRAND := google
PRODUCT_MODEL := Nexus 7
PRODUCT_MANUFACTURER := asus
PRODUCT_BUILD_PROP_OVERRIDES += PRODUCT_NAME=razor BUILD_FINGERPRINT=google/razor/flo:5.0.2/LRX22G/1649326:user/release-keys PRIVATE_BUILD_DESC="razor-user 5.0.2 LRX22G 1649326 release-keys"