platform_bootable_recovery/uncrypt
Tom Cherry 72a114a3e1 Add android::fs_mgr namespace for new Fstab code
Also add libfstab dependencies where needed.  Previously the
`typedef struct FstabEntry Volume;` line served to both define a
`struct FstabEntry` as well as alias Volume to it.  With the new
namespace for android::fs_mgr::FstabEntry, `struct FstabEntry` isn't
compatible anymore, so we need to alias Volume to the real
android::fs_mgr::FstabEntry.

In doing so, we need to include <fstab/fstab.h> and this requires
libfstab as a library, which a few modules did not have before.

Test: treehugger
Change-Id: I655209a0efb304b3e0568db0748bd5cf7cecbdb7
2019-01-31 09:00:40 -08:00
..
Android.bp uncrypt: Depend on commonly used shared libs. 2018-08-22 17:59:21 -07:00
uncrypt.cpp Add android::fs_mgr namespace for new Fstab code 2019-01-31 09:00:40 -08:00
uncrypt.rc uncrypt: Communicate via /dev/socket/uncrypt. 2016-03-02 23:23:32 -08:00