blob: e68aa16315077fe8300562fb69aae5d4c44bc26a [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
# Uses wrong version of proto (not protolite).
# Disable these to avoid build warnings.
enable_bytecode_checks = false
jar_path = "lib/accessibility-test-framework.jar"
deps = [
"//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" ]
}