adevtool/vendor-skels/google_devices/tangorpro/tangorpro.mk.skip
Daniel Micay 6be47d8723 freeze patch level for 6th/7th gen Pixels
It's not clear if they have one of the Mali GPU patches from the
2023-11-05 patch level, so they'll need to be frozen at 2023-11-01 until
the official December security patch for them is available.
2023-12-04 18:28:31 -05:00

19 lines
574 B
Text

# 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
ifneq ($(BUILD_ID),UP1A.231105.003)
$(error BUILD_ID: expected UP1A.231105.003, got $(BUILD_ID))
endif
ifneq ($(PLATFORM_SECURITY_PATCH),2023-11-01)
$(error PLATFORM_SECURITY_PATCH: expected 2023-11-01, got $(PLATFORM_SECURITY_PATCH))
endif