Files
frameworks_base/packages/SettingsLib/TopIntroPreference/Android.bp
Tsung-Mao Fang f5afcab974 Create a top intro preference widget
Based on our ux spec, so we create this widget to let everyone
can follow our spec easily.

Test: Apply this widget in Settings and confirm it.
Bug: 173087905
Change-Id: I481b350c417745cc3332b403877627e081cc0f73
2020-11-16 18:27:13 +08:00

14 lines
294 B
Plaintext

android_library {
name: "SettingsLibTopIntroPreference",
srcs: ["src/**/*.java"],
resource_dirs: ["res"],
static_libs: [
"androidx.annotation_annotation",
"androidx.preference_preference",
],
sdk_version: "system_current",
min_sdk_version: "21",
}