platform_bootable_recovery/bootloader_message
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
..
include/bootloader_message Add update_channel field to bootloader_message_ab. 2018-01-22 15:03:53 -08:00
Android.bp bootloader_message: Build libbootloader_message as shared lib. 2018-07-25 13:42:33 -07:00
bootloader_message.cpp Add android::fs_mgr namespace for new Fstab code 2019-01-31 09:00:40 -08:00