commit | 4d69479b8868c914d9009c4121b26339514f8236 | [log] [tgz] |
---|---|---|
author | Usta Shrestha <usta@google.com> | Fri Jun 17 12:17:53 2022 -0400 |
committer | Usta Shrestha <usta@google.com> | Fri Jun 17 12:17:53 2022 -0400 |
tree | 96135fada1af43a982e22ba4d2bb1a77453ba872 | |
parent | 6ebfaa453b576a0a803500d93638bff0c707b6ec [diff] |
ignore .iml files (IntelliJ) Test: N/A Bug: N/A Change-Id: I8917fd887b86a39c056d7bf04fd647fc8172c398
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.