-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgzosp_blueline.mk
30 lines (22 loc) · 1.03 KB
/
gzosp_blueline.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
# Boot animation
TARGET_SCREEN_HEIGHT := 2160
TARGET_SCREEN_WIDTH := 1080
# Inherit some common Gzosp stuff.
$(call inherit-product, vendor/gzosp/config/common_full_phone.mk)
# Inherit device configuration
$(call inherit-product, device/google/crosshatch/aosp_blueline.mk)
-include device/google/crosshatch/blueline/device-gzosp.mk
## Device identifier. This must come after all inclusions
PRODUCT_NAME := gzosp_blueline
PRODUCT_BRAND := google
PRODUCT_MODEL := Pixel 3
TARGET_MANUFACTURER := Google
PRODUCT_RESTRICT_VENDOR_FILES := false
PRODUCT_BUILD_PROP_OVERRIDES += \
PRODUCT_NAME="blueline" \
PRIVATE_BUILD_DESC="blueline-user 11 RQ1A.201205.008 6943376 release-keys"
BUILD_FINGERPRINT := "google/blueline/blueline:11/RQ1A.201205.008/6943376:user/release-keys"
PRODUCT_PROPERTY_OVERRIDES += \
ro.build.fingerprint=google/blueline/blueline:11/RQ1A.201205.008/6943376:user/release-keys
$(call inherit-product-if-exists, vendor/google/blueline/blueline-vendor.mk)
$(call inherit-product-if-exists, vendor/pixelgapps/pixel-gapps.mk)