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
|
|
|
|
|
2023-11-07 08:36:48 +01:00
|
|
|
ifneq ($(BUILD_ID),UP1A.231105.003)
|
|
|
|
$(error BUILD_ID: expected UP1A.231105.003, got $(BUILD_ID))
|
2023-08-27 15:59:37 +02:00
|
|
|
endif
|
2023-12-04 22:11:42 +01:00
|
|
|
|
|
|
|
ifneq ($(PLATFORM_SECURITY_PATCH),2023-11-01)
|
|
|
|
$(error PLATFORM_SECURITY_PATCH: expected 2023-11-01, got $(PLATFORM_SECURITY_PATCH))
|
|
|
|
endif
|