commit | 92420db7dd9e78afa1241080824b8ed5c6b04140 | [log] [tgz] |
---|---|---|
author | Donghoon Yu <hoony.yu@samsung.com> | Thu Nov 21 14:20:17 2019 +0900 |
committer | Robert Chou <robertchou@google.com> | Thu Nov 21 06:15:02 2019 +0000 |
tree | f7dd626e65fb10ea9013134a607cc6afb18b328a | |
parent | cedced8471ac5c178db3ad7fbf81403902e2b957 [diff] |
releasetools: fix avbtool arguments. The following error occurred when building dist. Separate these arguments error log: avbtool: error: unrecognized arguments: --partition_name vendor_boot Bug: 144820089 Change-Id: I3891ef3bd9a2f7d2cd1377228b9894b599dc1cc3 Signed-off-by: Donghoon Yu <hoony.yu@samsung.com>
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.