diff options
author | Tobias Thierer <tobiast@google.com> | 2019-09-13 18:56:06 +0200 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2019-09-13 18:56:06 +0200 |
commit | 0af65d8c4a800a1e0453992ab70f73dccd92bfef (patch) | |
tree | c9b3c12b13e6b740028e29a296ddf454c724ef74 | |
parent | Merge "Improve error messaging when bootcontrol HAL fails to load." (diff) | |
parent | Set LOCAL_INJECT_BSSL_HASH for updater (diff) | |
download | android_bootable_recovery-0af65d8c4a800a1e0453992ab70f73dccd92bfef.tar android_bootable_recovery-0af65d8c4a800a1e0453992ab70f73dccd92bfef.tar.gz android_bootable_recovery-0af65d8c4a800a1e0453992ab70f73dccd92bfef.tar.bz2 android_bootable_recovery-0af65d8c4a800a1e0453992ab70f73dccd92bfef.tar.lz android_bootable_recovery-0af65d8c4a800a1e0453992ab70f73dccd92bfef.tar.xz android_bootable_recovery-0af65d8c4a800a1e0453992ab70f73dccd92bfef.tar.zst android_bootable_recovery-0af65d8c4a800a1e0453992ab70f73dccd92bfef.zip |
-rw-r--r-- | updater/Android.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/updater/Android.mk b/updater/Android.mk index 93525c12a..bc766c453 100644 --- a/updater/Android.mk +++ b/updater/Android.mk @@ -109,6 +109,7 @@ LOCAL_GENERATED_SOURCES := $(inc) inc := LOCAL_FORCE_STATIC_EXECUTABLE := true +LOCAL_INJECT_BSSL_HASH := true include $(BUILD_EXECUTABLE) |