aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-05-11 05:11:10 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-05-11 05:11:10 +0000
commit929c1fb133f1ef838c004c1773131f7896220a76 (patch)
tree53b642e1cdadc3cc6d74d9b51b08d8c4719420a8
parent809c22d202df57839e9394e0f8ddc036cc410311 (diff)
parent26458643c0635a48bf31b253fadd400864b3126e (diff)
downloadmodels-929c1fb133f1ef838c004c1773131f7896220a76.tar.gz
Change-Id: I734491fc3bee53fa2d40b587ceb94d4ac4fbb99c
-rw-r--r--Android.bp35
-rw-r--r--AndroidManifest.xml19
-rw-r--r--OWNERS3
3 files changed, 56 insertions, 1 deletions
diff --git a/Android.bp b/Android.bp
new file mode 100644
index 0000000..f5f2efc
--- /dev/null
+++ b/Android.bp
@@ -0,0 +1,35 @@
+// 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.
+
+package {
+ default_applicable_licenses: ["test_mlts_models_license"],
+}
+
+// http://go/android-license-faq
+license {
+ name: "test_mlts_models_license",
+ visibility: [":__subpackages__"],
+ license_kinds: [
+ "SPDX-license-identifier-Apache-2.0",
+ ],
+ license_text: [
+ "LICENSE",
+ ],
+}
+
+android_library {
+ name: "test_mlts_models_assets",
+ asset_dirs: ["assets",],
+ sdk_version: "30",
+}
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
new file mode 100644
index 0000000..b845adb
--- /dev/null
+++ b/AndroidManifest.xml
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- 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.
+-->
+
+<manifest xmlns:android="http://schemas.android.com/apk/res/android"
+ package="test.mlts.models">
+</manifest> \ No newline at end of file
diff --git a/OWNERS b/OWNERS
index e253cd4..86cdcd3 100644
--- a/OWNERS
+++ b/OWNERS
@@ -4,4 +4,5 @@ jeanluc@google.com
miaowang@google.com
mikie@google.com
pszczepaniak@google.com
-vddang@google.com
+xusongw@google.com
+ianhua@google.com