Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit cadc34fd authored by Tom Cherry's avatar Tom Cherry Committed by android-build-merger
Browse files

Merge "init: wait_for_prop shouldn't run in a subcontext"

am: 6e529736

Change-Id: I160bedcb91668ccf2b663c36835871d21be2db8b
parents f9734170 6e529736
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1033,7 +1033,7 @@ const BuiltinFunctionMap::Map& BuiltinFunctionMap::map() const {
        {"verity_load_state",       {0,     0,    {false,  do_verity_load_state}}},
        {"verity_update_state",     {0,     0,    {false,  do_verity_update_state}}},
        {"wait",                    {1,     2,    {true,   do_wait}}},
        {"wait_for_prop",           {2,     2,    {true,   do_wait_for_prop}}},
        {"wait_for_prop",           {2,     2,    {false,  do_wait_for_prop}}},
        {"write",                   {2,     2,    {true,   do_write}}},
    };
    // clang-format on