Summary: There's been a breaking change in 0.5 and old versions are ABI-incompatible with new ones. Reviewed By: muraziz Differential Revision: D8913456 fbshipit-source-id: 89221c5ac95c7c2197083a5390403c72e7e33af1
13 lines
320 B
Python
13 lines
320 B
Python
# Copyright (c) 2014-present, Facebook, Inc.
|
|
#
|
|
# This source code is licensed under the MIT license found in the
|
|
# LICENSE file in the root directory of this source tree.
|
|
|
|
load("//:yoga_defs.bzl", "YOGA_ROOTS")
|
|
|
|
android_prebuilt_aar(
|
|
name = "soloader",
|
|
aar = "soloader-0.5.1.aar",
|
|
visibility = YOGA_ROOTS,
|
|
)
|