Clean up the vm_args override and use_cxx_libraries instead

Summary: ryandm pointed out that `use_cxx_library` is necessary for fbcode overrides. And that's also true for fbandroid now.

Reviewed By: ryandm

Differential Revision: D4053192

fbshipit-source-id: 453e77df6f31b9bf6b2d221d7def8361e2966ff2
This commit is contained in:
Michael Lee
2016-10-20 15:21:15 -07:00
committed by Facebook Github Bot
parent 26bcc1e072
commit 7673de823f

View File

@@ -51,9 +51,6 @@ java_test(
':java',
JUNIT_TARGET,
],
vm_args = [
'-Duses_native_libraries',
],
use_cxx_libraries = True,
cxx_library_whitelist = CXX_LIBRARY_WHITELIST,
)