mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-19 18:58:19 +00:00
Merge "Fixing Test builds" into ub-launcher3-burnaby-polish
This commit is contained in:
@@ -14,21 +14,17 @@
|
||||
#
|
||||
|
||||
LOCAL_PATH := $(call my-dir)
|
||||
|
||||
src_dirs := src
|
||||
res_dirs := res
|
||||
|
||||
include $(CLEAR_VARS)
|
||||
|
||||
src_dirs := src
|
||||
LOCAL_MODULE_TAGS := tests
|
||||
|
||||
LOCAL_STATIC_JAVA_LIBRARIES := android-support-test
|
||||
LOCAL_STATIC_JAVA_LIBRARIES := android-support-test ub-uiautomator
|
||||
|
||||
LOCAL_SRC_FILES := $(call all-java-files-under, src)
|
||||
LOCAL_RESOURCE_DIR := $(addprefix $(LOCAL_PATH)/, $(res_dirs))
|
||||
LOCAL_AAPT_FLAGS := --auto-add-overlay
|
||||
|
||||
LOCAL_SDK_VERSION := 21
|
||||
LOCAL_SDK_VERSION := 23
|
||||
|
||||
LOCAL_PACKAGE_NAME := Launcher3Tests
|
||||
|
||||
|
||||
Reference in New Issue
Block a user