Skip to content

Commit ee394c6

Browse files
committed
wip: ndk jvm files
1 parent 320daf5 commit ee394c6

34 files changed

+48
-1
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.cxx/
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# embrace-android-instrumentation-crash-ndk
2+
3+
Instrumentation that captures NDK crashes
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
plugins {
2+
id("embrace-prod-android-conventions")
3+
}
4+
5+
description = "Embrace Android SDK: NDK Crash Instrumentation"
6+
7+
android {
8+
namespace = "io.embrace.android.embracesdk.instrumentation.crash.ndk"
9+
}
10+
11+
dependencies {
12+
implementation(project(":embrace-android-instrumentation-api"))
13+
implementation(project(":embrace-android-utils"))
14+
implementation(libs.opentelemetry.kotlin.semconv)
15+
16+
testImplementation(project(":embrace-android-instrumentation-api-fakes"))
17+
testImplementation(project(":embrace-android-config-fakes"))
18+
testImplementation(libs.robolectric)
19+
}
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<issues format="6" by="lint 8.13.0" type="baseline" client="gradle" dependencies="false" name="AGP (8.13.0)" variant="all" version="8.13.0">
3+
4+
</issues>

0 commit comments

Comments
 (0)