Use the new more inclusive command-line options.
Test: Compile Change-Id: I31a33d5432470fb57edc17751536fe1ae98e6838
This commit is contained in:
parent
4a3ab034c6
commit
b453e63715
|
@ -25,10 +25,10 @@ rust_bindgen {
|
|||
source_stem: "bindings",
|
||||
bindgen_flags: [
|
||||
"--size_t-is-usize",
|
||||
"--whitelist-function=AStatsEventList_addStatsEvent",
|
||||
"--whitelist-function=AStatsEvent_.*",
|
||||
"--whitelist-function=AStatsManager_.*",
|
||||
"--whitelist-var=AStatsManager_.*",
|
||||
"--allowlist-function=AStatsEventList_addStatsEvent",
|
||||
"--allowlist-function=AStatsEvent_.*",
|
||||
"--allowlist-function=AStatsManager_.*",
|
||||
"--allowlist-var=AStatsManager_.*",
|
||||
],
|
||||
target: {
|
||||
android: {
|
||||
|
|
Loading…
Reference in New Issue