Merge "Remove android.test.** and c.a.i.u.* injar filters"

This commit is contained in:
Paul Duffin 2017-12-13 07:24:32 +00:00 committed by Android (Google) Code Review
commit 6b0cf89c18
1 changed files with 1 additions and 1 deletions

View File

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