summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaurice Lam <yukl@google.com>2023-03-02 22:57:26 +0000
committerMaurice Lam <yukl@google.com>2023-03-02 23:31:02 +0000
commit1f7406e1c960de5e44bf1b8abb42d7ca00d4f429 (patch)
tree1b3ca5b95ed6ead034f18c5d56d18fbc544a490f
parent0b8a381344cb2c4557c0a944783f5f8802678a2a (diff)
downloadouroboros-1f7406e1c960de5e44bf1b8abb42d7ca00d4f429.tar.gz
Revert "Run cargo2android on ouroboros"
Revert submission 2428041-ouroboros-import Reason for revert: b/271004059 Reverted changes: /q/submissionid:2428041-ouroboros-import Change-Id: I7c1cc5644c575d9f21da40d34657384699a65659
-rw-r--r--Android.bp62
-rw-r--r--cargo2android.json5
2 files changed, 0 insertions, 67 deletions
diff --git a/Android.bp b/Android.bp
deleted file mode 100644
index 710a2b9..0000000
--- a/Android.bp
+++ /dev/null
@@ -1,62 +0,0 @@
-// This file is generated by cargo2android.py --config cargo2android.json.
-// Do not modify this file as changes will be overridden on upgrade.
-
-
-
-package {
- default_applicable_licenses: ["external_rust_crates_ouroboros_license"],
-}
-
-// Added automatically by a large-scale-change that took the approach of
-// 'apply every license found to every target'. While this makes sure we respect
-// every license restriction, it may not be entirely correct.
-//
-// e.g. GPL in an MIT project might only apply to the contrib/ directory.
-//
-// Please consider splitting the single license below into multiple licenses,
-// taking care not to lose any license_kind information, and overriding the
-// default license using the 'licenses: [...]' property on targets as needed.
-//
-// For unused files, consider creating a 'fileGroup' with "//visibility:private"
-// to attach the license to, and including a comment whether the files may be
-// used in the current project.
-//
-// large-scale-change included anything that looked like it might be a license
-// text as a license_text. e.g. LICENSE, NOTICE, COPYING etc.
-//
-// Please consider removing redundant or irrelevant files from 'license_text:'.
-// See: http://go/android-license-faq
-license {
- name: "external_rust_crates_ouroboros_license",
- visibility: [":__subpackages__"],
- license_kinds: [
- "SPDX-license-identifier-Apache-2.0",
- "SPDX-license-identifier-MIT",
- ],
- license_text: [
- "LICENSE_APACHE",
- "LICENSE_MIT",
- ],
-}
-
-rust_library_rlib {
- name: "libouroboros",
- host_supported: true,
- crate_name: "ouroboros",
- cargo_env_compat: true,
- cargo_pkg_version: "0.15.5",
- srcs: ["src/lib.rs"],
- edition: "2018",
- features: [
- "default",
- "std",
- ],
- rustlibs: [
- "libaliasable",
- ],
- proc_macros: ["libouroboros_macro"],
- apex_available: [
- "//apex_available:platform",
- "//apex_available:anyapex",
- ],
-}
diff --git a/cargo2android.json b/cargo2android.json
deleted file mode 100644
index d851ed5..0000000
--- a/cargo2android.json
+++ /dev/null
@@ -1,5 +0,0 @@
-{
- "device": true,
- "force-rlib": true,
- "run": true
-} \ No newline at end of file