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

Commit a22921fc authored by Sunny Goyal's avatar Sunny Goyal Committed by android-build-merger
Browse files

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

am: f7f8cf57

* commit 'f7f8cf57':
  Fixing Test builds
parents 75c7c5ae f7f8cf57
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