summaryrefslogtreecommitdiff
path: root/aicp.mk
blob: 8a33acd4862ba0c17199e660611c5a7991839a25 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# 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/walleye/aosp_walleye.mk)

-include device/google/wahoo/device-lineage.mk

## Device identifier. This must come after all inclusions
PRODUCT_NAME := aicp_walleye
PRODUCT_BRAND := google
PRODUCT_MODEL := Pixel 2
TARGET_MANUFACTURER := Google

PRODUCT_BUILD_PROP_OVERRIDES += \
    PRODUCT_NAME=walleye \
    BUILD_FINGERPRINT=google/walleye/walleye:8.1.0/OPM2.171019.029.B1/4657601:user/release-keys \
    PRIVATE_BUILD_DESC="walleye-user 8.1.0 OPM2.171019.029.B1 4657601 release-keys"

$(call inherit-product-if-exists, vendor/google/walleye/walleye-vendor.mk)