commit | 6a072a70c71abdc8aa122216141cd9db42b65b57 | [log] [tgz] |
---|---|---|
author | Gopinath Elanchezhian <gelanchezhian@google.com> | Wed Mar 27 14:24:22 2024 -0700 |
committer | Gopinath Elanchezhian <gelanchezhian@google.com> | Wed Mar 27 21:26:29 2024 +0000 |
tree | 3a90fc9466e756a6b158776820f9cab3ad531573 | |
parent | 6c539c0d83c9064f8ec22582c1fff99e0f084677 [diff] |
Add new team android_platform_performance_testing Bug: b/331241555 Test: Local Change-Id: I8967331bb166075a4d03577e3b196ae8b631a413
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.