Separated library for following class: - AdaptiveIcon.java - AdaptiveIconShapeDrawable.java - AdaptiveOutlineDrawable.java - TileUtils.java - DashboardCategory.java - Tile.java Bug: 128570540 Test: RunSettingsLibRoboTests Change-Id: I616e68f6e5ac9afee805793e80374aabebc69ccb
14 lines
242 B
Plaintext
14 lines
242 B
Plaintext
android_library {
|
|
name: "SettingsLibAdaptiveIcon",
|
|
|
|
srcs: ["src/**/*.java"],
|
|
resource_dirs: ["res"],
|
|
|
|
static_libs: [
|
|
"androidx.annotation_annotation",
|
|
"SettingsLibTile"
|
|
],
|
|
|
|
min_sdk_version: "21",
|
|
}
|