OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SANITIZE_LITE
(Results
1 - 5
of
5
) sorted by null
/frameworks/base/cmds/app_process/
Android.mk
52
# In
SANITIZE_LITE
mode, we create the sanitized binary in a separate location (but reuse
57
ifeq ($(
SANITIZE_LITE
),true)
66
ifneq ($(
SANITIZE_LITE
),true)
/build/make/core/
dex_preopt.mk
27
# Under
SANITIZE_LITE
, we do not want system_other. Just put things under /data/asan.
28
ifeq ($(
SANITIZE_LITE
),true)
dex_preopt_libart_boot.mk
70
ifneq (addresstrue,$(SANITIZE_TARGET)$(
SANITIZE_LITE
))
72
# and invalidate first-stage artifacts which are crucial to
SANITIZE_LITE
builds.
envsetup.mk
483
ifeq ($(
SANITIZE_LITE
),true)
484
# When using
SANITIZE_LITE
, APKs must not be packaged with sanitized libraries, as they will not
516
ifeq ($(
SANITIZE_LITE
),true)
517
# When using
SANITIZE_LITE
, APKs must not be packaged with sanitized libraries, as they will not
591
ifeq ($(
SANITIZE_LITE
),true)
592
# When using
SANITIZE_LITE
, APKs must not be packaged with sanitized libraries, as they will not
667
ifeq ($(
SANITIZE_LITE
),true)
668
# When using
SANITIZE_LITE
, APKs must not be packaged with sanitized libraries, as they will not
Makefile
[
all
...]
Completed in 990 milliseconds