Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5022a346 authored by Paul Duffin's avatar Paul Duffin Committed by android-build-merger
Browse files

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

am: 3b3bffc0

Change-Id: I9b04203701bc38b7b2630ce78513c8f519d10822
parents cc2ca23b 3b3bffc0
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -642,7 +642,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