Set LOCAL_INJECT_BSSL_HASH for init_first_stage

init_first_stage is built in Make and statically links libcrypto,
so it needs to set LOCAL_INJECT_BSSL_HASH to make the FIPS self
test pass.

Bug: 137267623
Test: m checkbuild
Change-Id: Icd8ec07b731228a162db9a13d7304bf1d73127aa
This commit is contained in:
Colin Cross 2019-09-05 15:32:36 -07:00 committed by Tobias Thierer
parent bda0554bb2
commit 58505923e5

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