Assign test_ownership_2020 as owner for unowned java tests in fbandroid

Summary: Changelog: [Internal]

Reviewed By: IanChilds

Differential Revision: D22980855

fbshipit-source-id: d5e394f16eaf0e50367b95b1eec98024b906d3d9
This commit is contained in:
Jiawei Lv
2020-08-11 17:09:47 -07:00
committed by Facebook GitHub Bot
parent 084d5935e6
commit e1c9d8800e

View File

@@ -110,6 +110,7 @@ yoga_java_library(
yoga_java_test(
name = "tests",
srcs = glob(["tests/**/*.java"]),
contacts = ["oncall+yoga@xmail.facebook.com"],
cxx_library_whitelist = CXX_LIBRARY_WHITELIST_FOR_TESTS,
use_cxx_libraries = True,
visibility = ["PUBLIC"],