commit | 10cf88389572dfa48b40bbe0b674df5757e41917 | [log] [tgz] |
---|---|---|
author | Yan Yan <evitayan@google.com> | Wed Nov 06 18:50:20 2024 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Wed Nov 06 18:50:20 2024 +0000 |
tree | 867c8955f55c960aa1aca2a7213c848af1fc048b | |
parent | d08cb2968223f2d5640164d210b42cc912255893 [diff] | |
parent | e44365eec2e8c3a31499814b79aeda372e586328 [diff] |
Merge "Add framework-connectivity-b to the boot classpath" into main am: e44365eec2 Original change: https://android-review.googlesource.com/c/platform/build/+/3283277 Change-Id: I1318556e0f283d34dbcbd9d5f2b5177f9a95d8e0 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.