commit | 2a7aaa69ae1fb1696aa5454459026ac5745fb470 | [log] [tgz] |
---|---|---|
author | Xindong Xu <xindong.xu@amlogic.com> | Fri Mar 13 15:59:22 2020 +0800 |
committer | Robin Lee <rgl@google.com> | Fri Mar 13 14:25:35 2020 +0100 |
tree | 3ef0c29010d3e73ef8fb66b54a4732d9a049a436 | |
parent | 1ee63b0b05b7f8b3f693f80c9d86e7754a1f02ec [diff] |
ota_tool: fix incremental ota error Problem: Logical partitions do not update right since commit f67dd8059d7b746e7dc61812827d7b6a50dc4ac9 Generate block based OTA for product partitions due to the wrong order of parameters. This is logged in /tmp/recovery.log: skipping 0 blocks already patched to 202 Bug: 149794632 Change-Id: I92f7a8a226a8a96b892254362d362c515bfb6dc6
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.