Migrate yoga defs to Skylark syntax.

Summary: https://our.intern.facebook.com/intern/dex/buck/python-to-skylark/

Reviewed By: adamjernst

Differential Revision: D6411822

fbshipit-source-id: 2abe2c183d1b1a28349d0c7bd765754688ec4441
This commit is contained in:
Taras Tsugrii
2017-11-27 13:47:46 -08:00
committed by Facebook Github Bot
parent afaafb4126
commit dec1172f38
20 changed files with 21 additions and 24 deletions

View File

@@ -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")
load("//:yoga_defs.bzl", "YOGA_ROOTS")
prebuilt_jar(
name = "android-support",

View File

@@ -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")
load("//:yoga_defs.bzl", "YOGA_ROOTS")
android_prebuilt_aar(
name = "appcompat",

View File

@@ -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")
include_defs("//yoga_defs.bzl")
prebuilt_cxx_library(
name = "ndklog",

View File

@@ -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")
load("//:yoga_defs.bzl", "PROGRUARD_ANNOTATIONS_TARGET", "SOLOADER_TARGET", "JSR_305_TARGET")
java_library(
name = "jni",

View File

@@ -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")
include_defs("//yoga_defs.bzl")
COMPILER_FLAGS = [
"-std=c++11",

View File

@@ -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")
load("//:yoga_defs.bzl", "YOGA_ROOTS")
prebuilt_jar(
name = "infer-annotations-jar",

View File

@@ -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")
load("//:yoga_defs.bzl", "YOGA_ROOTS")
prebuilt_jar(
name = "jsr305-jar",

View File

@@ -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")
load("//:yoga_defs.bzl", "YOGA_ROOTS")
prebuilt_jar(
name = "junit-jar",

View File

@@ -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")
load("//:yoga_defs.bzl", "YOGA_ROOTS")
android_prebuilt_aar(
name = "soloader",