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-03 00:52:21 +0000
commitf6689d914dab51bc568700b829595c6c17092754 (patch)
tree9c8ddf1676d5e8bde86fa4b5bf4ad06aa857bdb1
parentc6ca0de9dec2c9c423fd8833f6058f39961d7672 (diff)
downloadinflector-f6689d914dab51bc568700b829595c6c17092754.tar.gz
Revert "Run cargo2android on inflector"
Revert submission 2428041-ouroboros-import Reason for revert: b/271004059 Reverted changes: /q/submissionid:2428041-ouroboros-import Change-Id: I15836a903983d3547a811ade8cc3af91e523b363
-rw-r--r--Android.bp40
-rw-r--r--cargo2android.json3
2 files changed, 0 insertions, 43 deletions
diff --git a/Android.bp b/Android.bp
deleted file mode 100644
index 79e8709..0000000
--- a/Android.bp
+++ /dev/null
@@ -1,40 +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_inflector_license"],
-}
-
-// Added automatically by a large-scale-change
-// See: http://go/android-license-faq
-license {
- name: "external_rust_crates_inflector_license",
- visibility: [":__subpackages__"],
- license_kinds: [
- "SPDX-license-identifier-BSD",
- ],
- license_text: [
- "LICENSE.md",
- ],
-}
-
-rust_library_host {
- name: "libinflector",
- crate_name: "inflector",
- cargo_env_compat: true,
- cargo_pkg_version: "0.11.4",
- srcs: ["src/lib.rs"],
- edition: "2015",
- features: [
- "default",
- "heavyweight",
- "lazy_static",
- "regex",
- ],
- rustlibs: [
- "liblazy_static",
- "libregex",
- ],
-}
diff --git a/cargo2android.json b/cargo2android.json
deleted file mode 100644
index 958632b..0000000
--- a/cargo2android.json
+++ /dev/null
@@ -1,3 +0,0 @@
-{
- "run": true
-} \ No newline at end of file