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

Commit bafa6ddf authored by Iliyan Malchev's avatar Iliyan Malchev Committed by The Android Open Source Project
Browse files

Automated import from //branches/donutburger/...@141285,141285

parent 7f3eaaf9
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -236,7 +236,7 @@ void clone_elf(Elf *elf, Elf *newelf,
          {
          {
            /* Mark the symbol table's string table for removal. */
            /* Mark the symbol table's string table for removal. */
            INFO("Section [%s] (static symbol-string table) will be stripped from image.\n",
            INFO("Section [%s] (static symbol-string table) will be stripped from image.\n",
                 shdr_info[cnt].name);
                 shdr_info[shdr_info[cnt].shdr.sh_link].name);
            shdr_info[shdr_info[cnt].shdr.sh_link].idx = 0;
            shdr_info[shdr_info[cnt].shdr.sh_link].idx = 0;
          }
          }
          else {
          else {