mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-27 15:26:58 +00:00
Adding common code for instrumentation and robolectric tests
Change-Id: Ia338f0565868bb174ef5f6721924944792866be6
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user