From b3a41bd38dc6d925aea8b014e94ed51e0e34effa Mon Sep 17 00:00:00 2001 From: Pascal Hartig Date: Fri, 13 Sep 2019 08:54:38 -0700 Subject: [PATCH] Fix RSocket build.gradle Summary: This got really badly mauled by a codemod I reckon. Reviewed By: jknoxville Differential Revision: D17366199 fbshipit-source-id: 6f1863e5e3d3ed26753723cf666b70655601a8de --- android/third-party/overrides/RSocket/build.gradle | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/android/third-party/overrides/RSocket/build.gradle b/android/third-party/overrides/RSocket/build.gradle index 142892a70..e102c3c04 100644 --- a/android/third-party/overrides/RSocket/build.gradle +++ b/android/third-party/overrides/RSocket/build.gradle @@ -1,3 +1,9 @@ +/* + * Copyright (c) Facebook, Inc. and its affiliates. + * + * This source code is licensed under the MIT license found in the LICENSE + * file in the root directory of this source tree. + */ apply plugin: 'com.android.library' android { @@ -27,11 +33,3 @@ android { } } } -/* - * Copyright (c) Facebook, Inc. and its affiliates. - * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. - */ - -//'x86', 'x86_64', 'armeabi-v7a',