commit | 16b6155cefbb356ac385ee214ea0514b68c94294 | [log] [tgz] |
---|---|---|
author | Kshitij Gupta <kshitijgm@gmail.com> | Sun Sep 20 18:54:54 2020 +0000 |
committer | SamarV-121 <samar@samarv121.dev> | Tue Feb 27 23:01:53 2024 +0530 |
tree | 1e685338d343109fe8b4192fe7e2abb431c1a1b0 | |
parent | 53b299ac5043304bf6f0d71eecc58d59e3b50699 [diff] |
sign_target_files_apks: Fix avbtool usage - misc_info may not contain avb_avbtool on older devices which causes Apex signing to fail - Check before using and try to execute it directly if absent in misc_info Change-Id: I53b1deca8d1d2e827c36ba2d3f72e461e5a0fb21
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.