commit | e2b7599437a4c6d21738b6364d3727c260c9766a | [log] [tgz] |
---|---|---|
author | Kelvin Zhang <zhangkelvin@google.com> | Fri Sep 13 09:49:17 2024 -0700 |
committer | Kelvin Zhang <zhangkelvin@google.com> | Fri Sep 13 16:53:33 2024 +0000 |
tree | af8153555d12d7cb5c2ae3a83e971bf955aebd02 | |
parent | 71565fb07014bc8d1b57974798245aa3cb71ad32 [diff] |
Fix error in payload_signer_args passing payload_signer_args is a list returned from shlex.split, need to unparse it before passing to shell CLI Test: th Bug: 354019928 Change-Id: I4d308557b5bb808bf34c9d4514408c21176c81f6
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.