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

Commit d6830523 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 am: 394c3995

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

Change-Id: Ieba8f6c2eea58597f98b534e2e29b3fe2f9aa98d
parents 32d00c33 394c3995
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