17 lines
487 B
Text
17 lines
487 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/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
|
|
|
|
ifneq ($(BUILD_ID),UD1A.230803.041)
|
|
$(error BUILD_ID: expected UD1A.230803.041, got $(BUILD_ID))
|
|
endif
|