Merge "Add junit/textui/** to the proguard filter"

This commit is contained in:
Paul Duffin 2017-06-15 09:04:06 +00:00 committed by Gerrit Code Review
commit 3b3bffc0d0

View file

@ -642,7 +642,7 @@ proguard_injar_filters :=
ifndef LOCAL_JACK_ENABLED
ifdef LOCAL_SDK_VERSION
ifeq (,$(filter-out current system_current test_current, $(LOCAL_SDK_VERSION)))
proguard_injar_filters := (!junit/framework/**,!junit/runner/**,!android/test/**,!com/android/internal/util/*)
proguard_injar_filters := (!junit/framework/**,!junit/runner/**,!junit/textui/**,!android/test/**,!com/android/internal/util/*)
endif
endif
endif