8144226: Sjavac's handling of include/exclude patterns is buggy, redundant and inconsistent

Updated include/exclude pattern arguments for sjavac.

Reviewed-by: erikj
This commit is contained in:
Andreas Lundblad 2016-01-08 17:10:45 +01:00
parent 180c59d147
commit 102356ccab

@ -48,7 +48,6 @@ BREAK_ITERATOR_CLASSES := $(BUILDTOOLS_OUTPUTDIR)/break_iterator_classes
$(eval $(call SetupJavaCompilation,BUILD_BREAKITERATOR, \
SETUP := GENERATE_OLDBYTECODE, \
SRC := $(TEXT_SRCDIR), \
INCLUDES := $(TEXT_PKG), \
INCLUDE_FILES := $(TEXT_SOURCES), \
BIN := $(BREAK_ITERATOR_CLASSES)))