2018-09-11 15:27:47 -07:00
|
|
|
# Copyright (c) Facebook, Inc. and its affiliates.
|
2016-07-25 06:31:32 -07:00
|
|
|
#
|
2018-02-16 18:24:55 -08:00
|
|
|
# This source code is licensed under the MIT license found in the
|
|
|
|
# LICENSE file in the root directory of this source tree.
|
2016-07-25 06:31:32 -07:00
|
|
|
|
2018-08-28 21:54:41 -07:00
|
|
|
load("//tools/build_defs/oss:yoga_defs.bzl", "YOGA_ROOTS", "yoga_java_library", "yoga_prebuilt_jar")
|
2016-07-25 06:31:32 -07:00
|
|
|
|
2018-04-14 12:39:23 -07:00
|
|
|
yoga_prebuilt_jar(
|
2017-02-24 21:40:45 -08:00
|
|
|
name = "jsr305-jar",
|
|
|
|
binary_jar = "jsr305.jar",
|
2016-07-25 06:31:32 -07:00
|
|
|
)
|
|
|
|
|
2018-04-14 12:39:23 -07:00
|
|
|
yoga_java_library(
|
2017-02-24 21:40:45 -08:00
|
|
|
name = "jsr-305",
|
2018-05-25 11:09:49 -07:00
|
|
|
visibility = YOGA_ROOTS,
|
2017-02-24 21:40:45 -08:00
|
|
|
exported_deps = [
|
|
|
|
":jsr305-jar",
|
|
|
|
],
|
2016-07-25 06:31:32 -07:00
|
|
|
)
|