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

Unverified Commit 2939996b authored by LuK1337's avatar LuK1337 Committed by Michael Bestas
Browse files

Don't remove ANDROID_SECURE_STORAGE_CMD from env vars

We also use it in avbtool.

Change-Id: I4737c1815a031d307f6915a73b5f5b1a37b6baaa
parent f859f3c0
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -2878,8 +2878,6 @@ class PasswordManager(object):
            missing.append(i)
      # Are all the passwords already in the file?
      if not missing:
        if "ANDROID_SECURE_STORAGE_CMD" in os.environ:
          del os.environ["ANDROID_SECURE_STORAGE_CMD"]
        return current

      for i in missing: