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

Commit 394c3995 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Fix --run-bootstrap for build.py" am: 6477f321 am: 27009c84

Original change: https://android-review.googlesource.com/c/platform/packages/modules/Bluetooth/+/1982686

Change-Id: I6c372747c75092892aafd80d0e5ebb37ebc4e177
parents 4e552c70 27009c84
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -610,7 +610,10 @@ class Bootstrap():
        # Create symlinks
        for pairs in symlinks:
            (src, dst) = pairs
            try:
                os.unlink(dst)
            except Exception as e:
                print(e)
            os.symlink(src, dst)

        # Write to setup complete file so we don't repeat this step