1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
android_app { name: "SoundPicker", manifest: "AndroidManifest.xml", static_libs: [ "androidx.appcompat_appcompat", ], resource_dirs: [ "res", ], srcs: [ "src/**/*.java", ], platform_apis: true, certificate: "media", privileged: true, }