commit | 5ea6971a1d8db38283549b3562f1d05e4b35ed03 | [log] [tgz] |
---|---|---|
author | Jaewoong Jung <jungjw@google.com> | Fri Sep 13 19:02:46 2019 +0000 |
committer | Jaewoong Jung <jungjw@google.com> | Fri Sep 13 19:06:30 2019 +0000 |
tree | e2f79184c2b849c141edaaf71609b8d24cbcb82a | |
parent | 068d101077cad7ca1ba4ddaa3f20a123c4495a8f [diff] |
Revert "Build: Fix test data no present in test suite zip files." This reverts commit 068d101077cad7ca1ba4ddaa3f20a123c4495a8f. Reason for revert: Caused a regression Test: Added data to a sh_test and compared before vs after Fixes: 140761783 Change-Id: Ied6427cb2dc3093fb88632eb8f337c2b76e86b95
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.