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

Commit c85ececd authored by Walter Jang's avatar Walter Jang
Browse files

Move TestCommon sources into the test/src directory (1/2)

Bug 30759296

Change-Id: I1fcb3c70b4cc7fb1c0041dc1762ce06495045673
parent 44922694
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@ LOCAL_CERTIFICATE := shared

LOCAL_STATIC_JAVA_LIBRARIES := android-support-test

src_dirs := src ../TestCommon/src
src_dirs := src
res_dirs := res res-common

LOCAL_SRC_FILES := $(call all-java-files-under, $(src_dirs))
Loading