commit | dfcbebca82151e1bd50fbf448bb17f94630d0ec6 | [log] [tgz] |
---|---|---|
author | Bassem Khalife <bkhalife@google.com> | Thu Jan 19 03:53:48 2023 +0000 |
committer | Presubmit Automerger Backend <android-build-presubmit-automerger-backend@system.gserviceaccount.com> | Thu Jan 19 03:53:48 2023 +0000 |
tree | 13da0e435109e4592b87fa4b955139904258a01b | |
parent | 70228fd7d92428c702a06feae955f41181323fdd [diff] | |
parent | 34ec5ba13e101aa8987853c02805336b2b2d884c [diff] |
[automerge] Add owners for version_defaults.mk 2p: 34ec5ba13e Original change: https://googleplex-android-review.googlesource.com/c/platform/build/+/21040380 Bug: 219813826 Change-Id: I210799217a0c686ab985f18e3b65f300c5eed438 Merged-In: I038e0c7aea6d1aefe5b847978838952fa653d11b
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.