forked from CarbonROM/android_device_google_sailfish
-
Notifications
You must be signed in to change notification settings - Fork 0
/
carbon_sailfish.mk
29 lines (22 loc) · 942 Bytes
/
carbon_sailfish.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
# Boot animation
TARGET_SCREEN_HEIGHT := 1920
TARGET_SCREEN_WIDTH := 1080
# Inherit Carbon GSM telephony parts
$(call inherit-product, vendor/carbon/config/gsm.mk)
# Inherit Carbon product configuration
$(call inherit-product, vendor/carbon/config/common.mk)
# Inherit device configuration
$(call inherit-product, device/google/marlin/aosp_sailfish.mk)
## Device identifier. This must come after all inclusions
PRODUCT_NAME := carbon_sailfish
PRODUCT_BRAND := google
PRODUCT_MODEL := Pixel
TARGET_MANUFACTURER := Google
PRODUCT_RESTRICT_VENDOR_FILES := false
PRODUCT_BUILD_PROP_OVERRIDES += \
PRODUCT_NAME=sailfish \
BUILD_FINGERPRINT=google/sailfish/sailfish:9/PPR2.180905.006/4945130:user/release-keys \
PRIVATE_BUILD_DESC="sailfish-user 9 PPR2.180905.006 4945130 release-keys"
PRODUCT_PROPERTY_OVERRIDES += \
ro.carbon.maintainer="shagbag913"
$(call inherit-product-if-exists, vendor/google/marlin/marlin-vendor.mk)