19 lines
570 B
Text
19 lines
570 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/sunfish/aosp_sunfish.mk)
|
|
|
|
# Match stock product info
|
|
PRODUCT_NAME := sunfish
|
|
PRODUCT_MODEL := Pixel 4a
|
|
PRODUCT_BRAND := google
|
|
PRODUCT_MANUFACTURER := Google
|
|
|
|
ifneq ($(BUILD_ID),TQ3A.230805.001.S1)
|
|
$(error BUILD_ID: expected TQ3A.230805.001.S1, got $(BUILD_ID))
|
|
endif
|
|
|
|
ifneq ($(PLATFORM_SECURITY_PATCH),2023-09-01)
|
|
$(error PLATFORM_SECURITY_PATCH: expected 2023-09-01, got $(PLATFORM_SECURITY_PATCH))
|
|
endif
|