commit | 2ee5168b8469134a28c7cfda17c79a1592429397 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Tue Nov 02 03:02:00 2021 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Tue Nov 02 03:02:00 2021 +0000 |
tree | 71c7d6111c9f7ff971e3340fccd1353843636b3f | |
parent | 6e10fa5871257c66d77a8c49e8b28889b3cfc980 [diff] | |
parent | cc893addc5c44c4859548284d71524a66df34365 [diff] |
Merge "Add share_libs and system_share_libs to module-info" am: dcb0e44c46 am: 943fd2fa7f am: 90c0ddac24 am: cc893addc5 Original change: https://android-review.googlesource.com/c/platform/build/+/1855994 Change-Id: If70ace8f20009b06a8edf7f93855b222096e50f6
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.