AOSP + annotation processor + jack

277 Views Asked by At

How to get libraries requiring annotation processor (such as butterknife, dagger etc.) to be usable for an app in AOSP (N, in my case)?

Jack seems to support annotation processor according to this, but I can't find the proper flags to make it generate the files and add them to the classpath.

That functionality was added to gradle, but what's the equivalent for AOSP?

0

There are 0 best solutions below