summaryrefslogtreecommitdiffstats
path: root/updater_sample/Android.bp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* updater_sample: Build SystemUpdaterSample as non-privileged app by default.Tao Bao2019-06-211-1/+0
| | | | | | | | | | | | | | | | | Prior to the change, SystemUpdaterSample was built as privileged app. It must be installed along with the matching privapp-permissions whitelist change (as noted in updater_sample/README.md), otherwise would block device booting if installed unintentionally (e.g. with `mm` or `mmma`). This CL avoids putting the device in a bad state due to a sample app. Fixes: 135703777 Test: `lunch aosp_taimen-userdebug && m -j installclean && mmma -j bootable/recovery && m -j` Flash on device and boot successfully. Test: Run the tests per instructions in updater_sample/README.md. Change-Id: Ib8b587c77570f05f7db748fad84744fa45016aab
* Remove TODO for b/112462307Colin Cross2018-08-131-5/+3
| | | | | | | | b/112462307 is fixed now, remove the TODO. Bug: 112462307 Test: dexlist out/soong/.intermediates/bootable/recovery/updater_sample/SystemUpdaterSample/android_common/dex/classes.dex | grep getUpdaterState Change-Id: I19cb93a74b714967e4bab2964e229a0ab0a15676
* updater_sample: Move to Soong.Tao Bao2018-08-101-0/+35
Test: Follow the steps in "Running tests" in updater_sample/README.md. Change-Id: I70c3239e3daea0dcdadf02f68abe7d6aafa67a2e