commit | eb24af85f9faf0062a7c6eaf71583cc04611129b | [log] [tgz] |
---|---|---|
author | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Sun Jul 09 10:04:28 2023 +0000 |
committer | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Sun Jul 09 10:04:30 2023 +0000 |
tree | 5ee9dbd5a65ef36f1dfae7786597d90a1db115d6 | |
parent | 5de2c023e705bb2314520722c939e1ab673c7171 [diff] |
Version bump to UP1A.230623.010 [core/build_id.mk] Change-Id: Ib17e00d43f933204bcad1403fb4e8bb2ea5ff610
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.