Adding common code for instrumentation and robolectric tests

Change-Id: Ia338f0565868bb174ef5f6721924944792866be6
This commit is contained in:
Sunny Goyal
2020-04-20 14:41:23 -07:00
parent f01f25b579
commit 34ff8cb3c1
7 changed files with 125 additions and 78 deletions

View File

@@ -62,7 +62,11 @@ else
LOCAL_STATIC_JAVA_LIBRARIES += ub-launcher-aosp-tapl
endif
LOCAL_SRC_FILES := $(call all-java-files-under, src)
LOCAL_SRC_FILES := \
$(call all-java-files-under, src) \
$(call all-java-files-under, src_common)
LOCAL_FULL_LIBS_MANIFEST_FILES := $(LOCAL_PATH)/AndroidManifest-common.xml
LOCAL_PACKAGE_NAME := Launcher3Tests