15 lines
420 B
Text
15 lines
420 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/barbet/aosp_barbet.mk)
|
|
|
|
# Match stock product info
|
|
PRODUCT_NAME := barbet
|
|
PRODUCT_MODEL := Pixel 5a
|
|
PRODUCT_BRAND := google
|
|
PRODUCT_MANUFACTURER := Google
|
|
|
|
ifneq ($(BUILD_ID),UP1A.231105.001)
|
|
$(error BUILD_ID: expected UP1A.231105.001, got $(BUILD_ID))
|
|
endif
|