commit | 5dcbe701cfc917b87c472decb52a0a85971a76a1 | [log] [tgz] |
---|---|---|
author | dianlujitao <dianlujitao@lineageos.org> | Tue Sep 10 15:42:56 2019 +0800 |
committer | dianlujitao <dianlujitao@lineageos.org> | Tue Sep 10 16:17:47 2019 +0800 |
tree | 502e4422f61fa587ade0da4f11e9b97bf71cd491 | |
parent | 5242dc18bfd13164dcbb02280153d72af9508168 [diff] |
fs_config: Fix generation for devices without vendor partition If the "--all-partitions" argument is empty, the system fs_config should be generated with all partitions emitted. Fixes: 8453f02c (fs_config: Fix cases without vendor/oem partition) Change-Id: I058cfd1c8e665b40757998e773c35e26465bf58a Signed-off-by: dianlujitao <dianlujitao@lineageos.org>
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.