commit | b9fdf2dc08574e9eade81b7478e103e8545ca4a6 | [log] [tgz] |
---|---|---|
author | Kelvin Zhang <zhangkelvin@google.com> | Fri Aug 12 14:07:31 2022 -0700 |
committer | Kelvin Zhang <zhangkelvin@google.com> | Fri Aug 12 14:07:31 2022 -0700 |
tree | cc2d67562e8c233aad58b33ae04a5845463d368b | |
parent | 7cf297a7ed4b2c076b90786ae2185f81b6c59395 [diff] |
Fix a bug in unsigned OTA generation Caller expects output_file to contain the final OTA, so we must copy data into that location. Modifying loca variables isn't enough. Test: make ota with --no_signing Change-Id: Id4aaefbc53b4250b7308701493d151f9408f47f1
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.