commit | b05a1a1f7557cfd362cff0b9973e9f6f31921d1a | [log] [tgz] |
---|---|---|
author | ThiƩbaud Weksteen <tweek@google.com> | Mon Dec 06 15:23:18 2021 +1100 |
committer | ThiƩbaud Weksteen <tweek@google.com> | Wed Dec 08 10:03:00 2021 +1100 |
tree | b49086beebcdbc5d954b52997b88e14748651797 | |
parent | 1f117c26c6054716a279d6155eb161f7c65b7ba4 [diff] [blame] |
Migrate build/ to Python 3 Test: mm Bug: 200119288 Change-Id: I0594074b9a74ec7272da325232e7bd8ec0ec705b
diff --git a/build/build_sepolicy.py b/build/build_sepolicy.py old mode 100644 new mode 100755 index 285bfea..ce0548a --- a/build/build_sepolicy.py +++ b/build/build_sepolicy.py
@@ -1,3 +1,5 @@ +#!/usr/bin/env python3 +# # Copyright 2018 - The Android Open Source Project # # Licensed under the Apache License, Version 2.0 (the "License");