Merge "Add junit/textui/** to the proguard filter" am: 3b3bffc0d0 am: 5022a346c7

am: b61544dd73

Change-Id: Ia0f9214c51370fa6160652614bc39504e237246b
This commit is contained in:
Paul Duffin 2017-06-15 09:15:46 +00:00 committed by android-build-merger
commit e101faa214
1 changed files with 1 additions and 1 deletions

View File

@ -646,7 +646,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