blob: c9f92b6be4d62acc7dca91481d2c09c28924eda7 [file] [log] [blame]
Steven Morelandf3ae55a2017-05-09 15:49:36 -07001subdirs = [
Ethan Yonker58f21322018-08-24 11:17:36 -05002// "applypatch",
Tom Cherry600e8062017-05-12 17:08:20 -07003 "bootloader_message",
Ethan Yonker58f21322018-08-24 11:17:36 -05004// "edify",
5// "otafault",
Ethan Yonkerecbd3e82017-12-14 14:43:59 -06006// "otautil",
Ethan Yonker58f21322018-08-24 11:17:36 -05007// "uncrypt",
Steven Morelandf3ae55a2017-05-09 15:49:36 -07008]
Tao Baod2f2ad62018-03-23 23:24:25 -07009
10cc_defaults {
11 name: "recovery_defaults",
Tao Baod2f2ad62018-03-23 23:24:25 -070012 cflags: [
Tao Bao818f9382018-08-06 15:52:24 -070013 "-D_FILE_OFFSET_BITS=64",
Tao Bao818f9382018-08-06 15:52:24 -070014 // Must be the same as RECOVERY_API_VERSION.
15 "-DRECOVERY_API_VERSION=3",
Tao Baod2f2ad62018-03-23 23:24:25 -070016 "-Wall",
17 "-Werror",
18 ],
bigbiffd58ba182020-03-23 10:02:29 -040019 cpp_std: "c++17",
Tao Baod2f2ad62018-03-23 23:24:25 -070020}