summaryrefslogtreecommitdiff
path: root/aicp_sailfish.mk
diff options
context:
space:
mode:
Diffstat (limited to 'aicp_sailfish.mk')
-rw-r--r--aicp_sailfish.mk26
1 files changed, 26 insertions, 0 deletions
diff --git a/aicp_sailfish.mk b/aicp_sailfish.mk
new file mode 100644
index 00000000..3d6a5da5
--- /dev/null
+++ b/aicp_sailfish.mk
@@ -0,0 +1,26 @@
+# Boot animation
+TARGET_SCREEN_HEIGHT := 1920
+TARGET_SCREEN_WIDTH := 1080
+
+# Inherit some common Aicp stuff.
+$(call inherit-product, vendor/aicp/config/common_full_phone.mk)
+
+# Inherit device configuration
+$(call inherit-product, device/google/marlin/aosp_sailfish.mk)
+
+-include device/google/marlin/sailfish/device-aicp.mk
+
+## Device identifier. This must come after all inclusions
+PRODUCT_NAME := aicp_sailfish
+PRODUCT_BRAND := google
+PRODUCT_MODEL := Pixel
+TARGET_MANUFACTURER := HTC
+PRODUCT_RESTRICT_VENDOR_FILES := false
+
+PRODUCT_BUILD_PROP_OVERRIDES += \
+ PRODUCT_NAME=sailfish \
+ PRIVATE_BUILD_DESC="sailfish-user 9 PQ3A.190801.002 5670241 release-keys"
+
+BUILD_FINGERPRINT := google/sailfish/sailfish:9/PQ3A.190801.002/5670241:user/release-keys
+
+$(call inherit-product-if-exists, vendor/google/sailfish/sailfish-vendor.mk)