2023-10-13 02:44:12 +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/shusky/aosp_shiba.mk)
|
|
|
|
|
|
|
|
# Match stock product info
|
|
|
|
PRODUCT_NAME := shiba
|
|
|
|
PRODUCT_MODEL := Pixel 8
|
|
|
|
PRODUCT_BRAND := google
|
|
|
|
PRODUCT_MANUFACTURER := Google
|
|
|
|
|
|
|
|
include device/google/gs-common/wireless_charger/wireless_charger.mk
|
|
|
|
|
2024-01-03 22:01:58 +01:00
|
|
|
ifneq ($(BUILD_ID),UQ1A.240105.004)
|
|
|
|
$(error BUILD_ID: expected UQ1A.240105.004, got $(BUILD_ID))
|
2023-10-13 02:44:12 +02:00
|
|
|
endif
|