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

Commit d4109350 authored by Ying Wang's avatar Ying Wang Committed by Android Git Automerger
Browse files

am 6106f320: Merge "Do not add \'adb\' to persist.sys.usb.config if already there"

* commit '6106f320':
  Do not add 'adb' to persist.sys.usb.config if already there
parents a6b14661 6106f320
Loading
Loading
Loading
Loading
+6 −5
Original line number Diff line number Diff line
@@ -37,6 +37,7 @@ def mangle_default_prop(prop):
  # (this is for userdebug builds)
  if prop.get("ro.debuggable") == "1":
    val = prop.get("persist.sys.usb.config")
    if "adb" not in val:
      if val == "":
        val = "adb"
      else: