commit | 702e01e258d08559c45c8b97db88072a34dc86a8 | [log] [tgz] |
---|---|---|
author | Ying Wang <wangying@google.com> | Wed Oct 21 10:30:51 2015 -0700 |
committer | Ying Wang <wangying@google.com> | Wed Oct 21 10:30:51 2015 -0700 |
tree | c9b139d43ea7dff50682c62e159bd196dba15807 | |
parent | 597f384fb3c1ceab7d2e6f2163a611ef21d84550 [diff] |
Add LOCAL_FINDBUGS_FLAGS to support custom findbugs flags. Use LOCAL_FINDBUGS_FLAGS to specify findbugs command line flags. To use findbugs filters: LOCAL_FINDBUGS_FLAGS := -exclude $(LOCAL_PATH)/exclude.xml -include \ $(LOCAL_PATH)/include.xml where exclude.xml and include.xml are filter files. The build system automatically adds the filter files as dependency of findbugs' output xml. Bug: 24948760 Change-Id: I82502c0ade910c5255001fa5f390316137ce0be6