summaryrefslogtreecommitdiffstats
path: root/Android.bp
diff options
context:
space:
mode:
authorTom Cherry <tomcherry@google.com>2019-11-12 16:46:21 +0100
committerAndroid (Google) Code Review <android-gerrit@google.com>2019-11-12 16:46:21 +0100
commite5939e829798ef8d054ff5a0054379a274bdc666 (patch)
tree3505313476c69e201f8fddd4eb58e1893e5d369d /Android.bp
parentMerge "bootloader_message: Add helpers for handling IBootControl MergeStatus." am: 405f4d3552 (diff)
parentMove init and ueventd scripts from / to /system/etc (diff)
downloadandroid_bootable_recovery-e5939e829798ef8d054ff5a0054379a274bdc666.tar
android_bootable_recovery-e5939e829798ef8d054ff5a0054379a274bdc666.tar.gz
android_bootable_recovery-e5939e829798ef8d054ff5a0054379a274bdc666.tar.bz2
android_bootable_recovery-e5939e829798ef8d054ff5a0054379a274bdc666.tar.lz
android_bootable_recovery-e5939e829798ef8d054ff5a0054379a274bdc666.tar.xz
android_bootable_recovery-e5939e829798ef8d054ff5a0054379a274bdc666.tar.zst
android_bootable_recovery-e5939e829798ef8d054ff5a0054379a274bdc666.zip
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp10
1 files changed, 10 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 45aafb043..d78c3fa94 100644
--- a/Android.bp
+++ b/Android.bp
@@ -94,6 +94,14 @@ cc_library_static {
],
}
+prebuilt_etc {
+ name: "init_recovery.rc",
+ filename: "init.rc",
+ src: "etc/init.rc",
+ sub_dir: "init/hw",
+ recovery: true,
+}
+
cc_binary {
name: "recovery",
recovery: true,
@@ -119,11 +127,13 @@ cc_binary {
required: [
"e2fsdroid.recovery",
+ "init_recovery.rc",
"librecovery_ui_ext",
"minadbd",
"mke2fs.conf.recovery",
"mke2fs.recovery",
"recovery_deps",
+ "ueventd.rc.recovery",
],
}