From d2be7fc29a0aed6275cbe7cd26a0840c7ebbb675 Mon Sep 17 00:00:00 2001 From: Tao Bao Date: Thu, 9 Aug 2018 01:24:33 -0700 Subject: updater_sample: Move to Soong. Test: Follow the steps in "Running tests" in updater_sample/README.md. Change-Id: I70c3239e3daea0dcdadf02f68abe7d6aafa67a2e --- updater_sample/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'updater_sample/README.md') diff --git a/updater_sample/README.md b/updater_sample/README.md index 306e71e5b..69e8e244f 100644 --- a/updater_sample/README.md +++ b/updater_sample/README.md @@ -227,7 +227,7 @@ privileged system app, so it's granted the required permissions to access 1. Build `mmma bootable/recovery/updater_sample/` 2. Install app - `adb install $OUT/system/app/SystemUpdaterSample/SystemUpdaterSample.apk` + `adb install $OUT/system/priv-app/SystemUpdaterSample/SystemUpdaterSample.apk` 3. Install tests `adb install $OUT/testcases/SystemUpdaterSampleTests/SystemUpdaterSampleTests.apk` 4. Run tests -- cgit v1.2.3