diff options
author | Tobias Thierer <tobiast@google.com> | 2019-09-13 19:52:35 +0200 |
---|---|---|
committer | android-build-merger <android-build-merger@google.com> | 2019-09-13 19:52:35 +0200 |
commit | 87f1e9712869ae1d428adffaf05f291077240c01 (patch) | |
tree | 3fc1e5f11b09ab107f1a2212ccf25f0ef14ec80a | |
parent | Merge "Improve error messaging when bootcontrol HAL fails to load." am: 4878f6a31c am: 1074b8a539 am: c0e2ac8e5d (diff) | |
parent | Merge "Set LOCAL_INJECT_BSSL_HASH for updater" am: 0af65d8c4a am: a706ceec37 (diff) | |
download | android_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.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) |