aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Farrell <jamesfarrell@google.com>2024-05-20 17:04:26 +0000
committerJames Farrell <jamesfarrell@google.com>2024-05-20 17:04:26 +0000
commit4038575158a9fad50a2911568d88276221e3c329 (patch)
tree7395366f6fababd03e207e6728dde41368e4d6e1
parenta508933ee13b571769541a1d5fca868711d67701 (diff)
downloadbencher-master.tar.gz
Update Android.bp by running cargo_embargoHEADmastermain
Test: ran cargo_embargo Change-Id: Ic96d3f17b5d7babc01d4f52a45b96626cb8034b9
-rw-r--r--Android.bp4
1 files changed, 2 insertions, 2 deletions
diff --git a/Android.bp b/Android.bp
index 583ab3b..4224622 100644
--- a/Android.bp
+++ b/Android.bp
@@ -45,7 +45,7 @@ rust_test {
crate_name: "bencher",
cargo_env_compat: true,
cargo_pkg_version: "0.1.5",
- srcs: ["lib.rs"],
+ crate_root: "lib.rs",
test_suites: ["general-tests"],
auto_gen_config: true,
test_options: {
@@ -60,7 +60,7 @@ rust_library {
crate_name: "bencher",
cargo_env_compat: true,
cargo_pkg_version: "0.1.5",
- srcs: ["lib.rs"],
+ crate_root: "lib.rs",
edition: "2015",
apex_available: [
"//apex_available:platform",