blob: 54199df1c1f3c50f310830c5e93fb5f3ce44f392 [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") {
# Uses wrong version of proto (not protolite).
enable_bytecode_checks = false
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" ]
}