commit | 7fa37d8e04762ac2d57dc323d9b0732a2489b4c8 | [log] [tgz] |
---|---|---|
author | Inseob Kim <inseob@google.com> | Thu Jul 25 03:27:49 2024 +0000 |
committer | Inseob Kim <inseob@google.com> | Thu Jul 25 03:27:49 2024 +0000 |
tree | f9b87bb77098f4b955b9e615b5563b2e3e2d5feb | |
parent | 50061ea370efee75021154b2b042418a6b65cf05 [diff] |
Revert^2 "Use Soong-built system/build.prop" 44fe21d315b301cb511b2d91df193f21aa009978 Change-Id: I105c8759dc47a52e16443550650edceae8d4e4fe
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.