Upgrade mobly-snippet-lib to 3c705915cad43acd88a8815b3f3e3cf9455a60a4

This project was upgraded with external_updater.
Usage: tools/external_updater/updater.sh update external/mobly-snippet-lib
For more info, check https://cs.android.com/android/platform/superproject/+/main:tools/external_updater/README.md

Test: TreeHugger
Bug: 331669033
Change-Id: I9c9338bbc1bbadf87f96381a366ba1f977965572
diff --git a/Android.bp b/Android.bp
new file mode 100644
index 0000000..7ffced2
--- /dev/null
+++ b/Android.bp
@@ -0,0 +1,30 @@
+// Copyright (C) 2022 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"],
+}
+
+android_library {
+    name: "mobly-snippet-lib",
+    static_libs: [
+        "androidx.test.runner",
+    ],
+    srcs: [
+        "third_party/sl4a/src/main/**/*.java",
+    ],
+    manifest: "third_party/sl4a/src/main/AndroidManifest.xml",
+    sdk_version: "current",
+    min_sdk_version: "30",
+}
diff --git a/METADATA b/METADATA
new file mode 100644
index 0000000..17e78eb
--- /dev/null
+++ b/METADATA
@@ -0,0 +1,20 @@
+# This project was upgraded with external_updater.
+# Usage: tools/external_updater/updater.sh update external/mobly-snippet-lib
+# For more info, check https://cs.android.com/android/platform/superproject/+/main:tools/external_updater/README.md
+
+name: "mobly-snippet-lib"
+description: "Mobly Snippet Lib is a library for triggering device-side code from host-side Mobly tests."
+third_party {
+  license_type: NOTICE
+  last_upgrade_date {
+    year: 2024
+    month: 4
+    day: 9
+  }
+  homepage: "https://github.com/google/mobly-snippet-lib"
+  identifier {
+    type: "Git"
+    value: "https://github.com/google/mobly-snippet-lib"
+    version: "3c705915cad43acd88a8815b3f3e3cf9455a60a4"
+  }
+}
diff --git a/MODULE_LICENSE_APACHE2 b/MODULE_LICENSE_APACHE2
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/MODULE_LICENSE_APACHE2
diff --git a/OWNERS b/OWNERS
new file mode 100644
index 0000000..b21d896
--- /dev/null
+++ b/OWNERS
@@ -0,0 +1,10 @@
+# Android side engprod team
+jdesprez@google.com
+frankfeng@google.com
+murj@google.com
+
+# Mobly team - use for mobly bugs
+angli@google.com
+lancefluger@google.com
+xianyuanjia@google.com
+kolinlu@google.com