17 lines
484 B
Text
17 lines
484 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/lynx/aosp_lynx.mk)
|
|
|
|
# Match stock product info
|
|
PRODUCT_NAME := lynx
|
|
PRODUCT_MODEL := Pixel 7a
|
|
PRODUCT_BRAND := google
|
|
PRODUCT_MANUFACTURER := Google
|
|
|
|
include device/google/gs-common/wireless_charger/wireless_charger.mk
|
|
|
|
ifneq ($(BUILD_ID),UQ1A.240105.004)
|
|
$(error BUILD_ID: expected UQ1A.240105.004, got $(BUILD_ID))
|
|
endif
|