Merge "ASAN: Remove old list of services"
am: e78accb103
Change-Id: Idad97f477c391ab72f93605c96a48092663f32bf
This commit is contained in:
commit
fc7a327a4a
2 changed files with 0 additions and 71 deletions
|
|
@ -36,70 +36,6 @@ LOCAL_MODULE_PATH := $(TARGET_OUT)
|
||||||
|
|
||||||
include $(BUILD_PREBUILT)
|
include $(BUILD_PREBUILT)
|
||||||
|
|
||||||
# Modules for asan.options.X files.
|
|
||||||
|
|
||||||
ASAN_OPTIONS_FILES :=
|
|
||||||
|
|
||||||
define create-asan-options-module
|
|
||||||
include $$(CLEAR_VARS)
|
|
||||||
LOCAL_MODULE := asan.options.$(1)
|
|
||||||
ASAN_OPTIONS_FILES += asan.options.$(1)
|
|
||||||
LOCAL_MODULE_CLASS := ETC
|
|
||||||
# The asan.options.off.template tries to turn off as much of ASAN as is possible.
|
|
||||||
LOCAL_SRC_FILES := asan.options.off.template
|
|
||||||
LOCAL_MODULE_PATH := $(TARGET_OUT)
|
|
||||||
include $$(BUILD_PREBUILT)
|
|
||||||
endef
|
|
||||||
|
|
||||||
# Pretty comprehensive set of native services. This list is helpful if all that's to be checked is an
|
|
||||||
# app.
|
|
||||||
ifeq ($(SANITIZE_LITE_SERVICES),true)
|
|
||||||
SANITIZE_ASAN_OPTIONS_FOR := \
|
|
||||||
adbd \
|
|
||||||
ATFWD-daemon \
|
|
||||||
audioserver \
|
|
||||||
bridgemgrd \
|
|
||||||
cameraserver \
|
|
||||||
cnd \
|
|
||||||
debuggerd \
|
|
||||||
dex2oat \
|
|
||||||
drmserver \
|
|
||||||
fingerprintd \
|
|
||||||
gatekeeperd \
|
|
||||||
installd \
|
|
||||||
keystore \
|
|
||||||
lmkd \
|
|
||||||
logcat \
|
|
||||||
logd \
|
|
||||||
lowi-server \
|
|
||||||
media.codec \
|
|
||||||
mediadrmserver \
|
|
||||||
media.extractor \
|
|
||||||
mediaserver \
|
|
||||||
mm-qcamera-daemon \
|
|
||||||
mpdecision \
|
|
||||||
netmgrd \
|
|
||||||
perfd \
|
|
||||||
perfprofd \
|
|
||||||
qmuxd \
|
|
||||||
qseecomd \
|
|
||||||
rild \
|
|
||||||
sdcard \
|
|
||||||
servicemanager \
|
|
||||||
slim_daemon \
|
|
||||||
surfaceflinger \
|
|
||||||
thermal-engine \
|
|
||||||
time_daemon \
|
|
||||||
update_engine \
|
|
||||||
vold \
|
|
||||||
wpa_supplicant \
|
|
||||||
zip
|
|
||||||
endif
|
|
||||||
|
|
||||||
ifneq ($(SANITIZE_ASAN_OPTIONS_FOR),)
|
|
||||||
$(foreach binary, $(SANITIZE_ASAN_OPTIONS_FOR), $(eval $(call create-asan-options-module,$(binary))))
|
|
||||||
endif
|
|
||||||
|
|
||||||
# ASAN extration.
|
# ASAN extration.
|
||||||
ASAN_EXTRACT_FILES :=
|
ASAN_EXTRACT_FILES :=
|
||||||
ifeq ($(SANITIZE_TARGET_SYSTEM),true)
|
ifeq ($(SANITIZE_TARGET_SYSTEM),true)
|
||||||
|
|
|
||||||
|
|
@ -1,7 +0,0 @@
|
||||||
quarantine_size_mb=0
|
|
||||||
max_redzone=16
|
|
||||||
poison_heap=false
|
|
||||||
poison_partial=false
|
|
||||||
poison_array_cookie=false
|
|
||||||
alloc_dealloc_mismatch=false
|
|
||||||
new_delete_type_mismatch=false
|
|
||||||
Loading…
Add table
Reference in a new issue