]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commit - misc/Android.bp
AOSP: mke2fs.microdroid: Allow non-APEX version of libs
authorShikha Panwar <shikhapanwar@google.com>
Fri, 9 Dec 2022 20:01:01 +0000 (20:01 +0000)
committerTheodore Ts'o <tytso@mit.edu>
Wed, 1 Feb 2023 04:43:04 +0000 (23:43 -0500)
commit810f73f2e58d36f60f11bcb80f03d94efa752a31
treefdf5902e24743a1493ad5545120b7114e96062e3
parent1f8c70161734a245dc151e2e8c45d2378d6f8a70
AOSP: mke2fs.microdroid: Allow non-APEX version of libs

Microdroid uses mke2fs to format encryptedstore partition. This happens
in parallel to apex activation by apexd. Hence, sometime, mke2fs would
fail if some linker libraries are not available.

Create a target (mke2fs.microdroid) with bootstrap: true

Bug: 238179332
Test: Build succeeds & atest MicrodroidTests#encryptedStorageAvailable
Change-Id: I1aa493bfc188bb78e21efe98423f4a79215f7d95
From AOSP commit: 54818f635e4249db903dd17fca22ae11b3c0f3a0
misc/Android.bp