Skip to content

Commit

Permalink
Merge branch 'refs/heads/anh/set-extractNativeLibs' into 858/increase…
Browse files Browse the repository at this point in the history
…-min-api-level
  • Loading branch information
anhappdev committed Nov 1, 2024
2 parents ada2ecb + f21fd12 commit 9a6b40a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion flutter/android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
android:maxSdkVersion="29"/>

<application android:label="MLPerf Mobile"
android:icon="@mipmap/ic_launcher">
android:icon="@mipmap/ic_launcher"
android:extractNativeLibs="true">

<!-- TFLite -->
<uses-library android:name="libOpenCL.so"
Expand Down
1 change: 1 addition & 0 deletions flutter/android/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
org.gradle.jvmargs=-Xmx1536M
android.useAndroidX=true
android.enableJetifier=true
android.bundle.enableUncompressedNativeLibs=false

0 comments on commit 9a6b40a

Please sign in to comment.