# # Copyright (C) 2020-2021 The LineageOS Project # # SPDX-License-Identifier: Apache-2.0 # # Inherit some common Lineage stuff. $(call inherit-product, vendor/aicp/config/common_full_phone.mk) # Inherit device configuration $(call inherit-product, device/google/bonito/aosp_bonito.mk) include device/google/bonito/device-lineage.mk # Device identifier. This must come after all inclusions PRODUCT_BRAND := google PRODUCT_MODEL := Pixel 3a XL PRODUCT_NAME := aicp_bonito # Boot animation TARGET_SCREEN_HEIGHT := 2160 TARGET_SCREEN_WIDTH := 1080 PRODUCT_BUILD_PROP_OVERRIDES += \ BuildDesc="bonito-user 12 SP2A.220505.008 8782922 release-keys" \ BuildFingerprint=google/bonito/bonito:12/SP2A.220505.008/8782922:user/release-keys \ DeviceProduct=bonito $(call inherit-product, vendor/google/bonito/bonito-vendor.mk)