clover: config: Include Vendor Blobs from clover
This commit is contained in:
parent
cfa664e7ff
commit
f35a4af673
1 changed files with 3 additions and 0 deletions
|
@ -120,6 +120,9 @@ PRODUCT_AAPT_PREF_CONFIG := xhdpi
|
|||
TARGET_SCREEN_HEIGHT := 1920
|
||||
TARGET_SCREEN_WIDTH := 1200
|
||||
|
||||
# Include Vendor files
|
||||
$(call inherit-product, vendor/xiaomi/sdm660/clover/clover-vendor.mk)
|
||||
|
||||
# Set those variables here to overwrite the inherited values.
|
||||
PRODUCT_NAME := aosp_clover
|
||||
PRODUCT_DEVICE := clover
|
||||
|
|
Loading…
Reference in a new issue