Merge "Add junit/textui/** to the proguard filter" am: 3b3bffc0d0
am: 5022a346c7
am: b61544dd73
Change-Id: Ia0f9214c51370fa6160652614bc39504e237246b
This commit is contained in:
commit
e101faa214
|
@ -646,7 +646,7 @@ proguard_injar_filters :=
|
||||||
ifndef LOCAL_JACK_ENABLED
|
ifndef LOCAL_JACK_ENABLED
|
||||||
ifdef LOCAL_SDK_VERSION
|
ifdef LOCAL_SDK_VERSION
|
||||||
ifeq (,$(filter-out current system_current test_current, $(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
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
Loading…
Reference in New Issue