aboutsummaryrefslogtreecommitdiff
path: root/patches
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-02-17 02:55:45 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-02-17 02:55:45 +0000
commit4ca88c9b1334f008b775350ec44bdd75ea6abc83 (patch)
treeb1b15d9075830bd60f4e5587c8d9f27f4bcba29f /patches
parent45c06a5deea36464b8d3caa3aecb7693142295e5 (diff)
parent4e031b3a08a06e36fa74d66192dac5250ad69131 (diff)
downloadlibfuzzer-sys-android13-frc-media-release.tar.gz
Snap for 8191477 from 4e031b3a08a06e36fa74d66192dac5250ad69131 to tm-frc-media-releaset_frc_med_330443030android13-frc-media-release
Change-Id: Iba1b8fcbb48ca908c3c31dff3f682597417f8071
Diffstat (limited to 'patches')
-rw-r--r--patches/Android.bp.patch25
1 files changed, 0 insertions, 25 deletions
diff --git a/patches/Android.bp.patch b/patches/Android.bp.patch
deleted file mode 100644
index c0d6fd7..0000000
--- a/patches/Android.bp.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-diff --git a/Android.bp b/Android.bp
-index 86434dd..e565b86 100644
---- a/Android.bp
-+++ b/Android.bp
-@@ -1,17 +1,15 @@
- // This file is generated by cargo2android.py --run --dependencies --device --features arbitrary-derive --patch patches/Android.bp.patch.
-
--rust_library {
-+rust_library_rlib {
- name: "liblibfuzzer_sys",
- host_supported: true,
- crate_name: "libfuzzer_sys",
- srcs: ["src/lib.rs"],
- edition: "2018",
- features: ["arbitrary-derive"],
-- rustlibs: [
-+ rlibs: [
- "libarbitrary",
- ],
-- static_libs: ["libfuzzer"],
-- shared_libs: ["libstdc++"],
- }
-
- // dependent_library ["feature_list"]
-