blob: c41991d242498bc824e3c1aab172ed6feb7e9448 [file] [log] [blame]
# Copyright 2016 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
import("//build/config/android/rules.gni")
android_java_prebuilt("accessibility_test_framework_java") {
testonly = true
jar_path = "lib/accessibility-test-framework.jar"
deps = [
"//third_party/android_deps:android_support_v4_java",
"//third_party/android_deps:com_android_support_support_core_ui_java",
"//third_party/hamcrest:hamcrest_core_java",
]
# TODO(smaier): remove this - crbug.com/898861
proguard_configs =
[ "//third_party/accessibility_test_framework/proguard.flags" ]
}