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