summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTobias Thierer <tobiast@google.com>2019-09-13 18:56:06 +0200
committerGerrit Code Review <noreply-gerritcodereview@google.com>2019-09-13 18:56:06 +0200
commit0af65d8c4a800a1e0453992ab70f73dccd92bfef (patch)
treec9b3c12b13e6b740028e29a296ddf454c724ef74
parentMerge "Improve error messaging when bootcontrol HAL fails to load." (diff)
parentSet LOCAL_INJECT_BSSL_HASH for updater (diff)
downloadandroid_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.mk1
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)