Skip to content

Commit 4bb0b4f

Browse files
passyfacebook-github-bot
authored andcommitted
Remove pickFirst arguments (#27964)
Summary: This is no longer necessary with the new Flipper release. Pull Request resolved: #27964 Test Plan: This was a built-time problem so the CI jobs would catch this. ## Changelog [Android] [Removed] - pickFirst options for RNTester and template Differential Revision: D19815829 Pulled By: passy fbshipit-source-id: d8f66e64e7e922b8ea18ad6eeec3a1c8e6bc77fa
1 parent 887ba8f commit 4bb0b4f

File tree

2 files changed

+0
-14
lines changed

2 files changed

+0
-14
lines changed

RNTester/android/app/build.gradle

-7
Original file line numberDiff line numberDiff line change
@@ -103,13 +103,6 @@ def useIntlJsc = false
103103
android {
104104
compileSdkVersion 29
105105

106-
packagingOptions {
107-
pickFirst '**/armeabi-v7a/libc++_shared.so'
108-
pickFirst '**/x86/libc++_shared.so'
109-
pickFirst '**/x86_64/libc++_shared.so'
110-
pickFirst '**/arm64-v8a/libc++_shared.so'
111-
}
112-
113106
compileOptions {
114107
sourceCompatibility JavaVersion.VERSION_1_8
115108
targetCompatibility JavaVersion.VERSION_1_8

template/android/app/build.gradle

-7
Original file line numberDiff line numberDiff line change
@@ -164,13 +164,6 @@ android {
164164
}
165165
}
166166

167-
packagingOptions {
168-
pickFirst "lib/armeabi-v7a/libc++_shared.so"
169-
pickFirst "lib/arm64-v8a/libc++_shared.so"
170-
pickFirst "lib/x86/libc++_shared.so"
171-
pickFirst "lib/x86_64/libc++_shared.so"
172-
}
173-
174167
// applicationVariants are e.g. debug, release
175168
applicationVariants.all { variant ->
176169
variant.outputs.each { output ->

0 commit comments

Comments
 (0)