Skip to content

Commit 2bd9f2b

Browse files
committed
chore: remove ndk 3p prebuilt artifacts which are not feasible in this setup
1 parent 9d3dfbd commit 2bd9f2b

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

packages/interop-otel/android/build.gradle

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -161,12 +161,6 @@ dependencies {
161161

162162
// Depend on Ottrelite core
163163
implementation project(":ottrelite_core")
164-
165-
// CURL dependency for OTEL
166-
implementation 'com.android.ndk.thirdparty:curl:7.85.0-beta-1'
167-
168-
// OpenSSL dependency for OTEL
169-
implementation 'com.android.ndk.thirdparty:openssl:1.1.1q-beta-1'
170164
}
171165

172166
def isReleaseBuild = project.hasProperty("buildType") && project.buildType == "release"

0 commit comments

Comments
 (0)