commit | fe1a6ed688842d1b8d062c71812b5f375930a413 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com> | Wed Nov 13 10:26:19 2024 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Wed Nov 13 10:26:19 2024 +0000 |
tree | e1618e231b4546335398223c9258ee28829e8e0f | |
parent | 3dee9ec79fc89dd81e4f2498c60a4b2e8103708e [diff] | |
parent | c9c7739656918f2a46df8aeb936efdd38f20cc46 [diff] |
Merge "Remove non-existent Wear OS Trendy teams." into main am: 2fbf399575 am: c9c7739656 Original change: https://android-review.googlesource.com/c/platform/build/+/3254155 Change-Id: I5d49f91e5c72a289662f6956969fff8c1000fa8c Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
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.