[automerger skipped] repack_bootimg: Update --ramdisk_add usages am: 3926660c74 -s ours

am skip reason: Merged-In Ia6fa3a2893440a1b143df57d8ee09d055503361c with SHA-1 b166bd7879 is already in history

Original change: https://googleplex-android-review.googlesource.com/c/platform/system/tools/mkbootimg/+/16334638

Change-Id: I720908a104aae1797f5f3cea42c59d92dad576e9
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",
+])