mirror of
https://gitee.com/openharmony/startup_appspawn
synced 2025-02-18 19:18:12 +00:00
!401 Add MACRO "ASAN_DETECTOR" in BUILD.gn
Merge pull request !401 from shiyu_huang/dev_20220906
This commit is contained in:
commit
42e892aaa6
3
BUILD.gn
3
BUILD.gn
@ -43,6 +43,9 @@ ohos_executable("appspawn") {
|
||||
"${appspawn_path}/adapter/appspawn_ace.cpp",
|
||||
"${appspawn_path}/standard/main.c",
|
||||
]
|
||||
if (asan_detector) {
|
||||
defines = [ "ASAN_DETECTOR" ]
|
||||
}
|
||||
configs = [ ":appspawn_config" ]
|
||||
deps = [
|
||||
"${ability_runtime_path}/frameworks/native/appkit:appkit_native",
|
||||
|
Loading…
x
Reference in New Issue
Block a user