Merge "Separate servicestests/utils" am: 5c06c1c061

am: 36ca51ffbc

Change-Id: I4047dc1dbcd7517ea4b73c8d3135604e24b58820
This commit is contained in:
Tadashi G. Takaoka
2018-09-18 09:14:05 -07:00
committed by android-build-merger
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 \