relan / exfat

Free exFAT file system implementation
GNU General Public License v2.0
779 stars 176 forks source link

Android.bp: add soong_namespace #158

Closed pablomh closed 3 years ago

pablomh commented 3 years ago

Make the blueprint namespace-aware so several exfat implementations can coexist in a tree and chosen at build time.

Documentation on how to choose the namespace and use the feature can be found here:

https://source.android.com/setup/build#namespace_modules

Signed-off-by: Pablo Mendez Hernandez pablomh@gmail.com