summaryrefslogtreecommitdiffstats
path: root/Android.mk
Commit message (Collapse)AuthorAgeFilesLines
* Merge "packages/wallpapers/LivePicker: Set LOCAL_SDK_VERSION where ↵Anton Hansson2018-02-231-0/+1
|\ | | | | | | | | | | | | | | possible." am: 0121025378 am: eb0ecc7321 am: 5e82e035ef Change-Id: Id2687725c7b6c4fce9bda910aabe7706fe4f8eb6
| * packages/wallpapers/LivePicker: Set LOCAL_SDK_VERSION where possible.Anton Hansson2018-02-231-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This change sets LOCAL_SDK_VERSION for all packages where this is possible without breaking the build, and LOCAL_PRIVATE_PLATFORM_APIS := true otherwise. Setting one of these two will be made required soon, and this is a change in preparation for that. Not setting LOCAL_SDK_VERSION makes the app implicitly depend on the bootclasspath, which is often not required. This change effectively makes depending on private apis opt-in rather than opt-out. Test: make relevant packages Bug: 73535841 Change-Id: Ic9401c375e04d1e0ad20f93bbb4460dabdc61573
* | Use var for design libraryAlan Viverette2018-02-011-1/+1
| | | | | | | | | | | | | | Bug: 72796206 Test: make checkbuild Change-Id: I73e4989aa53d8ff54091381dcb2e0e0fb3bda710
* | Fix import of android-support-annotationsAurimas Liutikas2017-11-131-1/+3
| | | | | | | | | | Bug: 69161825 Change-Id: I38bc0d27315130b051e579e8ed0ceadf0aa8f123
* | javac compatibility fixLucas Dupin2017-09-181-1/+5
|/ | | | | | | | Fixed issue where javac would strip off some dependencies, causing an inflation error. Test: open live picker preview Change-Id: I677a3287fca4fa58577c0ca89bb59610bbb73ba6
* Use AAPT2Alan Viverette2017-04-261-10/+3
| | | | | Test: make checkbuild Change-Id: I131c586f4813b66b38c7ce0e6a9e01728fb38b39
* Add missing transitive dependenciesColin Cross2017-02-151-2/+6
| | | | | | | Add missing transitive dependencies for android-support-design. Test: m -j checkbuild tests cts Change-Id: Id211965d69ad2aa208d1168751f119d2ec9b83c4
* Adjust wallpaper picker to match static wallpaper pickerJorim Jaggi2016-06-021-0/+14
| | | | | | | | | | - Implement new action bar - Use BottomSheet behavior from design lib - Fill in values from live wallpaper if desired - Don't use separate dialog for loading state Bug: 28770685 Change-Id: I8dd862fe4c83f702e249f7f3644df89fee771f4f
* Install the permission xml file if LiveWallpapersPicker is installed.Ying Wang2012-08-201-5/+4
| | | | | Bug: 7019907 Change-Id: I75ee7df305e9e4f2ff0f8816d77ed7344a6db1ab
* Get rid of LOCAL_MODULE_TAGS := userJoe Onorato2012-06-131-2/+0
| | | | Change-Id: I03d7dad3333b58709b8ba594d2bb44ca85462c54
* Fix proguard flag file dependency.Ying Wang2010-09-291-1/+1
| | | | Change-Id: I0b262013f7dcbb9d49b51502997a0401647b9b0f
* Fix Proguard flags.Ying Wang2010-02-191-0/+2
|
* am af6154f5: am ebd8b7dd: Fix issue #2395667: Pull LW Picker apk from Droid ↵Dianne Hackborn2010-01-281-3/+6
|\ | | | | | | | | | | | | | | | | build Merge commit 'af6154f52bb590f20f3700e1635776a76b805891' * commit 'af6154f52bb590f20f3700e1635776a76b805891': Fix issue #2395667: Pull LW Picker apk from Droid build
| * Fix issue #2395667: Pull LW Picker apk from Droid buildDianne Hackborn2010-01-251-3/+6
| | | | | | | | | | | | | | My tricky stuff to add the live wallpaper feature if the live wallpaper picker is included in the system was too tricky for me, and doesn't work. It just always got added. Remove this for now, requiring that products explicitly include this feature definition.
* | explicit set an "optional" tagJean-Baptiste Queru2010-01-051-1/+1
|/
* Finish issue #2271640: Fix wallpaper etc docsDianne Hackborn2009-11-191-0/+20
| | | | Publish the live wallpaper feature if they are supported.
* Move the live wallpapers picker to its own apk.Romain Guy2009-10-161-0/+27