Consolidate mobile yoga into top-level xplat
Reviewed By: emilsjolander Differential Revision: D6494379 fbshipit-source-id: f6b78d8a1b3d4bcdeef350ad7bd097cdbe5d15b1
This commit is contained in:
committed by
Facebook Github Bot
parent
836eaa62df
commit
2a10337344
@@ -5,7 +5,7 @@
|
||||
# LICENSE file in the root directory of this source tree. An additional grant
|
||||
# of patent rights can be found in the PATENTS file in the same directory.
|
||||
|
||||
load("//:yoga_defs.bzl", "YOGA_ROOTS")
|
||||
load("//:yoga_defs.bzl", "YOGA_ROOTS", "prebuilt_jar")
|
||||
|
||||
prebuilt_jar(
|
||||
name = "android-support",
|
||||
|
@@ -5,7 +5,7 @@
|
||||
# LICENSE file in the root directory of this source tree. An additional grant
|
||||
# of patent rights can be found in the PATENTS file in the same directory.
|
||||
|
||||
load("//:yoga_defs.bzl", "PROGRUARD_ANNOTATIONS_TARGET", "SOLOADER_TARGET", "JSR_305_TARGET")
|
||||
load("//:yoga_defs.bzl", "PROGRUARD_ANNOTATIONS_TARGET", "SOLOADER_TARGET", "JSR_305_TARGET", "java_library")
|
||||
|
||||
java_library(
|
||||
name = "jni",
|
||||
|
@@ -5,7 +5,7 @@
|
||||
# LICENSE file in the root directory of this source tree. An additional grant
|
||||
# of patent rights can be found in the PATENTS file in the same directory.
|
||||
|
||||
include_defs("//yoga_defs.bzl")
|
||||
load("//:yoga_defs.bzl", "cxx_library", "YOGA_ROOTS")
|
||||
|
||||
COMPILER_FLAGS = [
|
||||
"-std=c++11",
|
||||
|
@@ -5,7 +5,7 @@
|
||||
# LICENSE file in the root directory of this source tree. An additional grant
|
||||
# of patent rights can be found in the PATENTS file in the same directory.
|
||||
|
||||
load("//:yoga_defs.bzl", "YOGA_ROOTS")
|
||||
load("//:yoga_defs.bzl", "YOGA_ROOTS", "prebuilt_jar", "java_library")
|
||||
|
||||
prebuilt_jar(
|
||||
name = "infer-annotations-jar",
|
||||
|
@@ -5,6 +5,8 @@
|
||||
# LICENSE file in the root directory of this source tree. An additional grant
|
||||
# of patent rights can be found in the PATENTS file in the same directory.
|
||||
|
||||
load("//:yoga_defs.bzl", "cxx_library")
|
||||
|
||||
cxx_library(
|
||||
name = "jni",
|
||||
header_namespace = "",
|
||||
|
@@ -5,7 +5,7 @@
|
||||
# LICENSE file in the root directory of this source tree. An additional grant
|
||||
# of patent rights can be found in the PATENTS file in the same directory.
|
||||
|
||||
load("//:yoga_defs.bzl", "YOGA_ROOTS")
|
||||
load("//:yoga_defs.bzl", "YOGA_ROOTS", "prebuilt_jar", "java_library")
|
||||
|
||||
prebuilt_jar(
|
||||
name = "jsr305-jar",
|
||||
|
@@ -5,7 +5,7 @@
|
||||
# LICENSE file in the root directory of this source tree. An additional grant
|
||||
# of patent rights can be found in the PATENTS file in the same directory.
|
||||
|
||||
load("//:yoga_defs.bzl", "YOGA_ROOTS")
|
||||
load("//:yoga_defs.bzl", "YOGA_ROOTS", "prebuilt_jar", "java_library")
|
||||
|
||||
prebuilt_jar(
|
||||
name = "junit-jar",
|
||||
|
Reference in New Issue
Block a user