This allows flame to boot TWRP. Still will need to work on super partition for vendor and system access. The plan will be to cherry-pick any updates to android-9.0 through gerrit.twrp.me to this branch as a WIP.
21 lines
377 B
Plaintext
Executable File
21 lines
377 B
Plaintext
Executable File
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",
|
|
}
|