commit | 05a3f680f70c4b3987f78ec4e978409024ba6329 | [log] [tgz] |
---|---|---|
author | Kelvin Zhang <zhangkelvin@google.com> | Fri Jan 29 14:38:24 2021 -0500 |
committer | Kelvin Zhang <zhangkelvin@google.com> | Tue Feb 02 14:24:54 2021 -0500 |
tree | 913ccda34da34feff852200b1a7dce276c45cf62 | |
parent | 553efcaae24fc85ff636ec33be0e1182bef56f07 [diff] |
Fix test failures due to binaries not found in PATH Test: rm `where deapexer` && mm otapackage Change-Id: I0b742f26ae984729b97bf796aa3ed9335b316369
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.