commit | d22401b36aca0ee1ab05b70795b395c8c93b9c70 | [log] [tgz] |
---|---|---|
author | satayev <satayev@google.com> | Thu May 06 12:24:59 2021 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Thu May 06 12:24:59 2021 +0000 |
tree | 0cf867d554023ea4c0753cedfeee56adf689397b | |
parent | 25814d5ee06715bf1f615f63522d70150c7a8c28 [diff] | |
parent | 0da313110d689a988e0999ab3ce1c3eab940f0d1 [diff] |
Merge "Add 'platform:' prefix to unqualified system server jars." am: 9eb1435745 am: 0e7db454da am: 0da313110d Original change: https://android-review.googlesource.com/c/platform/build/+/1695660 Change-Id: If4dbc8b1097f45e662f009c6c901391e428b8df0
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.