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/pantah/aosp_panther.mk)
|
|
|
|
|
|
|
|
# Match stock product info
|
|
|
|
PRODUCT_NAME := panther
|
|
|
|
PRODUCT_MODEL := Pixel 7
|
|
|
|
PRODUCT_BRAND := google
|
|
|
|
PRODUCT_MANUFACTURER := Google
|
|
|
|
|
2023-10-06 22:02:33 +02:00
|
|
|
include device/google/gs-common/wireless_charger/wireless_charger.mk
|
|
|
|
|
2023-10-06 11:11:13 +02:00
|
|
|
ifneq ($(BUILD_ID),UP1A.231005.007)
|
|
|
|
$(error BUILD_ID: expected UP1A.231005.007, got $(BUILD_ID))
|
2023-08-27 15:59:37 +02:00
|
|
|
endif
|