Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
grote committed Sep 2, 2024
1 parent 81518a4 commit 47bd94c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Android.bp
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ android_app {
"com.google.android.material_material",
"kotlinx-coroutines-android",
"kotlinx-coroutines-core",
"seedvault-lib-zstd-jni",
// our own gradle module libs
"seedvault-lib-core",
"seedvault-lib-storage",
Expand All @@ -45,6 +44,9 @@ android_app {
"seedvault-lib-dav4jvm",
"seedvault-lib-okhttp",
],
jni_libs: [
"seedvault-lib-zstd-jni",
],
manifest: "app/src/main/AndroidManifest.xml",

platform_apis: true,
Expand Down

0 comments on commit 47bd94c

Please sign in to comment.