commit | ce867a65b53f3082e3aa4f39e5b280aca8f2b4d7 | [log] [tgz] |
---|---|---|
author | Po Hu <po.hu@mediatek.com> | Mon Nov 27 14:16:44 2023 +0800 |
committer | Po Hu <po.hu@mediatek.com> | Wed Nov 29 08:54:44 2023 +0800 |
tree | 169fbcddec4773bd53763d18594e9a3ce566af4f | |
parent | 53084d3f9177a5f07eb7446a56759ae18497b575 [diff] |
Remove APEX from merged target-files package It was a temp folder created for check_target_files_vintf.py. But now it is wrongly archived by create_target_files_archive in merge_target_files.py. And then such package will cause CheckVintf exception in ota_from_target_files.py because the APEX folder is created again but already exists. So use MakeTempDir to make it removed after check finished. Test: merge_target_files & ota_from_target_files Change-Id: Iab54afff2c346a582d5ee5228103fe091e016cd0
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.