Commit 4a0280b
committed
package/aa-proxy-rs: pass board name to aa-proxy-rs at build time
Add AA_PROXY_BOARD env var to AA_PROXY_RS_CARGO_ENV, derived from
CONFIG_DIR.
Allows aa-proxy-rs to expose the Buildroot board name (e.g. aaw2b)
at runtime via option_env!("AA_PROXY_BOARD") without runtime
detection or hardcoding.1 parent 4a6c195 commit 4a0280b
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
| 21 | + | |
21 | 22 | | |
22 | 23 | | |
23 | 24 | | |
| |||
0 commit comments