Revert "Revert "Revert "Add soong_javac_filter to all javac commands"""

This reverts commit 440079b84b.

Adding the pipe interferes with error codes, which results
in an empty classes-full-debug.jar output file being left
after the failure.  The next build sees the output file with
an up-to-date timestamp and doesn't rerun the failing rule.

Bug: 36666657
Change-Id: I6658edb766d8ba3120f88e3d8d6eda6ea6c691da
This commit is contained in:
Colin Cross
2017-03-29 21:01:24 +00:00
parent 440079b84b
commit fc8ead6609
5 changed files with 2 additions and 8 deletions

View File

@@ -446,7 +446,6 @@ $(full_classes_compiled_jar): \
$(RenderScript_file_stamp) \
$(proto_java_sources_file_stamp) \
$(NORMALIZE_PATH) \
$(JAVAC_FILTER) \
$(LOCAL_ADDITIONAL_DEPENDENCIES)
$(transform-java-to-classes.jar)