summaryrefslogtreecommitdiff
path: root/chromium/tests/UbWebViewJankTests/Android.mk
diff options
context:
space:
mode:
authorBo Liu <boliu@google.com>2014-11-07 09:48:04 -0800
committerBo Liu <boliu@google.com>2014-11-07 10:11:06 -0800
commitf74ac76333a8ba74c86175db30a6ebaa5fd57375 (patch)
treeddf934c9764318cc792d1fd000aed146c2be78bb /chromium/tests/UbWebViewJankTests/Android.mk
parent7d62eab4ca242beacac4471c002e998ef5c218b8 (diff)
downloadwebview-f74ac76333a8ba74c86175db30a6ebaa5fd57375.tar.gz
Push m39 glue to chromium-dev
M39 sha1: 8a26cc6f7dd4d893790e7c4f13df901845ab045d This be built against android-5.0.0_r2 frameworks/base. Change-Id: I668b7279b706b7288de7b24cebdb20e2aad13912
Diffstat (limited to 'chromium/tests/UbWebViewJankTests/Android.mk')
-rw-r--r--chromium/tests/UbWebViewJankTests/Android.mk26
1 files changed, 26 insertions, 0 deletions
diff --git a/chromium/tests/UbWebViewJankTests/Android.mk b/chromium/tests/UbWebViewJankTests/Android.mk
new file mode 100644
index 0000000..0c2d128
--- /dev/null
+++ b/chromium/tests/UbWebViewJankTests/Android.mk
@@ -0,0 +1,26 @@
+# Copyright 2014 Google Inc. All Rights Reserved.
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+LOCAL_PATH := $(call my-dir)
+include $(CLEAR_VARS)
+
+LOCAL_PACKAGE_NAME := UbWebViewJankTests
+LOCAL_SRC_FILES := $(call all-java-files-under, src)
+LOCAL_MODULE_TAGS := tests
+
+LOCAL_STATIC_JAVA_LIBRARIES := ub-uiautomator ub-janktesthelper
+
+LOCAK_SDK_VERSION := current
+
+include $(BUILD_PACKAGE)