Move the logic for a horizontal progress bar into its own library in SettingsLib. Bug: 123538370 Test: Code using this library still works. Change-Id: I700c5e481bf32077e19e606d797e5b698b2cc33a
9 lines
176 B
Plaintext
9 lines
176 B
Plaintext
android_library {
|
|
name: "SettingsLibProgressBar",
|
|
|
|
srcs: ["src/**/*.java"],
|
|
resource_dirs: ["res"],
|
|
|
|
sdk_version: "system_current",
|
|
min_sdk_version: "21",
|
|
} |