CTCaer / switch-l4t-kernel-4.9

Other
46 stars 5 forks source link

android: decouple ashmem and binder from CONFIG_ANDROID #2

Open Azkali opened 8 months ago

Azkali commented 8 months ago

The following commits remove the dependencies with CONFIG_ANDROID for the ashmem and binder modules.

CTCaer commented 8 months ago

Clean up the changes and do not modularize them for no reason, especially when required symbols are intended for internal usage. Consolidate the changes into 2 commits. Binder and ashmem decouple.

Azkali commented 8 months ago

Requested changes done ! Please check if it is okay for you too

CTCaer commented 8 months ago

The non modularization request was not addressed. That includes the exported symbols and and the object changes.

Azkali commented 8 months ago

Sorry, edited again, let me know if it is fine now