Loading init/README.md +0 −3 Original line number Diff line number Diff line Loading @@ -496,9 +496,6 @@ Commands > Loads persistent properties when /data has been decrypted. This is included in the default init.rc. `vendor_load_properties` > Update with vendor-specific property runtime overrides `loglevel <level>` > Sets the kernel log level to level. Properties are expanded within _level_. Loading init/builtins.cpp +0 −7 Original line number Diff line number Diff line Loading @@ -72,7 +72,6 @@ #include "service.h" #include "subcontext.h" #include "util.h" #include "vendor_init.h" using namespace std::literals::string_literals; Loading Loading @@ -1059,11 +1058,6 @@ static Result<Success> do_load_system_props(const BuiltinArguments& args) { return Success(); } static Result<Success> do_vendor_load_properties(const BuiltinArguments& args) { vendor_load_properties(); return Success(); } static Result<Success> do_wait(const BuiltinArguments& args) { auto timeout = kCommandRetryTimeout; if (args.size() == 3) { Loading Loading @@ -1227,7 +1221,6 @@ const BuiltinFunctionMap::Map& BuiltinFunctionMap::map() const { {"interface_stop", {1, 1, {false, do_interface_stop}}}, {"load_persist_props", {0, 0, {false, do_load_persist_props}}}, {"load_system_props", {0, 0, {false, do_load_system_props}}}, {"vendor_load_properties", {0, 0, {false, do_vendor_load_properties}}}, {"loglevel", {1, 1, {false, do_loglevel}}}, {"mark_post_data", {0, 0, {false, do_mark_post_data}}}, {"mkdir", {1, 4, {true, do_mkdir}}}, Loading init/property_service.cpp +4 −0 Original line number Diff line number Diff line Loading @@ -64,6 +64,7 @@ #include "selinux.h" #include "subcontext.h" #include "util.h" #include "vendor_init.h" using namespace std::literals; Loading Loading @@ -912,6 +913,9 @@ void property_load_boot_defaults(bool load_debug_prop) { } } // Update with vendor-specific property runtime overrides vendor_load_properties(); property_initialize_ro_product_props(); property_derive_build_fingerprint(); Loading rootdir/init.rc +0 −2 Original line number Diff line number Diff line Loading @@ -350,8 +350,6 @@ on early-fs start vold on post-fs vendor_load_properties exec - system system -- /system/bin/vdc checkpoint markBootAttempt # Once everything is setup, no need to modify /. Loading Loading
init/README.md +0 −3 Original line number Diff line number Diff line Loading @@ -496,9 +496,6 @@ Commands > Loads persistent properties when /data has been decrypted. This is included in the default init.rc. `vendor_load_properties` > Update with vendor-specific property runtime overrides `loglevel <level>` > Sets the kernel log level to level. Properties are expanded within _level_. Loading
init/builtins.cpp +0 −7 Original line number Diff line number Diff line Loading @@ -72,7 +72,6 @@ #include "service.h" #include "subcontext.h" #include "util.h" #include "vendor_init.h" using namespace std::literals::string_literals; Loading Loading @@ -1059,11 +1058,6 @@ static Result<Success> do_load_system_props(const BuiltinArguments& args) { return Success(); } static Result<Success> do_vendor_load_properties(const BuiltinArguments& args) { vendor_load_properties(); return Success(); } static Result<Success> do_wait(const BuiltinArguments& args) { auto timeout = kCommandRetryTimeout; if (args.size() == 3) { Loading Loading @@ -1227,7 +1221,6 @@ const BuiltinFunctionMap::Map& BuiltinFunctionMap::map() const { {"interface_stop", {1, 1, {false, do_interface_stop}}}, {"load_persist_props", {0, 0, {false, do_load_persist_props}}}, {"load_system_props", {0, 0, {false, do_load_system_props}}}, {"vendor_load_properties", {0, 0, {false, do_vendor_load_properties}}}, {"loglevel", {1, 1, {false, do_loglevel}}}, {"mark_post_data", {0, 0, {false, do_mark_post_data}}}, {"mkdir", {1, 4, {true, do_mkdir}}}, Loading
init/property_service.cpp +4 −0 Original line number Diff line number Diff line Loading @@ -64,6 +64,7 @@ #include "selinux.h" #include "subcontext.h" #include "util.h" #include "vendor_init.h" using namespace std::literals; Loading Loading @@ -912,6 +913,9 @@ void property_load_boot_defaults(bool load_debug_prop) { } } // Update with vendor-specific property runtime overrides vendor_load_properties(); property_initialize_ro_product_props(); property_derive_build_fingerprint(); Loading
rootdir/init.rc +0 −2 Original line number Diff line number Diff line Loading @@ -350,8 +350,6 @@ on early-fs start vold on post-fs vendor_load_properties exec - system system -- /system/bin/vdc checkpoint markBootAttempt # Once everything is setup, no need to modify /. Loading