2023-08-27 15:59:37 +02:00
|
|
|
# Generated by adevtool; do not edit
|
|
|
|
# For more info, see https://github.com/GrapheneOS/adevtool
|
|
|
|
|
|
|
|
# Inherit AOSP product
|
|
|
|
$(call inherit-product, device/google/tangorpro/aosp_tangorpro.mk)
|
|
|
|
|
|
|
|
# Match stock product info
|
|
|
|
PRODUCT_NAME := tangorpro
|
|
|
|
PRODUCT_MODEL := Pixel Tablet
|
|
|
|
PRODUCT_BRAND := google
|
|
|
|
PRODUCT_MANUFACTURER := Google
|
|
|
|
|
2024-04-03 00:11:18 +02:00
|
|
|
ifneq ($(BUILD_ID),AP1A.240405.002)
|
|
|
|
$(error BUILD_ID: expected AP1A.240405.002, got $(BUILD_ID))
|
2023-08-27 15:59:37 +02:00
|
|
|
endif
|