Skip to content

Commit

Permalink
Merge "Resume-on-Reboot: Citadel implementation" into rvc-dev am: b68…
Browse files Browse the repository at this point in the history
…526b

Original change: https://googleplex-android-review.googlesource.com/c/device/google/bonito/+/11695164

Change-Id: I75c366504aabd938abc4687009bd191d042a296a
  • Loading branch information
kruton authored and android-build-merge-worker-robot committed Jun 9, 2020
2 parents 3661b05 + b68526b commit 26435ff
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion device.mk
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ PRODUCT_PACKAGES += \

# Resume on Reboot support
PRODUCT_PACKAGES += \
android.hardware.rebootescrow-service.default
android.hardware.rebootescrow-service.citadel

# Use Sdcardfs
PRODUCT_PRODUCT_PROPERTIES += \
Expand Down
4 changes: 4 additions & 0 deletions init.hardware.rc
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,10 @@ on post-fs-data
# Setup folder for modem fdr
mkdir /data/vendor/modem_fdr 0700 root system

# Resume-on-Reboot after we have the data dir and keymaster
mkdir /data/vendor/rebootescrow 0770 hsm hsm
start vendor.rebootescrow-citadel

# keep that at the end of on post-fs-data
# Set indication (checked by vold) that we have finished this action
setprop vold.post_fs_data_done 1
Expand Down

0 comments on commit 26435ff

Please sign in to comment.