aboutsummaryrefslogtreecommitdiff
path: root/lineage.mk
diff options
context:
space:
mode:
Diffstat (limited to 'lineage.mk')
-rw-r--r--lineage.mk21
1 files changed, 21 insertions, 0 deletions
diff --git a/lineage.mk b/lineage.mk
new file mode 100644
index 0000000..eb29051
--- /dev/null
+++ b/lineage.mk
@@ -0,0 +1,21 @@
+# Boot animation
+TARGET_SCREEN_HEIGHT := 1920
+TARGET_SCREEN_WIDTH := 1080
+
+# Inherit some common Lineage stuff.
+$(call inherit-product, vendor/cm/config/common_full_phone.mk)
+
+# Inherit device configuration
+$(call inherit-product, device/google/marlin/aosp_sailfish.mk)
+
+## Device identifier. This must come after all inclusions
+PRODUCT_NAME := lineage_sailfish
+PRODUCT_BRAND := google
+PRODUCT_MODEL := Pixel
+TARGET_MANUFACTURER := HTC
+PRODUCT_RESTRICT_VENDOR_FILES := false
+
+PRODUCT_BUILD_PROP_OVERRIDES += \
+ PRODUCT_NAME=sailfish \
+ BUILD_FINGERPRINT="google/sailfish/sailfish:7.1.1/NMF26Q/3537182:user/release-keys" \
+ PRIVATE_BUILD_DESC="sailfish-user 7.1.1 NMF26Q 3537182 release-keys"