Buckification of Yoga build script
Reviewed By: liorisraeli87, k21 Differential Revision: D21429174 fbshipit-source-id: f12c8349cc59398553773df7bc15f0f83bd571b4
This commit is contained in:
committed by
Facebook GitHub Bot
parent
4135420cba
commit
ede65bbce4
@@ -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,
|
||||
|
@@ -202,6 +202,9 @@ def yoga_prebuilt_cxx_library(*args, **kwargs):
|
||||
def yoga_prebuilt_jar(*args, **kwargs):
|
||||
native.prebuilt_jar(*args, **kwargs)
|
||||
|
||||
def yoga_prebuilt_aar(*args, **kwargs):
|
||||
native.android_prebuilt_aar(*args, **kwargs)
|
||||
|
||||
def is_apple_platform():
|
||||
return True
|
||||
|
||||
|
Reference in New Issue
Block a user