blob: c9f92b6be4d62acc7dca91481d2c09c28924eda7 [file] [log] [blame]
subdirs = [
// "applypatch",
"bootloader_message",
// "edify",
// "otafault",
// "otautil",
// "uncrypt",
]
cc_defaults {
name: "recovery_defaults",
cflags: [
"-D_FILE_OFFSET_BITS=64",
// Must be the same as RECOVERY_API_VERSION.
"-DRECOVERY_API_VERSION=3",
"-Wall",
"-Werror",
],
cpp_std: "c++17",
}