Hey guys,

I'm trying to build some native code with gradle-experimental:0.3.0-alpha7 
plugin, and I encountered a problem with link flags, which are added 
automatically by the plugin.

Long story short, I need to put some .a dependency before -lc++_static to 
override a symbol, but the plugin always puts its flags on the top.

Tried doing some magic with components.android {binaries.afterEach 
{it.mergedNdkConfig}} bit this list seems to be empty, and only works for 
adding new flags.

Is there some way to access final list of flags to manually edit them? Or 
maybe some way to fully prohibit plugin from adding default flags?

-- 
You received this message because you are subscribed to the Google Groups 
"adt-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to