summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2021-07-15 00:02:18 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2021-07-15 00:02:18 +0000
commite504410b571061102b70f99ad77df5746b573d20 (patch)
tree33748269e3bac6ecc26d25ef67785d5139a37e63
parent2955fbc6ae54f18375684e1d933c83907978f92f (diff)
parentce4393873b78070d4be892669e7ba7d3edfa026a (diff)
downloadmock-e504410b571061102b70f99ad77df5746b573d20.tar.gz
Change-Id: I96a6947b231f069714d4d6a272f6536e072a8996
-rw-r--r--Android.bp31
-rw-r--r--TEST_MAPPING8
-rw-r--r--mock/Android.bp9
3 files changed, 40 insertions, 8 deletions
diff --git a/Android.bp b/Android.bp
new file mode 100644
index 0000000..e3996cc
--- /dev/null
+++ b/Android.bp
@@ -0,0 +1,31 @@
+//
+// 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: ["external_python_mock_license"],
+}
+
+// Added automatically by a large-scale-change
+// See: http://go/android-license-faq
+license {
+ name: "external_python_mock_license",
+ visibility: [":__subpackages__"],
+ license_kinds: [
+ "SPDX-license-identifier-BSD",
+ ],
+ license_text: [
+ "LICENSE.txt",
+ ],
+}
diff --git a/TEST_MAPPING b/TEST_MAPPING
deleted file mode 100644
index 61a80b2..0000000
--- a/TEST_MAPPING
+++ /dev/null
@@ -1,8 +0,0 @@
-{
- "presubmit" : [
- {
- "name" : "acloud_test",
- "host" : true
- }
- ]
-}
diff --git a/mock/Android.bp b/mock/Android.bp
index fad055b..5a30424 100644
--- a/mock/Android.bp
+++ b/mock/Android.bp
@@ -12,6 +12,15 @@
// See the License for the specific language governing permissions and
// limitations under the License.
+package {
+ // See: http://go/android-license-faq
+ // A large-scale-change added 'default_applicable_licenses' to import
+ // all of the 'license_kinds' from "external_python_mock_license"
+ // to get the below license kinds:
+ // SPDX-license-identifier-BSD
+ default_applicable_licenses: ["external_python_mock_license"],
+}
+
python_library {
name: "py-mock",
host_supported: true,