Loading cmds/installd/Android.bp +4 −4 Original line number Original line Diff line number Diff line Loading @@ -229,16 +229,16 @@ cc_binary { } } // OTA slot script // OTA slot script cc_prebuilt_binary { sh_binary { name: "otapreopt_slot", name: "otapreopt_slot", srcs: ["otapreopt_slot.sh"], src: "otapreopt_slot.sh", init_rc: ["otapreopt.rc"], init_rc: ["otapreopt.rc"], } } // OTA postinstall script // OTA postinstall script cc_prebuilt_binary { sh_binary { name: "otapreopt_script", name: "otapreopt_script", srcs: ["otapreopt_script.sh"], src: "otapreopt_script.sh", // Let this depend on otapreopt, the chroot tool and the slot script, // Let this depend on otapreopt, the chroot tool and the slot script, // so we just have to mention one in a configuration. // so we just have to mention one in a configuration. required: [ required: [ Loading Loading
cmds/installd/Android.bp +4 −4 Original line number Original line Diff line number Diff line Loading @@ -229,16 +229,16 @@ cc_binary { } } // OTA slot script // OTA slot script cc_prebuilt_binary { sh_binary { name: "otapreopt_slot", name: "otapreopt_slot", srcs: ["otapreopt_slot.sh"], src: "otapreopt_slot.sh", init_rc: ["otapreopt.rc"], init_rc: ["otapreopt.rc"], } } // OTA postinstall script // OTA postinstall script cc_prebuilt_binary { sh_binary { name: "otapreopt_script", name: "otapreopt_script", srcs: ["otapreopt_script.sh"], src: "otapreopt_script.sh", // Let this depend on otapreopt, the chroot tool and the slot script, // Let this depend on otapreopt, the chroot tool and the slot script, // so we just have to mention one in a configuration. // so we just have to mention one in a configuration. required: [ required: [ Loading