Skip to content

Commit 18ee43c

Browse files
passyfacebook-github-bot
authored andcommitted
Remove the package exclusions (#51)
Summary: It's all a little confusing but downstream consumers of Flipper that don't use CMake themselves otherwise don't have access to these libraries and will have them missing from their builds. I'll create an 0.2.0 release for this so 0.1.0 consumers don't end up with multiple binaries. Pull Request resolved: facebookincubator/fbjni#51 Test Plan: Tested locally with Flipper and a stand-alone example and it seems to work. Reviewed By: mweststrate Differential Revision: D26815786 Pulled By: passy fbshipit-source-id: c70b56952acbe6e3be4ef74da2e4115651ce8e9c
1 parent be73acd commit 18ee43c

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

first-party/fbjni/build.gradle

-8
Original file line numberDiff line numberDiff line change
@@ -81,14 +81,6 @@ android {
8181
headers 'cxx/'
8282
}
8383
}
84-
85-
// There's a bug in prefab that will bundle all these twice, causing the
86-
// consumer to get duplicate errors.
87-
// Followed the advice from https://github.com/chancezeus/libjpeg-turbo-android-prefab/blob/18eaa325e9954b832c9f3c95e141361d86746528/libjpeg-turbo/build.gradle
88-
packagingOptions {
89-
exclude("**/libfbjni.so")
90-
exclude("**/libc++_shared.so")
91-
}
9284
}
9385
}
9486

0 commit comments

Comments
 (0)