summaryrefslogtreecommitdiffstats
path: root/Android.bp
diff options
context:
space:
mode:
authorRichard Chou <richardchou@google.com>2018-11-21 13:46:10 +0800
committerRichard Chou <richardchou@google.com>2019-01-26 04:55:46 +0800
commit00e8d9afba8bd20bc73e9507e0e42d6f9962ceef (patch)
tree166d051b82b6797a3a0dbfcb3c1510ac6d1ef361 /Android.bp
parent9f295e7a7ef9ca17d42abf500a6d24fe37aa3990 (diff)
downloadandroid_packages_wallpapers_LivePicker-00e8d9afba8bd20bc73e9507e0e42d6f9962ceef.tar.gz
android_packages_wallpapers_LivePicker-00e8d9afba8bd20bc73e9507e0e42d6f9962ceef.tar.bz2
android_packages_wallpapers_LivePicker-00e8d9afba8bd20bc73e9507e0e42d6f9962ceef.zip
Supports inline control for live wallpapers
To support inline control (Slice), WallpaperInfo has a new attribute settingsSliceUri. A ViewPager is added to LiveWallpapersPicker for the display of both wallpaper attribution and settings Slice. Bug: 111862421 Test: Manual Change-Id: I28e808ec58f12179da1acc000634d6c41eec805b
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp4
1 files changed, 3 insertions, 1 deletions
diff --git a/Android.bp b/Android.bp
index d451d87..f2af443 100644
--- a/Android.bp
+++ b/Android.bp
@@ -22,7 +22,7 @@ prebuilt_etc {
android_app {
name: "LiveWallpapersPicker",
- srcs: ["**/*.java"],
+ srcs: ["src/**/*.java"],
required: ["android.software.live_wallpaper.xml"],
platform_apis: true,
certificate: "platform",
@@ -39,6 +39,8 @@ android_app {
"androidx.design_design",
"androidx.transition_transition",
"androidx.recyclerview_recyclerview",
+ "androidx.slice_slice-core",
+ "androidx.slice_slice-view",
],
resource_dirs: ["res"],
}