commit | d98c43c8dda1a56408ae7782f8306872cd24f38a | [log] [tgz] |
---|---|---|
author | Alex Buynytskyy <alexbuy@google.com> | Tue Apr 11 16:47:35 2023 +0000 |
committer | Alex Buynytskyy <alexbuy@google.com> | Tue Apr 11 16:51:03 2023 +0000 |
tree | 7a3541e231e2dd0991be698c5dc410d473e7c093 | |
parent | 52fdcf54573510c869b0fdf2b994b6ff3f337b83 [diff] |
Script updates. - add a mode to disable finalization steps if they were already merged, - add the extension version into commit message. Bug: 243966946 Test: local run Change-Id: I51505e5d5715b56f3b385d714e1aabaae06f58ed
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.