flakeforever / device_xiaomi_mondrian

Warning: always rebase
26 stars 11 forks source link

Vendor #13

Closed Gosth15 closed 8 months ago

Gosth15 commented 8 months ago

Hi sir I hope you are well, I have a doubt about which vendor you are using to compile, I hope you can provide it.

greetings

flakeforever commented 8 months ago

Hi you, Which branch?

Gosth15 commented 8 months ago

Fourteen branch sir

flakeforever commented 8 months ago

A14_vendor_xiaomi-20240213.zip https://drive.google.com/open?id=1-wnoWXNHz645yGGiTHuhGsEewzOJEgGy&usp=drive_fs

device/xiaomi/mondrian/device.mk

After:

# Inherit from the proprietary version
$(call inherit-product, vendor/xiaomi/mondrian/mondrian-vendor.mk)

Append:

# Inherit from the proprietary version
$(call inherit-product, vendor/xiaomi/sm8450-common/sm8450-common-vendor.mk)

# Inherit from the proprietary version
$(call inherit-product, vendor/xiaomi/mondrian-patch/mondrian-patch-vendor.mk)

device/xiaomi/mondrian/BoardConfig.mk

After:

# Inherit from the proprietary version
include vendor/xiaomi/mondrian/BoardConfigVendor.mk

Append:

# Inherit from the proprietary version
include vendor/xiaomi/sm8450-common/BoardConfigVendor.mk

# Inherit from the proprietary version
include vendor/xiaomi/mondrian-patch/BoardConfigVendor.mk

Have a nice day :0

Gosth15 commented 8 months ago

I appreciate it very much, I'll go try to do something.