Buckification of Yoga build script

Reviewed By: liorisraeli87, k21

Differential Revision: D21429174

fbshipit-source-id: f12c8349cc59398553773df7bc15f0f83bd571b4
This commit is contained in:
Steven Koeber
2020-06-04 06:35:13 -07:00
committed by Facebook GitHub Bot
parent 4135420cba
commit ede65bbce4
2 changed files with 5 additions and 3 deletions

View File

@@ -3,10 +3,9 @@
# This source code is licensed under the MIT license found in the
# LICENSE file in the root directory of this source tree.
load("//tools/build_defs:fb_native_wrapper.bzl", "fb_native")
load("//tools/build_defs/oss:yoga_defs.bzl", "YOGA_ROOTS")
load("//tools/build_defs/oss:yoga_defs.bzl", "YOGA_ROOTS", "yoga_prebuilt_aar")
fb_native.android_prebuilt_aar(
yoga_prebuilt_aar(
name = "soloader",
aar = "soloader-0.5.1.aar",
visibility = YOGA_ROOTS,