commit | dd97cd639f892b5de650a1fb2a30de0f46016e46 | [log] [tgz] |
---|---|---|
author | Michael Bestas <mkbestas@lineageos.org> | Tue Dec 20 22:42:00 2022 +0200 |
committer | Michael Bestas <mkbestas@lineageos.org> | Tue Dec 27 20:08:11 2022 +0200 |
tree | 81120590b8b2eea2a0fa9ad7f6fb2f1682d783eb | |
parent | 627731538e0701b8b1a983944c6ea52cccf86e66 [diff] |
Add e2fsck/resize2fs/tune2fs to recovery/vendor_ramdisk Fixes: [ERROR]: recovery: [libfs_mgr]Unable to enable ext4 verity on /dev/block/by-name/metadata because /system/bin/tune2fs is missing in recovery. Test: e2fsck/resize2fs/tune2fs are present in ramdisks. Change-Id: I83223f48e4df8b89ff9b27b0912174360c053617
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.