commit | 6137ffa5de241869df2805a6b870345d98dec8b1 | [log] [tgz] |
---|---|---|
author | Alan Viverette <alanv@google.com> | Wed Oct 26 14:35:54 2022 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Wed Oct 26 14:35:54 2022 +0000 |
tree | 3cfd0b2726f49ab2df420ec595802601f28d92b6 | |
parent | 8b222091843e82104d217e6c2a27a6df961fd4fb [diff] |
Revert "Update naming of platforms subdir" This reverts commit 8b222091843e82104d217e6c2a27a6df961fd4fb. Reason for revert: Doesn't match install path for pre-release SDKs Change-Id: Ic1ce28e57692d27d08d33dee5b7403bf1bf1b655
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.