commit | 19b2a69afad6f14397599cfb9ae8ce5599f0c748 | [log] [tgz] |
---|---|---|
author | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Thu Mar 23 17:54:05 2023 +0000 |
committer | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Thu Mar 23 17:54:05 2023 +0000 |
tree | 35dea6f489e09aeb95b44f3e8c65bfe5d6de9289 | |
parent | bbfe435bc615d55ccee4cc49ae05b63349fa7891 [diff] | |
parent | 8707e088392e741bdf8505ce79e689fd2aebd24e [diff] |
[coastguard skipped] Merge sparse cherrypicks from sparse-9719927-L87300000959339500 into tm-qpr2-release. COASTGUARD_SKIP: I3d0124e7fff91f27a1a9c0a18ede1f94daaf0d8a Change-Id: I02f990bb0567705453e457be81b5029207b62c9e
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.