summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTreehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com>2024-05-06 05:23:25 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2024-05-06 05:23:25 +0000
commitccb1142ac9774dc15f9df421ec088a06cab24e28 (patch)
tree5374c2d4eba8ee69e6f688c2d29f201b25b9306a
parentc5880112f618fa96787ab9e025a00b756bc8529e (diff)
parentd1e0d71052262e54e61c36f8c968274f2f648c84 (diff)
downloadminikin-ccb1142ac9774dc15f9df421ec088a06cab24e28.tar.gz
Merge "Add bp file for mk_hyb_file.py as a host tool" into main
-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"],
+}