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
This commit is contained in:
Pascal Hartig
2019-09-13 08:54:38 -07:00
committed by Facebook Github Bot
parent 23766ebf39
commit b3a41bd38d

View File

@@ -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',