commit | 6e6c22c70e48e9d4fe830fe0c5b9c47618bd116a | [log] [tgz] |
---|---|---|
author | Melisa Carranza Zúñiga <melisacz@google.com> | Tue Mar 22 18:46:25 2022 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Tue Mar 22 18:46:25 2022 +0000 |
tree | f2f36f612fb760288a70e6b96a192ba49891cc58 | |
parent | c08b6b76e39232034ce3f8a46047e4ee9419c230 [diff] | |
parent | a2db49becd9cefc6d14c8a77370e8450e8beedf9 [diff] |
Merge "Adding sepolicy sign params to sign_target_files_apks." am: fb042449e0 am: bd8c313275 am: a2db49becd Original change: https://android-review.googlesource.com/c/platform/build/+/2028269 Change-Id: Id27f7043ca2122cf43adf59e48843ffe5a445359
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.