commit | af5af882cfc8dc98ba5de8b9907893fb18eb1165 | [log] [tgz] |
---|---|---|
author | Jesse Chan <jc@lineageos.org> | Tue Jul 07 23:50:10 2020 +0800 |
committer | Jackeagle <jackeagle102@gmail.com> | Sat Dec 12 07:24:14 2020 +0100 |
tree | dcfda125bac44343c4d58a867fb95570e511cd66 | |
parent | d44fa5a3102b2a2e459a4eea5685d31d0528721c [diff] |
backuptool: do not unmap dynamic partition after finished Keep partitions mapped so users can install addons. Change-Id: Ic70621986bf136775e686dc8cc690ce076485907 Signed-off-by: Jesse Chan <jc@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.