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

Commit 36ca51ff authored by Tadashi G. Takaoka's avatar Tadashi G. Takaoka Committed by android-build-merger
Browse files

Merge "Separate servicestests/utils"

am: 5c06c1c0

Change-Id: Ie152d348d9b37abcd77c01758088fd1f6c78afed
parents fce565d2 5c06c1c0
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -9,7 +9,9 @@ include $(CLEAR_VARS)
LOCAL_MODULE_TAGS := tests

# Include all test java files.
LOCAL_SRC_FILES := $(call all-java-files-under, src)
LOCAL_SRC_FILES := \
    $(call all-java-files-under, src) \
    $(call all-java-files-under, utils) \

LOCAL_STATIC_JAVA_LIBRARIES := \
    frameworks-base-testutils \
+0 −0

File moved.