blob: 3cddc144ee8b902c62f69fd8813ad6be7bd70b2b [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: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" ]
}