facebook / buck

A fast build system that encourages the creation of small, reusable modules over a variety of platforms and languages.
https://buck.build
Apache License 2.0
8.56k stars 1.16k forks source link

Add support for specifying header director for java_library build rule. #2209

Open mikeb01 opened 5 years ago

mikeb01 commented 5 years ago

This is required as Java 9+ has removed support for javah and header generation should be handling in a single step during the java compile.

timmych commented 5 years ago

cc @jtorkkola