commit | b563ae2537161103caaf6efc1e28dfa356e47048 | [log] [tgz] |
---|---|---|
author | Ulyana Trafimovich <skvadrik@google.com> | Mon Nov 01 10:13:51 2021 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Mon Nov 01 10:13:51 2021 +0000 |
tree | b0ff723d653504f0f6b178d86d489bbea286d5fa | |
parent | c24e277d0392c3faa4eedc805bef7744cb0911eb [diff] | |
parent | 75342c19323fea64dbc93fdc5a7def3f81113c83 [diff] |
Merge "Deprecate system server jars defined in Android.mk." am: 75342c1932 Original change: https://android-review.googlesource.com/c/platform/build/+/1869193 Change-Id: Ib90833cd758380bdc7c9357c2ac061efda4ea525
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.