Merge branch 'facebook:main' into htpiv/use-bit-cast

This commit is contained in:
Harold Pratt
2022-07-18 16:31:28 -07:00
committed by GitHub
2 changed files with 2 additions and 0 deletions

View File

@@ -9,6 +9,7 @@ yoga_android_library(
name = "yoga", name = "yoga",
srcs = glob(["**/*.java"]), srcs = glob(["**/*.java"]),
autoglob = False, autoglob = False,
language = "JAVA",
visibility = [ visibility = [
"PUBLIC", "PUBLIC",
], ],

View File

@@ -9,6 +9,7 @@ yoga_android_library(
name = "android", name = "android",
srcs = glob(["**/*.java"]), srcs = glob(["**/*.java"]),
autoglob = False, autoglob = False,
language = "JAVA",
visibility = [ visibility = [
"PUBLIC", "PUBLIC",
], ],