Is it possible to disable JackServer in Android N? I have tried several ways but still have no luck.
We want to use static source analyzer to analyze several modules we created, it need "javac" in its build log so we just want to disable JackServer. In Android.mk, specify LOCAL_JACK_ENABLED := disabled and mm this module cause build fail. Put DEFAULT_JACK_ENABLED:= false in BoardConfig.mk also build fails. Is this any way to disable Jack-server in Android N? -- -- You received this message because you are subscribed to the "Android Building" mailing list. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-building?hl=en --- You received this message because you are subscribed to the Google Groups "Android Building" 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.
