diff options
author | Tianjie <xunchang@google.com> | 2020-06-24 11:20:36 -0700 |
---|---|---|
committer | Tianjie <xunchang@google.com> | 2020-06-24 16:50:18 -0700 |
commit | e6369cec6bcc28e528884ab3ba32ae560dab26dc (patch) | |
tree | 31d38a202e431704fe1f14cc290fd009e0b06e0e | |
parent | a973323a9d6979f0c8cf510caca6dd80504055e9 (diff) | |
download | build_make-e6369cec6bcc28e528884ab3ba32ae560dab26dc.tar.gz build_make-e6369cec6bcc28e528884ab3ba32ae560dab26dc.tar.bz2 build_make-e6369cec6bcc28e528884ab3ba32ae560dab26dc.zip |
Add lz4 to otatools
A call to lz4 was added in http://go/aog/1329115. But the binary
isn't added to otatools, leading to a signing failure.
Bug: 159656873
Test: build otatools
Change-Id: I9cab00f36ce3c39cc174b4c9feffdf360f0364ef
(cherry picked from commit 3031c29905072053e686aa11f4e35c4932b4174a)
-rw-r--r-- | core/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/Makefile b/core/Makefile index ea4a745992..f0b196a2e0 100644 --- a/core/Makefile +++ b/core/Makefile @@ -4100,6 +4100,7 @@ INTERNAL_OTATOOLS_MODULES := \ libconscrypt_openjdk_jni \ lpmake \ lpunpack \ + lz4 \ make_f2fs \ merge_target_files \ minigzip \ |