Skip to content

Commit 352aef3

Browse files
committed
Enable ASAN
Signed-off-by: Gong Pu <pu.gong@intel.com>
1 parent a49431b commit 352aef3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Android.bp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ cc_defaults {
8787
"-DUSE_GRALLOC1",
8888
"-Wno-cast-qual",
8989
],
90-
90+
sanitize: { address: true },
9191
product_variables: {
9292
platform_sdk_version: {
9393
cflags: ["-DANDROID_API_LEVEL=33"],

0 commit comments

Comments
 (0)