platform_build_soong/androidmk
Andreas Gampe f3e5b558e7 Soong: support Errorprone javacflags
Add support for an errorprone block in Java modules that accepts
additional javacflags for the errorprone build.

Sample:

    errorprone: {
        javacflags: ["-Xep:EqualsNaN:WARN"],
    },

Bug: 72004718
Test: m RUN_ERROR_PRONE=true
Test: manual - add block with ERROR to a project
Test: androidmk_test
Change-Id: I502248fe76c26aa19102f413af72a7324c35b7f4
2018-01-23 20:30:01 -08:00
..
cmd/androidmk Soong: support Errorprone javacflags 2018-01-23 20:30:01 -08:00
parser Add license headers to all go and shell files 2017-11-17 23:05:26 +00:00
Android.bp Revert "Revert "Run bpfix at the end of androidmk"" 2017-06-19 15:52:25 -07:00