# Copyright (c) 2017-present, Facebook, Inc.
#
# This source code is licensed under the Apache 2.0 license found in the
# LICENSE file in the root directory of this source tree.

load(
    "//tools/build_defs/oss:litho_defs.bzl",
    "LITHO_JAVA_TARGET",
    "LITHO_JSR_TARGET",
    "litho_android_library",
)

litho_android_library(
    name = "accessibility",
    labels = ["supermodule:android/default/litho.core"],
    provided_deps = [
        LITHO_JAVA_TARGET,
        LITHO_JSR_TARGET,
    ],
    visibility = [
        "PUBLIC",
    ],
)
