xpeng: sm7325.mk -> common.mk
Since we support both sm8350 and sm7325 it makes sense to just rename this Change-Id: I0c6c113c3655816eb632c7e5fa41c38f982b87a0
This commit is contained in:
parent
3431a34bbf
commit
77966535c1
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ PRODUCT_AAPT_PREBUILT_DPI := xxxhdpi xxhdpi xhdpi hdpi
|
|||
PRODUCT_SHIPPING_API_LEVEL := 30
|
||||
|
||||
# Inherit from motorola sm7325-common
|
||||
$(call inherit-product, device/motorola/sm7325-common/sm7325.mk)
|
||||
$(call inherit-product, device/motorola/sm7325-common/common.mk)
|
||||
|
||||
# Overlays
|
||||
PRODUCT_PACKAGES += \
|
||||
|
|
Loading…
Reference in a new issue