forked from CyanogenMod/android_device_google_sprout8
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathdu.mk
21 lines (16 loc) · 757 Bytes
/
du.mk
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Inherit from the common Open Source product configuration
$(call inherit-product, $(SRC_TARGET_DIR)/product/aosp_base_telephony.mk)
# Inherit from our custom product configuration
$(call inherit-product, vendor/du/config/common_full_phone.mk)
PRODUCT_NAME := du_seedmtk
PRODUCT_DEVICE :=seedmtk
PRODUCT_BRAND := google
PRODUCT_MANUFACTURER := Google
PRODUCT_MODEL := Pixelv1
PRODUCT_BUILD_PROP_OVERRIDES += \
PRODUCT_DEVICE="seedmtk" \
BUILD_FINGERPRINT="6.0/MRA58V/eng.admin.20160913.194504:user/release-keys" \
PRIVATE_BUILD_DESC="aosp_sprout-user 6.0 MRA58V eng.admin.20160913.194504 release-keys"
PRODUCT_PROPERTY_OVERRIDES += \
ro.com.google.clientidbase=android-a1-lava
$(call inherit-product, device/google/seedmtk/seedmtk.mk)