summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTobias Thierer <tobiast@google.com>2019-09-13 19:45:40 +0200
committerandroid-build-merger <android-build-merger@google.com>2019-09-13 19:45:40 +0200
commit0d925b043aa6521e1ea2979fd553ec8363c7c058 (patch)
treec9b3c12b13e6b740028e29a296ddf454c724ef74
parentMerge "Improve error messaging when bootcontrol HAL fails to load." am: 4878f6a31c am: 1074b8a539 (diff)
parentMerge "Set LOCAL_INJECT_BSSL_HASH for updater" am: 0af65d8c4a (diff)
downloadandroid_bootable_recovery-0d925b043aa6521e1ea2979fd553ec8363c7c058.tar
android_bootable_recovery-0d925b043aa6521e1ea2979fd553ec8363c7c058.tar.gz
android_bootable_recovery-0d925b043aa6521e1ea2979fd553ec8363c7c058.tar.bz2
android_bootable_recovery-0d925b043aa6521e1ea2979fd553ec8363c7c058.tar.lz
android_bootable_recovery-0d925b043aa6521e1ea2979fd553ec8363c7c058.tar.xz
android_bootable_recovery-0d925b043aa6521e1ea2979fd553ec8363c7c058.tar.zst
android_bootable_recovery-0d925b043aa6521e1ea2979fd553ec8363c7c058.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)