Skip to content

Commit

Permalink
Glimpse: Include embedded native libs
Browse files Browse the repository at this point in the history
We want JNIs from prebuilt AARs to be included in the final APK

Change-Id: I17d78bbf31ee914661a64dde8a12aac902d9f58c
  • Loading branch information
SebaUbuntu committed May 11, 2024
1 parent fa9a4c8 commit e914974
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/Android.bp
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ android_app {
sdk_version: "34",
product_specific: true,

use_embedded_native_libs: true,

overrides: [
"Gallery",
"Gallery2",
Expand Down

0 comments on commit e914974

Please sign in to comment.