commit | 3031c29905072053e686aa11f4e35c4932b4174a | [log] [tgz] |
---|---|---|
author | Tianjie <xunchang@google.com> | Wed Jun 24 11:20:36 2020 -0700 |
committer | Tianjie <xunchang@google.com> | Wed Jun 24 11:20:36 2020 -0700 |
tree | 6080d18ab20ac2c6a4ee1d95ea7aa8f76bb9327f | |
parent | 0c263fd2717518c459d58c2c91e4c3ea87a94fa4 [diff] [blame] |
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
diff --git a/core/Makefile b/core/Makefile index b46dca1..e5264e1 100644 --- a/core/Makefile +++ b/core/Makefile
@@ -3628,6 +3628,7 @@ libconscrypt_openjdk_jni \ lpmake \ lpunpack \ + lz4 \ make_f2fs \ merge_target_files \ minigzip \