Add YOGA_ROOTS to permit multiple definitions
Summary: This changes the `YOGA_ROOT` to `YOGA_ROOTS` in `YOGA_DEFS`. This allows the inclusion of Yoga in the exported Components libraries directory and back-references to the nested dependencies within it. Reviewed By: rspencer01 Differential Revision: D4721745 fbshipit-source-id: 2dc9d4a730076510aed02027cb6713f6326c588d
This commit is contained in:
committed by
Facebook Github Bot
parent
794b6b35ce
commit
9b13fdeae4
@@ -12,6 +12,6 @@ java_library(
|
||||
srcs = glob(["*.java"]),
|
||||
source = "1.7",
|
||||
target = "1.7",
|
||||
visibility = [YOGA_ROOT],
|
||||
visibility = YOGA_ROOTS,
|
||||
deps = [],
|
||||
)
|
||||
|
Reference in New Issue
Block a user