From 132b016bae0051afb7ee99ed4c3d3ffc2a6d1aea Mon Sep 17 00:00:00 2001 From: Jonathan Keljo Date: Fri, 27 Oct 2017 00:46:03 -0700 Subject: [PATCH] Automated fixups for Instagram Summary: Source-only ABIs are a new feature of Buck that allows massive parallelism by generating ABI jars from just the source code (without looking at most dependencies). Because dependencies are not available, the generator makes assumptions about how we write Java code. This commit updates Instagram's code to conform to those assumptions. These changes were generated by Buck's automatic migration script. Reviewed By: dreiss Differential Revision: D6168048 fbshipit-source-id: 0e51319d93fd697db01ea3933f48cd06a6ffac12 --- java/BUCK | 1 + 1 file changed, 1 insertion(+) diff --git a/java/BUCK b/java/BUCK index 0ff18607..293da5c7 100644 --- a/java/BUCK +++ b/java/BUCK @@ -32,6 +32,7 @@ cxx_library( java_library( name = "java", srcs = glob(["com/facebook/yoga/*.java"]), + required_for_source_only_abi = True, source = "1.7", target = "1.7", tests = [