diff options
| author | Yifan Hong <elsk@google.com> | 2021-07-08 14:04:06 -0700 |
|---|---|---|
| committer | Yifan Hong <elsk@google.com> | 2021-07-09 18:13:39 +0000 |
| commit | cc9c13a21d22f0eeb8b863b843a9ba4c997caaf9 (patch) | |
| tree | b580fc7b90636d21dafe8bbbcee8cd90b48349a7 | |
| parent | 0639d39c1228da0467331dd19dd0ad32a45bf953 (diff) | |
| download | platform_system_tools_mkbootimg-android-s-beta-4.tar.gz platform_system_tools_mkbootimg-android-s-beta-4.tar.bz2 platform_system_tools_mkbootimg-android-s-beta-4.zip | |
Kleaf: add mkbootimg.py.android-s-beta-5android-s-beta-4android-s-beta-3android-s-beta-5android-s-beta-4
Test: pass
Bug: 193248369
Change-Id: Idff0c3a4930a683c2ddc25b99f4e16a37f9d4b54
| -rw-r--r-- | BUILD.bazel | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/BUILD.bazel b/BUILD.bazel new file mode 100644 index 0000000..e80a82a --- /dev/null +++ b/BUILD.bazel @@ -0,0 +1,17 @@ +# Copyright (C) 2021 The Android Open Source Project +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +exports_files([ + "mkbootimg.py", +]) |
