diff --git a/rootdir/Android.mk b/rootdir/Android.mk index 03f878a70..86fec6a56 100644 --- a/rootdir/Android.mk +++ b/rootdir/Android.mk @@ -53,7 +53,7 @@ endef # Pretty comprehensive set of native services. This list is helpful if all that's to be checked is an # app. -ifeq ($(SANITIZE_LITE),true) +ifeq ($(SANITIZE_LITE_SERVICES),true) SANITIZE_ASAN_OPTIONS_FOR := \ adbd \ ATFWD-daemon \