commit | a84dc6cb63793270f948540483e67771ecc56a08 | [log] [tgz] |
---|---|---|
author | Yurii Zubrytskyi <zyy@google.com> | Mon Apr 04 16:35:14 2022 -0700 |
committer | Yurii Zubrytskyi <zyy@google.com> | Thu Apr 28 15:18:03 2022 -0700 |
tree | 4816d58e9ba158768bb429dfd352be2b367276a3 | |
parent | 0b2eb8f45e65c06b7619cc4b4e59016f5a67d127 [diff] |
platform/build/make - T is now 33 #2 update the api surface after some late fixes Bug: 225745567 Test: Build Change-Id: I5f14776ddb1d042c77ec4ea0fab0e25b4a89a4a1
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.