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/bramble/aosp_bramble.mk)
|
|
|
|
|
|
|
|
# Match stock product info
|
|
|
|
PRODUCT_NAME := bramble
|
|
|
|
PRODUCT_MODEL := Pixel 4a (5G)
|
|
|
|
PRODUCT_BRAND := google
|
|
|
|
PRODUCT_MANUFACTURER := Google
|
|
|
|
|
2023-11-07 08:36:48 +01:00
|
|
|
ifneq ($(BUILD_ID),UP1A.231105.001)
|
|
|
|
$(error BUILD_ID: expected UP1A.231105.001, got $(BUILD_ID))
|
|
|
|
endif
|