summaryrefslogtreecommitdiff
path: root/aicp_crosshatch.mk
diff options
context:
space:
mode:
Diffstat (limited to 'aicp_crosshatch.mk')
-rw-r--r--aicp_crosshatch.mk35
1 files changed, 35 insertions, 0 deletions
diff --git a/aicp_crosshatch.mk b/aicp_crosshatch.mk
new file mode 100644
index 0000000..78fb954
--- /dev/null
+++ b/aicp_crosshatch.mk
@@ -0,0 +1,35 @@
+# Boot animation
+TARGET_SCREEN_HEIGHT := 2960
+TARGET_SCREEN_WIDTH := 1440
+
+# Inherit some common AICP stuff.
+$(call inherit-product, vendor/aicp/config/common_full_phone.mk)
+
+# Inherit device configuration
+$(call inherit-product, device/google/crosshatch/aosp_crosshatch.mk)
+
+-include device/google/crosshatch/crosshatch/device-aicp.mk
+
+# Screen Resolution for the Bootanimation
+TARGET_SCREEN_HEIGHT := 2560
+TARGET_SCREEN_WIDTH := 1440
+
+## Device identifier. This must come after all inclusions
+PRODUCT_NAME := aicp_crosshatch
+PRODUCT_BRAND := google
+PRODUCT_MODEL := Pixel 3 XL
+TARGET_MANUFACTURER := Google
+PRODUCT_RESTRICT_VENDOR_FILES := false
+
+# AICP Device Maintainers
+PRODUCT_BUILD_PROP_OVERRIDES += \
+ DEVICE_MAINTAINERS="Davor B (LorD ClockaN)"
+
+PRODUCT_BUILD_PROP_OVERRIDES += \
+ PRODUCT_NAME=crosshatch \
+ PRIVATE_BUILD_DESC="crosshatch-user 9 PQ2A.190305.002 5240760 release-keys"
+
+BUILD_FINGERPRINT := google/crosshatch/crosshatch:9/PQ2A.190305.002/5240760:user/release-keys
+
+$(call inherit-product-if-exists, vendor/google/crosshatch/crosshatch-vendor.mk)
+$(call inherit-product-if-exists, vendor/pixelgapps/pixel-gapps.mk)