From a471e02725e868b981e1b1ad7211e52e0bd58219 Mon Sep 17 00:00:00 2001 From: Feodor Fitsner Date: Thu, 4 Jul 2024 19:45:04 -0700 Subject: [PATCH] Remove doNotStrip --- {{cookiecutter.out_dir}}/android/app/build.gradle | 5 ----- 1 file changed, 5 deletions(-) diff --git a/{{cookiecutter.out_dir}}/android/app/build.gradle b/{{cookiecutter.out_dir}}/android/app/build.gradle index b4035de..d7e0010 100644 --- a/{{cookiecutter.out_dir}}/android/app/build.gradle +++ b/{{cookiecutter.out_dir}}/android/app/build.gradle @@ -31,11 +31,6 @@ android { jniLibs { useLegacyPackaging true } - - doNotStrip "*/arm64-v8a/libpython*.so" - doNotStrip "*/armeabi-v7a/libpython*.so" - doNotStrip "*/x86/libpython*.so" - doNotStrip "*/x86_64/libpython*.so" } compileOptions {