commit | c8e01b4d1190fb2630b1fb1f75f4e589fae635c8 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com> | Wed Nov 13 17:16:49 2024 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Wed Nov 13 17:16:49 2024 +0000 |
tree | e5a63d5fd4bbb0fe33261429854387e7669ebdf2 | |
parent | fe1a6ed688842d1b8d062c71812b5f375930a413 [diff] | |
parent | a62a9a5e61cd666fe5e763b1cb9da1de485452f9 [diff] |
Merge "In order to give devs better local parity with CI and decouple from CI, migrate config to the repo." into main am: 96c5cf8059 am: a62a9a5e61 Original change: https://android-review.googlesource.com/c/platform/build/+/3341248 Change-Id: Id99850441135de8676eafcf6d6b598038f355b85 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.