And remove dependency to settingslib.core.Lifecycle. This class use androidx.Lifecycle instead. Bug: 123311100 Test: robotests Change-Id: I80bbbf4bc2759e574d8dabf1799b3bded216f2f3
15 lines
316 B
Plaintext
15 lines
316 B
Plaintext
android_library {
|
|
name: "SettingsLibActionBarShadow",
|
|
|
|
srcs: ["src/**/*.java"],
|
|
|
|
static_libs: [
|
|
"androidx.annotation_annotation",
|
|
"androidx.lifecycle_lifecycle-runtime",
|
|
"androidx.recyclerview_recyclerview",
|
|
],
|
|
|
|
sdk_version: "system_current",
|
|
min_sdk_version: "21",
|
|
}
|