Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 253c88d7 authored by Chong Zhang's avatar Chong Zhang
Browse files

Remove build log spam

Bug: 111407413
Bug: 117290290
Change-Id: I8ecc3f3c0c917a5817e8e73e7cd1393d8d66afc6
parent 14636a5d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -84,12 +84,12 @@ sanitizer_runtime_libraries := $(call normalize-path-list,$(addsuffix .so,\
  $(2ND_UBSAN_RUNTIME_LIBRARY) \
  $(2ND_TSAN_RUNTIME_LIBRARY)))

$(info Sanitizer:  $(sanitizer_runtime_libraries))
# $(info Sanitizer:  $(sanitizer_runtime_libraries))

llndk_libraries := $(call normalize-path-list,$(addsuffix .so,\
  $(LLNDK_LIBRARIES)))

$(info LLNDK:  $(llndk_libraries))
# $(info LLNDK:  $(llndk_libraries))

LOCAL_CFLAGS := -DLINKED_LIBRARIES='"$(sanitizer_runtime_libraries):$(llndk_libraries)"'