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

Commit f7f8cf57 authored by Sunny Goyal's avatar Sunny Goyal Committed by Android (Google) Code Review
Browse files

Merge "Fixing Test builds" into ub-launcher3-burnaby-polish

parents 6362683a ca846f8f
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