minimal-manifest-twrp / platform_manifest_twrp_aosp

Minimal manifest for building TWRP for devices shipped with Android 10+
282 stars 250 forks source link

PRODUCT_STATIC_BOOT_CONTROL_HAL is obsolete. Use shared library module instead. #32

Open Troy94 opened 1 year ago

Troy94 commented 1 year ago

I don't really know what does it meant, but looks like need to update this lib https://android.googlesource.com/platform/build/+/master/Changes.md#PRODUCT_STATIC_BOOT_CONTROL_HAL. What I must do to fix that?

MartinX3 commented 1 year ago

You mean the 12.1 branch?

Troy94 commented 1 year ago

You mean the 12.1 branch?

Yes, android 11

MartinX3 commented 1 year ago

11 or 12.1?

Troy94 commented 1 year ago

11 or 12.1?

12.1, yes.

kinguser981 commented 1 year ago

error: PRODUCT_STATIC_BOOT_CONTROL_HAL is obsolete. Use shared library module instead.

how can i solve this error????

fskhri commented 1 year ago

https://github.com/fskhri/android_device_xiaomi_plato/commit/1159fd51116c05a4c2f0b0671494cb54c9c6312b try this

N1D2gc commented 1 year ago

I don't really know what does it meant, but looks like need to update this lib https://android.googlesource.com/platform/build/+/master/Changes.md#PRODUCT_STATIC_BOOT_CONTROL_HAL. What I must do to fix that?