summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorColin Cross <ccross@android.com>2019-09-06 00:34:50 +0200
committerColin Cross <ccross@android.com>2019-09-06 00:34:50 +0200
commitd81519400cc2cf52dd7c1c7daac4a7cf00d860c3 (patch)
treef3d27c7b8aa0fa68cf3876fdd1a8d338c6f31fbe
parentMerge "boot_control: Don't allow current_slot_ to be -1." (diff)
downloadandroid_bootable_recovery-d81519400cc2cf52dd7c1c7daac4a7cf00d860c3.tar
android_bootable_recovery-d81519400cc2cf52dd7c1c7daac4a7cf00d860c3.tar.gz
android_bootable_recovery-d81519400cc2cf52dd7c1c7daac4a7cf00d860c3.tar.bz2
android_bootable_recovery-d81519400cc2cf52dd7c1c7daac4a7cf00d860c3.tar.lz
android_bootable_recovery-d81519400cc2cf52dd7c1c7daac4a7cf00d860c3.tar.xz
android_bootable_recovery-d81519400cc2cf52dd7c1c7daac4a7cf00d860c3.tar.zst
android_bootable_recovery-d81519400cc2cf52dd7c1c7daac4a7cf00d860c3.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)