commit | 202cd47ee90e02fb450603c7bdfddb84e0453f87 | [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 | 23f2fbd25093d2dab4dddf7a861f4cd1b6253971 [diff] | |
parent | da49c7caac451d5ae49f4a12eb99688c14eb9ada [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