Remove .orig files created by patch.
They should have never been checked in, and this has been fixed in
aosp/3291174.
Bug: http://b/339424309
Test: treehugger
Change-Id: I642a5555e16a8c354c22498418b1331cf00a83b4
diff --git a/crates/ahash/Android.bp.orig b/crates/ahash/Android.bp.orig
deleted file mode 100644
index 95c8b75..0000000
--- a/crates/ahash/Android.bp.orig
+++ /dev/null
@@ -1,44 +0,0 @@
-// This file is generated by cargo_embargo.
-// Do not modify this file because the changes will be overridden on upgrade.
-
-package {
- default_applicable_licenses: ["external_rust_crates_ahash_license"],
- default_team: "trendy_team_android_rust",
-}
-
-license {
- name: "external_rust_crates_ahash_license",
- visibility: [":__subpackages__"],
- license_kinds: ["SPDX-license-identifier-Apache-2.0"],
- license_text: ["LICENSE"],
-}
-
-rust_library {
- name: "libahash",
- host_supported: true,
- crate_name: "ahash",
- cargo_env_compat: true,
- cargo_pkg_version: "0.8.11",
- crate_root: "src/lib.rs",
- edition: "2018",
- features: [
- "default",
- "folded_multiply",
- "getrandom",
- "runtime-rng",
- "specialize",
- "std",
- ],
- rustlibs: [
- "libcfg_if",
- "libgetrandom",
- "libonce_cell",
- "libzerocopy",
- ],
- apex_available: [
- "//apex_available:platform",
- "//apex_available:anyapex",
- ],
- product_available: true,
- vendor_available: true,
-}
diff --git a/crates/byteorder/rules.mk.orig b/crates/byteorder/rules.mk.orig
deleted file mode 100644
index 0424003..0000000
--- a/crates/byteorder/rules.mk.orig
+++ /dev/null
@@ -1,19 +0,0 @@
-# This file is generated by cargo_embargo.
-# Do not modify this file after the LOCAL_DIR line
-# because the changes will be overridden on upgrade.
-# Content before the first line starting with LOCAL_DIR is preserved.
-
-LOCAL_DIR := $(GET_LOCAL_DIR)
-MODULE := $(LOCAL_DIR)
-MODULE_CRATE_NAME := byteorder
-MODULE_RUST_CRATE_TYPES := rlib
-MODULE_SRCS := $(LOCAL_DIR)/src/lib.rs
-MODULE_RUST_EDITION := 2021
-MODULE_RUSTFLAGS += \
- --cfg 'feature="default"' \
- --cfg 'feature="std"'
-
-MODULE_LIBRARY_DEPS := \
-
-
-include make/library.mk
diff --git a/crates/num_cpus/Android.bp.orig b/crates/num_cpus/Android.bp.orig
deleted file mode 100644
index 5558370..0000000
--- a/crates/num_cpus/Android.bp.orig
+++ /dev/null
@@ -1,48 +0,0 @@
-// This file is generated by cargo_embargo.
-// Do not modify this file because the changes will be overridden on upgrade.
-
-package {
- default_applicable_licenses: ["external_rust_crates_num_cpus_license"],
- default_team: "trendy_team_android_rust",
-}
-
-license {
- name: "external_rust_crates_num_cpus_license",
- visibility: [":__subpackages__"],
- license_kinds: ["SPDX-license-identifier-Apache-2.0"],
- license_text: ["LICENSE"],
-}
-
-rust_library {
- name: "libnum_cpus",
- host_supported: true,
- crate_name: "num_cpus",
- cargo_env_compat: true,
- cargo_pkg_version: "1.16.0",
- crate_root: "src/lib.rs",
- edition: "2015",
- rustlibs: ["liblibc"],
- apex_available: [
- "//apex_available:platform",
- "//apex_available:anyapex",
- ],
- product_available: true,
- vendor_available: true,
- min_sdk_version: "29",
-}
-
-rust_test {
- name: "num_cpus_test_src_lib",
- host_supported: true,
- crate_name: "num_cpus",
- cargo_env_compat: true,
- cargo_pkg_version: "1.16.0",
- crate_root: "src/lib.rs",
- test_suites: ["general-tests"],
- auto_gen_config: true,
- test_options: {
- unit_test: false,
- },
- edition: "2015",
- rustlibs: ["liblibc"],
-}
diff --git a/crates/p9/Android.bp.orig b/crates/p9/Android.bp.orig
deleted file mode 100644
index c071418..0000000
--- a/crates/p9/Android.bp.orig
+++ /dev/null
@@ -1,56 +0,0 @@
-// This file is generated by cargo_embargo.
-// Do not modify this file because the changes will be overridden on upgrade.
-
-package {
- default_applicable_licenses: ["external_rust_crates_p9_license"],
- default_team: "trendy_team_android_rust",
-}
-
-license {
- name: "external_rust_crates_p9_license",
- visibility: [":__subpackages__"],
- license_kinds: ["SPDX-license-identifier-BSD-3-Clause"],
- license_text: ["LICENSE"],
-}
-
-rust_library {
- name: "libp9",
- host_supported: true,
- crate_name: "p9",
- cargo_env_compat: true,
- cargo_pkg_version: "0.2.3",
- crate_root: "src/lib.rs",
- edition: "2021",
- rustlibs: [
- "liblibc",
- "libserde",
- ],
- proc_macros: ["libp9_wire_format_derive"],
- compile_multilib: "first",
- apex_available: [
- "//apex_available:platform",
- "//apex_available:anyapex",
- ],
- product_available: true,
- vendor_available: true,
-}
-
-rust_test {
- name: "p9_test_src_lib",
- host_supported: true,
- crate_name: "p9",
- cargo_env_compat: true,
- cargo_pkg_version: "0.2.3",
- crate_root: "src/lib.rs",
- test_suites: ["general-tests"],
- auto_gen_config: true,
- test_options: {
- unit_test: true,
- },
- edition: "2021",
- rustlibs: [
- "liblibc",
- "libserde",
- ],
- proc_macros: ["libp9_wire_format_derive"],
-}
diff --git a/crates/zip/Android.bp.orig b/crates/zip/Android.bp.orig
deleted file mode 100644
index 625f343..0000000
--- a/crates/zip/Android.bp.orig
+++ /dev/null
@@ -1,39 +0,0 @@
-// This file is generated by cargo_embargo.
-// Do not modify this file because the changes will be overridden on upgrade.
-
-package {
- default_applicable_licenses: ["external_rust_crates_zip_license"],
- default_team: "trendy_team_android_rust",
-}
-
-license {
- name: "external_rust_crates_zip_license",
- visibility: [":__subpackages__"],
- license_kinds: ["SPDX-license-identifier-MIT"],
- license_text: ["LICENSE"],
-}
-
-rust_library {
- name: "libzip",
- host_supported: true,
- crate_name: "zip",
- cargo_env_compat: true,
- cargo_pkg_version: "0.6.6",
- crate_root: "src/lib.rs",
- edition: "2021",
- features: [
- "deflate-zlib",
- "flate2",
- ],
- rustlibs: [
- "libbyteorder",
- "libcrc32fast",
- "libflate2",
- ],
- apex_available: [
- "//apex_available:platform",
- "com.android.virt",
- ],
- product_available: true,
- vendor_available: true,
-}