Skip to content

Commit 577673a

Browse files
committed
[Debug]Enable ASAN to identify mem issue
Signed-off-by: Gong Pu <pu.gong@intel.com>
1 parent fb3b313 commit 577673a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Android.bp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ cc_defaults {
4545
"-Wno-cast-qual",
4646
],
4747
cppflags: ["-std=c++14"],
48-
48+
sanitize: { address: true },
4949
vendor: true,
5050

5151
header_libs: [

0 commit comments

Comments
 (0)