commit | 137807d69ddd777c7230ef43f0448ae48bca1062 | [log] [tgz] |
---|---|---|
author | Kelvin Zhang <zhangkelvin@google.com> | Wed Sep 14 15:02:46 2022 -0700 |
committer | Kelvin Zhang <zhangkelvin@google.com> | Fri Sep 30 09:19:57 2022 -0700 |
tree | cb85bb255b5138d85143f0e0de1930ca3e7612de | |
parent | 9d06081f67eba4484807df562a090e30eb3d177c [diff] |
Support container password for apex signing Some partners need the ability to sign apexes with passwords enabled. Test: th Bug: 206007131 Change-Id: I6abb0775031a4c6bf8aaae679f5c7ad8f4cffe46
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.