Merge "Define ANDROID_EXPERIMENTAL_MTE if the product variable experimental_mte is enabled."
This commit is contained in:
commit
1994f28be2
1 changed files with 6 additions and 0 deletions
|
@ -83,6 +83,12 @@ cc_defaults {
|
|||
// lld complains about duplicate symbols in libcrt and libgcc. Suppress the
|
||||
// warning since this is intended right now.
|
||||
ldflags: ["-Wl,-z,muldefs"],
|
||||
|
||||
product_variables: {
|
||||
experimental_mte: {
|
||||
cflags: ["-DANDROID_EXPERIMENTAL_MTE"],
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
// Defaults for native allocator libs/includes to make it
|
||||
|
|
Loading…
Reference in a new issue