Merge "Separate servicestests/utils"

This commit is contained in:
Treehugger Robot
2018-09-18 15:20:50 +00:00
committed by Gerrit Code Review
4 changed files with 3 additions and 1 deletions

View File

@@ -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 \