commit | 2fc9d4c28bdc2a292d7339963fa35c97465b853c | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Sat May 14 00:01:55 2022 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Sat May 14 00:01:55 2022 +0000 |
tree | 3d36d4d390cd1b68f845f90a8f732bc490f223b6 | |
parent | 3a3e60182779b8df6182fc4fc103965cbdfe9619 [diff] | |
parent | 266225ccb2ad128258a975445bc3cb6b30e3f11a [diff] |
Merge "Revert "Do not compress zip file for unit tests."" am: 266225ccb2 Original change: https://android-review.googlesource.com/c/platform/build/+/2096861 Change-Id: I23b193523bc8fd57ffa2ab425eeed31ca53d51c4 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
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.