commit | 7f82a0ca9479045b7f02b0faff050922b2effbca | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Tue Jun 09 01:48:56 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Tue Jun 09 01:48:56 2020 +0000 |
tree | 58449c364126586b37e85a14690b7492ae2d4522 | |
parent | e87d17e478033f0666c2999fd59b87a5618ba487 [diff] | |
parent | b17e2f5004376e5b20053610afd4013b65be619d [diff] |
Merge "Rewrite test data logic to make it faster" am: 83e9cfe291 am: 84849aef8e am: b17e2f5004 Original change: https://android-review.googlesource.com/c/platform/build/+/1326014 Change-Id: Ic7c0ba13df561059e85feae83d7c56c9f20fb74c
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.