Drive instrumentation with build flag for C/C++

Bug: 328444881
Test: m
Change-Id: I20c92c61f855adb772d6aa173e85a6d8092460d7
This commit is contained in:
Ted Bauer
2024-04-29 19:30:23 +00:00
parent 6f581637c1
commit 10fff94e2e
3 changed files with 10 additions and 2 deletions

View File

@@ -49,11 +49,12 @@ var (
` && ${aconfig} create-cpp-lib` +
` --mode ${mode}` +
` --cache ${in}` +
` --out ${gendir}`,
` --out ${gendir}` +
` --allow-instrumentation ${debug}`,
CommandDeps: []string{
"$aconfig",
},
}, "gendir", "mode")
}, "gendir", "mode", "debug")
// For rust_aconfig_library: Generate Rust library
rustRule = pctx.AndroidStaticRule("rust_aconfig_library",