commit | 874dbe7b1b1881143de31ced534b406e941cbbf9 | [log] [tgz] |
---|---|---|
author | Anton Hansson <hansson@google.com> | Wed Oct 26 15:00:55 2022 +0000 |
committer | Anton Hansson <hansson@google.com> | Fri Oct 28 09:03:33 2022 +0000 |
tree | 7545599b857972daaf1a36d335e912033b9c549a | |
parent | 904dd87a75260afa9d36c1fa39afe17debfcd1a5 [diff] |
Revert^2 "Update naming of platforms subdir" This reverts commit 6137ffa5de241869df2805a6b870345d98dec8b1. Reason for revert: Roll-forward with fix for codename SDKs (PS2) Test: m sdk dist in all 3 variants of branches Change-Id: Iffdf650a43aa050d70e01f73d78cf622cb206fc6
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.