commit | e6369cec6bcc28e528884ab3ba32ae560dab26dc | [log] [tgz] |
---|---|---|
author | Tianjie <xunchang@google.com> | Wed Jun 24 11:20:36 2020 -0700 |
committer | Tianjie <xunchang@google.com> | Wed Jun 24 16:50:18 2020 -0700 |
tree | 31d38a202e431704fe1f14cc290fd009e0b06e0e | |
parent | a973323a9d6979f0c8cf510caca6dd80504055e9 [diff] |
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)
This is the Makefile-based portion of the Android Build System.
For documentation on how to run a build, see Usage.txt
For a list of behavioral changes useful for Android.mk writers see Changes.md
For an outdated reference on Android.mk files, see build-system.html. Our Android.mk files look similar, but are entirely different from the Android.mk files used by the NDK build system. When searching for documentation elsewhere, ensure that it is for the platform build system -- most are not.
This Makefile-based system is in the process of being replaced with Soong, a new build system written in Go. During the transition, all of these makefiles are read by Kati, and generate a ninja file instead of being executed directly. That's combined with a ninja file read by Soong so that the build graph of the two systems can be combined and run as one.