# 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-lineage.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 # AICP Device Maintainers PRODUCT_BUILD_PROP_OVERRIDES += \ DEVICE_MAINTAINERS="Davor B (LorD ClockaN), doc HD (semdoc)" PRODUCT_BUILD_PROP_OVERRIDES += \ PRODUCT_NAME=sailfish \ BUILD_FINGERPRINT=google/sailfish/sailfish:8.1.0/OPM1.171019.021/4565141:user/release-keys \ PRIVATE_BUILD_DESC="sailfish-user 8.1.0 OPM1.171019.021 4565141 release-keys" $(call inherit-product-if-exists, vendor/google/marlin/marlin-vendor.mk)