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

Commit 58505923 authored by Colin Cross's avatar Colin Cross Committed by Tobias Thierer
Browse files

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
parent bda0554b
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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