commit | 779c960d9e1ebbc753138588da985cd64db9a3cd | [log] [tgz] |
---|---|---|
author | Virajitha Daibala <daibala.virajitha@sony.com> | Wed Dec 20 12:44:38 2023 +0900 |
committer | HÃ¥kan Kvist <hakan.kvist@sony.com> | Mon Jan 08 14:30:00 2024 +0100 |
tree | 521c981d39b413ad848803975bd10ea0c9cf0f1a | |
parent | 88b268f4b222d5d78768ff879cbadad9307d75f3 [diff] |
Remove unnecessary calling of PayloadGenerator PayloadGenerator object is created twice, introduced in: 1f93ce20c5a5f3e7c2f6b5e1f9fdc4d2572220cc Remove this extra call. Test: atest --host releasetools_test Change-Id: I7701542f7f53c9295a44fc23f634d863ab4cfc52
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.