e433acb347
To generate "acpio" and "acpi" images, it needs verify the original input acpi tables. Test: can generate acpio/acpi images Fixes: 111871613 Change-Id: Iadf53df1efc9f8eba3c66d0e1b29af6ecc340d45
23 lines
443 B
Text
23 lines
443 B
Text
cc_library_static {
|
|
name: "libfdt",
|
|
host_supported: true,
|
|
|
|
cflags: [
|
|
"-Werror",
|
|
"-Wno-macro-redefined",
|
|
"-Wno-sign-compare",
|
|
],
|
|
srcs: [
|
|
"fdt.c",
|
|
"fdt_ro.c",
|
|
"fdt_wip.c",
|
|
"fdt_sw.c",
|
|
"fdt_rw.c",
|
|
"fdt_strerror.c",
|
|
"fdt_empty_tree.c",
|
|
"fdt_addresses.c",
|
|
"fdt_overlay.c",
|
|
"acpi.c",
|
|
],
|
|
export_include_dirs: ["."],
|
|
}
|