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

Commit 27009c84 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

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

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

Change-Id: I1d2a1d520b949bf2028dc15563a128ac9a2b6597
parents 21a8ad32 6477f321
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