Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ca846f8f authored by Sunny Goyal's avatar Sunny Goyal
Browse files

Fixing Test builds

Change-Id: I8524ebc124270feb2e6e69e17ba0e0c6301bce18
parent 3fc648d3
Loading
Loading
Loading
Loading
+3 −7
Original line number Diff line number Diff line
@@ -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