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