am 3de1fe6
: Merge change 1529 into donut
Merge commit '3de1fe627073608270f844714f24ed83ed4266db' * commit '3de1fe627073608270f844714f24ed83ed4266db': Fix makefile to be compatible with findbugs v 1.3.8
This commit is contained in:
committed by
The Android Open Source Project
commit
a7e0325cd6
@@ -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)
|
||||
|
Reference in New Issue
Block a user