chromium/third_party/accessibility_test_framework/BUILD.gn

# Copyright 2023 The Chromium Authors
# 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")

# We no longer need to do any modifications to the Accessibility Test
# Framework. This is just an alias until we can migrate everyone to the target.
java_group("accessibility_core_java") {
  testonly = true
  deps = [ "//third_party/android_deps:com_google_android_apps_common_testing_accessibility_framework_accessibility_test_framework_java" ]
}