commit | 530d8f1d48248aa82bf21c334f730aaa706d6fc4 | [log] [tgz] |
---|---|---|
author | Tobias Thierer <tobiast@google.com> | Fri Sep 13 16:56:06 2019 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Fri Sep 13 16:56:06 2019 +0000 |
tree | 38cbacbfbe2e82e8aebffbbe03120d90c14766c9 | |
parent | 6f735df0d1268cc976e5834c3cb1cc9e6fe9395d [diff] | |
parent | 58505923e52df282a978d49798011c7a2ee1d9e2 [diff] |
Merge "Set LOCAL_INJECT_BSSL_HASH for init_first_stage"
diff --git a/init/Android.mk b/init/Android.mk index d7258a7..54163fa 100644 --- a/init/Android.mk +++ b/init/Android.mk
@@ -119,6 +119,7 @@ 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