Link static libraries statically (#277)
Summary: Pull Request resolved: https://github.com/facebook/flipper/pull/277 Link all dynamically loaded libraries statically with the exception of libevent. Reviewed By: jknoxville Differential Revision: D9967422 fbshipit-source-id: b33cec5da0c2b34f47217353f205b9d77f1acae2
This commit is contained in:
committed by
Facebook Github Bot
parent
c0982ea1db
commit
cc6f28f7c4
2
android/third-party/native.gradle
vendored
2
android/third-party/native.gradle
vendored
@@ -4,7 +4,7 @@ import org.apache.tools.ant.filters.ReplaceTokens
|
||||
// Increment this when making changes to any of the native
|
||||
// dependencies.
|
||||
// !!!
|
||||
final def CACHE_REVISION = 2
|
||||
final def CACHE_REVISION = 3
|
||||
|
||||
final def externalDir = new File("$projectDir/external")
|
||||
final def downloadsDir = new File("$buildDir/downloads")
|
||||
|
||||
Reference in New Issue
Block a user