summaryrefslogtreecommitdiffstats
path: root/updater_sample/Android.bp
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2019-06-24 19:17:16 +0200
committerandroid-build-merger <android-build-merger@google.com>2019-06-24 19:17:16 +0200
commitc467b32bdbe60f1458f91d5cea9f3e8f9585dd58 (patch)
tree13f4cc96d28b0dce18f48498da6837aa77e50337 /updater_sample/Android.bp
parentMerge "Support starting fuse from a block map" am: 090b62832f am: b96f2bf618 (diff)
parentMerge "updater_sample: Build SystemUpdaterSample as non-privileged app by default." am: b87520077b (diff)
downloadandroid_bootable_recovery-c467b32bdbe60f1458f91d5cea9f3e8f9585dd58.tar
android_bootable_recovery-c467b32bdbe60f1458f91d5cea9f3e8f9585dd58.tar.gz
android_bootable_recovery-c467b32bdbe60f1458f91d5cea9f3e8f9585dd58.tar.bz2
android_bootable_recovery-c467b32bdbe60f1458f91d5cea9f3e8f9585dd58.tar.lz
android_bootable_recovery-c467b32bdbe60f1458f91d5cea9f3e8f9585dd58.tar.xz
android_bootable_recovery-c467b32bdbe60f1458f91d5cea9f3e8f9585dd58.tar.zst
android_bootable_recovery-c467b32bdbe60f1458f91d5cea9f3e8f9585dd58.zip
Diffstat (limited to 'updater_sample/Android.bp')
-rw-r--r--updater_sample/Android.bp1
1 files changed, 0 insertions, 1 deletions
diff --git a/updater_sample/Android.bp b/updater_sample/Android.bp
index 845e07b70..a014248b0 100644
--- a/updater_sample/Android.bp
+++ b/updater_sample/Android.bp
@@ -15,7 +15,6 @@
android_app {
name: "SystemUpdaterSample",
sdk_version: "system_current",
- privileged: true,
srcs: ["src/**/*.java"],