summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2024-05-07 23:15:53 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2024-05-07 23:15:53 +0000
commit33458aa6dff05e9166c5eab5cbac06fd8f2297cf (patch)
tree5374c2d4eba8ee69e6f688c2d29f201b25b9306a
parentc21230ec6bdadb77129f503d067120c0cc260701 (diff)
parentccb1142ac9774dc15f9df421ec088a06cab24e28 (diff)
downloadminikin-sdk-release.tar.gz
Snap for 11812660 from ccb1142ac9774dc15f9df421ec088a06cab24e28 to sdk-releasesdk-release
Change-Id: Ia756151361d85fba0021184efc09c10c6dc1100f
-rw-r--r--tools/Android.bp22
1 files changed, 22 insertions, 0 deletions
diff --git a/tools/Android.bp b/tools/Android.bp
new file mode 100644
index 0000000..48385eb
--- /dev/null
+++ b/tools/Android.bp
@@ -0,0 +1,22 @@
+// Copyright 2024 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.
+
+package {
+ default_applicable_licenses: ["Android-Apache-2.0"],
+}
+
+python_binary_host {
+ name: "mk_hyb_file",
+ srcs: ["mk_hyb_file.py"],
+}