aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Galenson <jgalenson@google.com>2021-11-08 22:14:46 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2021-11-08 22:14:46 +0000
commit01f835b48b642b3002590096a01c013b8b6c41d0 (patch)
tree20d23f98afdddc14045d4d2c40896f389a5b7592
parentc4669a5cbe1f23a2515826463badde6abcd4923d (diff)
parentfdcf7c808165493ea6e99da06b5a1bfe6c5ef3d5 (diff)
downloadprotobuf-codegen-01f835b48b642b3002590096a01c013b8b6c41d0.tar.gz
Remove deprecated file. am: fdcf7c8081
Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/protobuf-codegen/+/1874613 Change-Id: I2e6a2669d11506880fd02d4f285904e49035d0b9
-rw-r--r--README.android15
1 files changed, 0 insertions, 15 deletions
diff --git a/README.android b/README.android
deleted file mode 100644
index a75eb35..0000000
--- a/README.android
+++ /dev/null
@@ -1,15 +0,0 @@
-Since we do not run build.rs during an Android build,
-we need to set up the version number in src/lib.rs
-until we have a smarter way to patch it based on new
-version number in Cargo.toml.
-
-To update this package, please make sure that the following code
-in src/lib.rs is up to data.
-
- // Hack: hard code version number here because Android.bp
- // rust modules cannot pass it though env variable yet.
- w.write_generated_by("rust-protobuf", "2.16.2");
-
-If there are non-trivial changes in build.rs or src/lib.rs,
-please rerun cargo2android.py and verify the differences in
-Android.bp and src/lib.rs.