17 lines
486 B
Text
17 lines
486 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/redfin/aosp_redfin.mk)
|
|
|
|
# Match stock product info
|
|
PRODUCT_NAME := redfin
|
|
PRODUCT_MODEL := Pixel 5
|
|
PRODUCT_BRAND := google
|
|
PRODUCT_MANUFACTURER := Google
|
|
|
|
include device/google/redfin/wireless_charger/wireless_charger.mk
|
|
|
|
ifneq ($(BUILD_ID),UP1A.231005.007)
|
|
$(error BUILD_ID: expected UP1A.231005.007, got $(BUILD_ID))
|
|
endif
|