Just bumping this to see if any of the project members had any thoughts about including bindings for some of these make file features in Gradle. I currently have a work around using hand built make files and some Gradle task hackery, but it would be fantastic to be able to dump my custom make files and use the built in ABI filtering.
On Monday, April 7, 2014 5:39:54 PM UTC-7, Adam Brown wrote: > > 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.
