thanks, that reads more clear. On Tue, Nov 11, 2014 at 9:51 AM, Perry Nguyen <[email protected]> wrote:
> ndkJavah in Android := Nil would be sufficient for disabling javah. There > is no separate option for disabling ndk at this time. > > > On Tue Nov 11 2014 at 7:38:00 AM Daniel Skinner <[email protected]> wrote: > >> But I don't need the task to run so I set `ndkJavah in Android := >> Seq[File]()` to build/deploy/run sucessfully. Is this appropriate? I was >> looking for something more along the lines of `useX in Android := false`. >> >> android-sdk-plugin is picking up some source files in a sourceGenerators >> task that references a shared object I'm building but I already have >> everything in place to work correctly and do not need any ndk tasks ran by >> the plugin. In this case, the ndk was used to build a Go toolchain and the >> sourceGenerators task is responsible for building out the shared object. >> >> Though I did find it strange, out of curiosity, that if i copy and paste >> the failed javah command from the root of the project, it ran without error. >> >> -- >> You received this message because you are subscribed to the Google Groups >> "scala-on-android" 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. >> > -- > You received this message because you are subscribed to the Google Groups > "scala-on-android" 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. > -- You received this message because you are subscribed to the Google Groups "scala-on-android" 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.
