Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3de1fe62 authored by Android (Google) Code Review's avatar Android (Google) Code Review
Browse files

Merge change 1529 into donut

* changes:
  Fix makefile to be compatible with findbugs v 1.3.8 	modified:   core/java.mk
parents e9a96dd9 cef9ed98
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -188,9 +188,8 @@ $(findbugs_html) : PRIVATE_XML_FILE := $(findbugs_xml)
$(LOCAL_MODULE)-findbugs : $(findbugs_html)
$(findbugs_html) : $(findbugs_xml)
	@mkdir -p $(dir $@)
	@echo UnionBugs: $@
	$(hide) prebuilt/common/findbugs/bin/unionBugs $(PRIVATE_XML_FILE) \
	| prebuilt/common/findbugs/bin/convertXmlToText -html:fancy.xsl \
	@echo ConvertXmlToText: $@
	$(hide) prebuilt/common/findbugs/bin/convertXmlToText -html:fancy.xsl $(PRIVATE_XML_FILE) \
	> $@

$(LOCAL_MODULE)-findbugs : $(findbugs_html)