blob: 0d50eac685cae64d6d2d3c52d706c061b14ec6a8 [file] [log] [blame]
package {
// See: http://go/android-license-faq
// A large-scale-change added 'default_applicable_licenses' to import
// all of the 'license_kinds' from "packages_providers_MediaProvider_license"
// to get the below license kinds:
// SPDX-license-identifier-Apache-2.0
default_applicable_licenses: ["packages_providers_MediaProvider_license"],
}
android_app {
name: "MediaProviderLegacy",
manifest: "AndroidManifest.xml",
static_libs: [
"androidx.appcompat_appcompat",
"androidx.core_core",
"guava",
],
libs: ["app-compat-annotations"],
srcs: [
"src/**/*.aidl",
"src/**/*.java",
":mediaprovider-database-sources",
],
certificate: "media",
privileged: true,
sdk_version: "system_current",
}