summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-04-08 16:01:36 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-04-08 16:01:36 +0000
commitbb11c4e7e641c42be2ba2f93ad44f766fc843305 (patch)
tree0f638124f3689022c99d8c464002eb34755af309
parent91df47138a26f661ad8338e6a48e2339557b78f1 (diff)
parenta0c2438c7a883c23642177532ad8228d7b666de4 (diff)
downloadcffi-bb11c4e7e641c42be2ba2f93ad44f766fc843305.tar.gz
Change-Id: I52578cc441b4f9a7b5251ca748ffc3dc866e3618
-rw-r--r--Android.bp31
l---------NOTICE1
-rw-r--r--TEST_MAPPING8
-rw-r--r--c/Android.bp11
-rw-r--r--cffi/Android.bp9
5 files changed, 11 insertions, 49 deletions
diff --git a/Android.bp b/Android.bp
deleted file mode 100644
index 13f23dd..0000000
--- a/Android.bp
+++ /dev/null
@@ -1,31 +0,0 @@
-//
-// 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_cffi_license"],
-}
-
-// Added automatically by a large-scale-change
-// See: http://go/android-license-faq
-license {
- name: "external_python_cffi_license",
- visibility: [":__subpackages__"],
- license_kinds: [
- "SPDX-license-identifier-MIT",
- ],
- license_text: [
- "LICENSE",
- ],
-}
diff --git a/NOTICE b/NOTICE
new file mode 120000
index 0000000..7a694c9
--- /dev/null
+++ b/NOTICE
@@ -0,0 +1 @@
+LICENSE \ No newline at end of file
diff --git a/TEST_MAPPING b/TEST_MAPPING
new file mode 100644
index 0000000..61a80b2
--- /dev/null
+++ b/TEST_MAPPING
@@ -0,0 +1,8 @@
+{
+ "presubmit" : [
+ {
+ "name" : "acloud_test",
+ "host" : true
+ }
+ ]
+}
diff --git a/c/Android.bp b/c/Android.bp
index 7ddc006..baced02 100644
--- a/c/Android.bp
+++ b/c/Android.bp
@@ -1,12 +1,3 @@
-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_cffi_license"
- // to get the below license kinds:
- // SPDX-license-identifier-MIT
- default_applicable_licenses: ["external_python_cffi_license"],
-}
-
python_library {
name: "py-cffi-backend",
host_supported: true,
@@ -58,3 +49,5 @@ filegroup {
".libs_cffi_backend/libffi-45372312.so.6.0.4",
],
}
+
+
diff --git a/cffi/Android.bp b/cffi/Android.bp
index c600087..e25787e 100644
--- a/cffi/Android.bp
+++ b/cffi/Android.bp
@@ -11,15 +11,6 @@
// 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 {
- // See: http://go/android-license-faq
- // A large-scale-change added 'default_applicable_licenses' to import
- // all of the 'license_kinds' from "external_python_cffi_license"
- // to get the below license kinds:
- // SPDX-license-identifier-MIT
- default_applicable_licenses: ["external_python_cffi_license"],
-}
-
python_library {
name: "py-cffi",
host_supported: true,