Move flipper-fresco-plugin to fresco's repo from flipper's repo (#4546)
Summary: Pull Request resolved: https://github.com/facebook/flipper/pull/4546 Move flipper-fresco-plugin to fresco's repo from flipper's repo Reviewed By: passy Differential Revision: D43467895 fbshipit-source-id: efea88563cf931baf4bda0c8bbdfbe41d0f769c5
This commit is contained in:
committed by
Facebook GitHub Bot
parent
11f5330d7c
commit
2e31247486
@@ -36,6 +36,15 @@ android {
|
||||
kotlinOptions {
|
||||
jvmTarget = "1.8"
|
||||
}
|
||||
|
||||
packagingOptions {
|
||||
pickFirst "**/libcrypto.so"
|
||||
pickFirst "**/libevent-2.1.so"
|
||||
pickFirst "**/libevent_core-2.1.so"
|
||||
pickFirst "**/libevent_extra-2.1.so"
|
||||
pickFirst "**/libflipper.so"
|
||||
pickFirst "**/libssl.so"
|
||||
}
|
||||
}
|
||||
|
||||
dependencies {
|
||||
@@ -47,9 +56,9 @@ dependencies {
|
||||
// For simplicity, we use Flipper for both debug and release builds here.
|
||||
// Check out the "sample" app to see how to separate your build flavors.
|
||||
implementation project(':android')
|
||||
implementation project(':fresco-plugin')
|
||||
implementation project(':network-plugin')
|
||||
implementation project(':litho-plugin')
|
||||
implementation deps.flipperFrescoPlugin
|
||||
implementation deps.soloader
|
||||
|
||||
// Litho
|
||||
|
||||
Reference in New Issue
Block a user