summaryrefslogtreecommitdiff
path: root/BoardConfig.mk
diff options
context:
space:
mode:
authorBen Fennema <fennema@google.com>2016-09-09 12:34:04 -0700
committerBen Fennema <fennema@google.com>2016-09-13 16:33:36 -0700
commit8cea6eee2a431b0168b17aa2f8637bc85e896b26 (patch)
tree5c973f617178d6f25171393e57fb8e9d8cdcf90f /BoardConfig.mk
parent192bfb99e30b6cf226e94aaf40e98639589da08d (diff)
downloadbullhead-8cea6eee2a431b0168b17aa2f8637bc85e896b26.tar.gz
recovery: erase nanoapps on factory reset
Erase nanoapps in PostWipeData() avc: denied { search } for pid=312 comm="recovery" name="nanohub" dev="sysfs" ino=18838 scontext=u:r:recovery:s0 tcontext=u:object_r:sysfs_nanoapp_cmd:s0 tclass=dir permissive=0 avc: denied { open } for pid=312 comm="recovery" path="/sys/devices/virtual/nanohub/nanohub/erase_shared" dev="sysfs" ino=18868 scontext=u:r:recovery:s0 tcontext=u:object_r:sysfs_nanoapp_cmd:s0 tclass=file permissive=0 avc: denied { write } for pid=313 comm="recovery" name="erase_shared" dev="sysfs" ino=18868 scontext=u:r:recovery:s0 tcontext=u:object_r:sysfs_nanoapp_cmd:s0 tclass=file permissive=0 Bug: 28868735 Change-Id: I7059a7fda7a2b15837121e5cf08463c2ecb0879e Signed-off-by: Ben Fennema <fennema@google.com>
Diffstat (limited to 'BoardConfig.mk')
-rw-r--r--BoardConfig.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk
index 2fac196..a0c31b8 100644
--- a/BoardConfig.mk
+++ b/BoardConfig.mk
@@ -131,6 +131,8 @@ TARGET_USES_64_BIT_BINDER := true
TARGET_USES_AOSP := true
TARGET_USES_INTERACTION_BOOST := true
+TARGET_RECOVERY_UI_LIB := librecovery_ui_nanohub
+
# Force camera module to be compiled only in 32-bit mode on 64-bit systems
# Once camera module can run in the native mode of the system (either
# 32-bit or 64-bit), the following line should be deleted