Skip to content

Commit

Permalink
NoStrip and profileable
Browse files Browse the repository at this point in the history
  • Loading branch information
jellefoks committed Aug 15, 2024
1 parent 22876d1 commit a4aa9f5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions starboard/android/apk/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,10 @@ android {
}
}
packagingOptions {
doNotStrip "*/arm64-v8a/*.so"
doNotStrip "*/armeabi-v7a/*.so"
doNotStrip "*/x86/*.so"
doNotStrip "*/x86_64/*.so"
jniLibs {
// extractNativeLibs, which we set, based on evergreenCompatible, in the manifest file,
// is deprecated. Gradle asks that useLegacyPackaging be set if extractNativeLibs is
Expand Down
2 changes: 2 additions & 0 deletions starboard/android/apk/app/src/app/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,8 @@
android:exported="false"
android:foregroundServiceType="mediaPlayback"/>

<!-- https://developer.android.com/guide/topics/manifest/profileable-element -->
<profileable android:shell="true" android:enabled="true" />.
</application>

<queries>
Expand Down

0 comments on commit a4aa9f5

Please sign in to comment.