Files
android_development/scripts
Sim Sun ecff5ddc84 c2a: Support customizing rustc
The current cargo2android.py doesn't work well w/ `--cargo_bin`. It would use the full path rustc(/<HOME>/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/bin/rustc) instead of basename(`rustc`). The `RUSTC_PAT` and `RUSTC_VV_CMD_ARGS` regex doesn't match the full path.

This CL uses `(.*\/)?` to match the path if it exists.

Change-Id: If5e4060410c1cd45ad6c9612ebe856552aa14d08
2023-06-21 14:08:38 -07:00
..
2021-03-30 14:58:06 -07:00
2023-03-09 11:08:36 +00:00
2021-02-19 12:20:34 +01:00
2019-10-04 16:48:38 -07:00
2023-03-09 00:36:31 +00:00
2023-06-16 09:48:11 -07:00
2022-01-06 10:18:42 -08:00
2018-07-23 17:01:42 -07:00
2012-04-27 10:45:07 -07:00
2023-03-13 15:22:47 -07:00
2018-10-30 11:03:17 -07:00
2021-06-24 15:44:49 -07:00