The NDK integration in Gradle is a really nice start. Not having to manage 
the make files manually will be a real step forward. However, currently, 
there are a few missing bindings that prevent me from being able to use it.

While there is a binding for cFlags, we're missing a few others:
LOCAL_CPPFLAGS - cppFlags
LOCAL_LDFLAGS - ldFlags

And more generally, maybe there should just be a way to add arbitrary lines 
to the make file for things like:
CMAKE_USE_RELATIVE_PATHS, PCH_FILE and LOCAL_SHARED_LIBRARIES

Also, I could be wrong, but it looks like we need a binding for specifying 
includes:
LOCAL_C_INCLUDES

-- 
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