Merge "Set LOCAL_INJECT_BSSL_HASH for init_first_stage"

This commit is contained in:
Tobias Thierer 2019-09-13 16:56:06 +00:00 committed by Gerrit Code Review
commit 530d8f1d48
1 changed files with 1 additions and 0 deletions

View File

@ -119,6 +119,7 @@ LOCAL_STATIC_LIBRARIES := \
LOCAL_SANITIZE := signed-integer-overflow
# First stage init is weird: it may start without stdout/stderr, and no /proc.
LOCAL_NOSANITIZE := hwaddress
LOCAL_INJECT_BSSL_HASH := true
include $(BUILD_EXECUTABLE)
endif