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] |
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
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.