commit | 0b2f48f0b2966227b8cb9c7eec332288e4c76099 | [log] [tgz] |
---|---|---|
author | Liana Kazanova <lkazanova@google.com> | Tue Jul 30 19:14:30 2024 +0000 |
committer | Liana Kazanova <lkazanova@google.com> | Tue Jul 30 19:14:30 2024 +0000 |
tree | effc826b758cf7851d0eed0f53e72a4ba9c1fd3d | |
parent | e72dcd549a236ecb289c6ae2ed2f096ef084c5be [diff] |
Revert^5 "Use Soong-built system/build.prop" 82b8062a90580ff0f5078dba06d4b05e1af45f16 Change-Id: I25acc66023397e67c009bea26623260f828fc0b9
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.