Skip to content

Commit

Permalink
Gradle/Android: Fix the warning related to unable to strip native libs
Browse files Browse the repository at this point in the history
This patch fixes the following warning to reduce the APK's file size.

"Unable to strip the following libraries, packaging them as they are:
  libandroidx.graphics.path.so,
  libc++_shared.so,
  libdatastore_shared_counter.so,
  libgstreamer_android.so,
  libimage_processing_util_jni.so,
  libnnstreamer-native.so,
  libtensorflowlite.so,
  libtensorflowlite_gpu_delegate.so."

Signed-off-by: Wook Song <[email protected]>
  • Loading branch information
wooksong committed Nov 14, 2024
1 parent c11c2a2 commit b38015e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ml_inference_offloading/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ android {
targetSdk = 34
versionCode = 1
versionName = "1.0"
ndkVersion = "25.2.9519653"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {
Expand Down

0 comments on commit b38015e

Please sign in to comment.