commit | 45e0e5b012fe3ed5787f8183a928cf61561335c0 | [log] [tgz] |
---|---|---|
author | Ivan Lozano <ivanlozano@google.com> | Sat Nov 13 07:42:36 2021 -0500 |
committer | Ivan Lozano <ivanlozano@google.com> | Tue Nov 16 08:51:48 2021 -0500 |
tree | 9271a514dd6f831dcca68feac329c6c80aeae7d0 | |
parent | 602227bcb5cf61922d27c4e6f9c3ddae5e683cc6 [diff] [blame] |
rust: Add rust_toolchain_library module. Adds a new rust_toolchain_library module, a module which can compute the source path from the toolchain root. Bug: 140642453 Test: m Change-Id: I2d90722880279533eb93d2d946ac8c31fc0b1835
diff --git a/rust/Android.bp b/rust/Android.bp index cda2dbc..5e14da8 100644 --- a/rust/Android.bp +++ b/rust/Android.bp
@@ -38,6 +38,7 @@ "strip.go", "test.go", "testing.go", + "toolchain_library.go", ], testSrcs: [ "benchmark_test.go",