summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Wright <adamdwright@google.com>2024-05-07 09:32:20 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2024-05-07 09:32:20 +0000
commit1ea9ba387aa733ba08cd83a17d696022984bcff6 (patch)
tree5df6d6f0b7297f7c791bf0391e57ae6ad7ece582
parentc159cf8c03f4d78beccba737ad8ed14814ec6a77 (diff)
downloaduniffi-1ea9ba387aa733ba08cd83a17d696022984bcff6.tar.gz
Revert "Add Android.bp file for uniffi"
Revert submission 3076224-uniffi Reason for revert: Droidmonitor break b/339155709 Reverted changes: /q/submissionid:3076224-uniffi Change-Id: Ibe0d3c790a13342ea067c569f8c9f1103e497c4f
-rw-r--r--Android.bp38
1 files changed, 0 insertions, 38 deletions
diff --git a/Android.bp b/Android.bp
deleted file mode 100644
index d46dbfa..0000000
--- a/Android.bp
+++ /dev/null
@@ -1,38 +0,0 @@
-// This file is generated by cargo_embargo.
-// Do not modify this file after the first "rust_*" or "genrule" module
-// because the changes will be overridden on upgrade.
-// Content before the first "rust_*" or "genrule" module is preserved.
-
-package {
- default_applicable_licenses: ["external_rust_crates_uniffi_license"],
-}
-
-// See: http://go/android-license-faq
-license {
- name: "external_rust_crates_uniffi_license",
- visibility: [":__subpackages__"],
- license_kinds: ["SPDX-license-identifier-MPL-2.0"],
- license_text: ["LICENSE"],
-}
-
-rust_library {
- name: "libuniffi",
- host_supported: true,
- crate_name: "uniffi",
- cargo_env_compat: true,
- cargo_pkg_version: "0.27.1",
- srcs: ["src/lib.rs"],
- edition: "2021",
- features: ["default"],
- rustlibs: [
- "libanyhow",
- "libuniffi_core",
- ],
- proc_macros: ["libuniffi_macros"],
- apex_available: [
- "//apex_available:platform",
- "//apex_available:anyapex",
- ],
- product_available: true,
- vendor_available: true,
-}