commit | 70e8a1233cc1b77615d2b4eab331502344987b03 | [log] [tgz] |
---|---|---|
author | Pechetty Sravani (xWF) <pechetty@google.com> | Thu Jul 25 09:21:09 2024 +0000 |
committer | Pechetty Sravani (xWF) <pechetty@google.com> | Thu Jul 25 09:21:09 2024 +0000 |
tree | 4afa2d08d4e86d04dfeebf2c19a46df7431c5e65 | |
parent | 49c151a2ea787e90839308c59845c6f93a166a96 [diff] |
Revert^3 "Use Soong-built system/build.prop" 7fa37d8e04762ac2d57dc323d9b0732a2489b4c8 Change-Id: I563eb2268623fafa16d6a9bd59f79d38268cd650
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.