pstar: inherit sm8250-common and vendor makefiles

This commit is contained in:
SGCMarkus
2022-02-15 18:31:18 +01:00
parent 762b1c10d3
commit d4b42bf111
2 changed files with 15 additions and 1 deletions

View File

@@ -18,4 +18,12 @@
TARGET_SCREEN_HEIGHT := 2400
TARGET_SCREEN_WIDTH := 1080
PRODUCT_SHIPPING_API_LEVEL := 30
PRODUCT_SHIPPING_API_LEVEL := 30
# Inherit from motorola sm8250-common
$(call inherit-product, device/motorola/sm8250-common/common.mk)
# Inherit from vendor blobs
$(call inherit-product, vendor/motorola/pstar/pstar-vendor.mk)