Thanks for the heads up! Is there anyway to fetch all directories under the jni folder and add them as source directories so they also show up in LOCAL_C_INCLUDES ? Is that something gradle can do?
On Monday, March 24, 2014 5:43:38 PM UTC-7, Xavier Ducrohet wrote: > > It's not possible at the moment. We'll be doing more work on the NDK > integration in a month or so, but don't expect changes before that. There > are ways to just disable the integration and manually call ndk_build. This > is your best bet. > > > On Mon, Mar 24, 2014 at 5:02 PM, Nichalaus Long > <[email protected]<javascript:> > > wrote: > >> I'm trying to set up my c++ lib to work with android studio + gradle. Is >> there a way to add CMAKE_USE_RELATIVE_PATHS := 1 to my *.mk files with >> gradle? >> >> -- >> 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] <javascript:>. >> For more options, visit https://groups.google.com/d/optout. >> > > > > -- > Xavier Ducrohet > Android SDK Tech Lead > Google Inc. > http://developer.android.com | http://tools.android.com > > Please do not send me questions directly. Thanks! > -- 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.
