blob: a2d76462b00602942f5bceef6b1c45641a0140c2 [file] [log] [blame]
// All of the following libraries should be replaced with direct usages of the dependencies.
// BURN THESE WITH FIRE 🔥🔥🔥
android_library {
name: "androidx.legacy_legacy-support-v4",
sdk_version: "current",
min_sdk_version: "14",
manifest: "manifests/androidx.legacy_legacy-support-v4/AndroidManifest.xml",
static_libs: [
"androidx.core_core",
"androidx.media_media",
"androidx.legacy_legacy-support-core-utils",
"androidx.legacy_legacy-support-core-ui",
"androidx.fragment_fragment",
],
java_version: "1.7",
}
android_library {
name: "androidx.legacy_legacy-preference-v14",
sdk_version: "current",
min_sdk_version: "14",
manifest: "manifests/androidx.legacy_legacy-preference-v14/AndroidManifest.xml",
static_libs: [
"androidx.preference_preference",
],
java_version: "1.7",
}