clover: use device specific vendor for better compatbility
This commit is contained in:
parent
761d7ac356
commit
760736653d
1 changed files with 1 additions and 1 deletions
|
@ -134,7 +134,7 @@ TARGET_SCREEN_HEIGHT := 1920
|
||||||
TARGET_SCREEN_WIDTH := 1200
|
TARGET_SCREEN_WIDTH := 1200
|
||||||
|
|
||||||
# Include Vendor files
|
# Include Vendor files
|
||||||
$(call inherit-product, vendor/xiaomi/sdm660/clover/clover-vendor.mk)
|
$(call inherit-product, vendor/xiaomi/clover/clover-vendor.mk)
|
||||||
|
|
||||||
# Set those variables here to overwrite the inherited values.
|
# Set those variables here to overwrite the inherited values.
|
||||||
PRODUCT_NAME := aosp_clover
|
PRODUCT_NAME := aosp_clover
|
||||||
|
|
Loading…
Reference in a new issue