commit | c61743ff5b2fe8e28be7d7e5672711ab502cb4e1 | [log] [tgz] |
---|---|---|
author | Cole Faust <colefaust@google.com> | Thu Oct 19 21:45:30 2023 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Thu Oct 19 21:45:30 2023 +0000 |
tree | d2d42989fb4fc7ee99e0a2582ab2ad98ab4b1955 | |
parent | 3f74139c35c8b91dde8e8900eb3703c025560bdc [diff] | |
parent | 3fda65df6074147d745969f4a3f9527e419aa39d [diff] |
Merge "Add PRODUCT_PACKAGES to soong.variables" into main am: 3feef71409 am: 3fda65df60 Original change: https://android-review.googlesource.com/c/platform/build/+/2792192 Change-Id: I31f00e6219fdfa41a63643041107af3cfaa52dcb 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.