commit | 458439e35a83b098b0027f04fb0f27058f5e7961 | [log] [tgz] |
---|---|---|
author | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Mon Jun 26 20:14:44 2023 +0000 |
committer | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Mon Jun 26 20:14:44 2023 +0000 |
tree | 8b79605e70f75136b5835fc4f4f899f4cf584093 | |
parent | 3a3dd40189c5b69c191f7d08e60d1264fcf456a7 [diff] | |
parent | d025aa1fa68f167b280016b20f1b5ae04a6d72e2 [diff] |
[coastguard skipped] Merge sparse cherrypicks from sparse-10317220-L65500000961600299 into tm-qpr3-release. COASTGUARD_SKIP: I561d7fc676e3048bb31178bd8d6ddfdadf5e1fd5 Change-Id: I1cd17d5e4f29505bbf0aebc7051045e3d740ba10
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.