I'm custom a module. Android.bp cc_binary{ name:"gzip", default:["gzip_default"], static_libs:[...] }
Android.bp don't support if statement. How I can make like this on android.bp? If target_build a
cc_binary{ name:"gzip", default:["gzip_default"], static_libs:[...] }
Endif
Please help. Thank you