blob: 14d7f553d64f3d947633a449a703b085e8527733 [file] [log] [blame]
package {
// See: http://go/android-license-faq
default_applicable_licenses: ["Android-Apache-2.0"],
}
android_app {
name: "MediaProviderLegacy",
manifest: "AndroidManifest.xml",
static_libs: [
"mediaprovider-database",
"androidx.appcompat_appcompat",
"androidx.core_core",
],
libs: [
"app-compat-annotations",
"framework-mediaprovider",
],
srcs: [
"src/**/*.aidl",
"src/**/*.java",
],
platform_apis: true,
certificate: "media",
privileged: true,
}