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

Commit a279b2ea authored by Vadim Tryshev's avatar Vadim Tryshev
Browse files

Adding a build rule for Tapl static library

Bug: 110103162
Test: TaplTests suite
Change-Id: Ibff017b68b1a31728d3a8d0c1ede2da6ebfecbb1
parent 1143469a
Loading
Loading
Loading
Loading
+13 −0
Original line number Diff line number Diff line
@@ -30,3 +30,16 @@ LOCAL_PACKAGE_NAME := Launcher3Tests
LOCAL_INSTRUMENTATION_FOR := Launcher3

include $(BUILD_PACKAGE)

#
# Build rule for Tapl library.
#
include $(CLEAR_VARS)
LOCAL_STATIC_JAVA_LIBRARIES := android-support-test ub-uiautomator

LOCAL_SRC_FILES := $(call all-java-files-under, tapl)

LOCAL_SDK_VERSION := current
LOCAL_MODULE := ub-launcher-tapl

include $(BUILD_STATIC_JAVA_LIBRARY)