blob: 592654564c909d487fa1a1dbef7914f942ac7074 [file] [log] [blame]
Adam Shih26289222022-09-23 10:54:11 +08001package {
2 default_applicable_licenses: ["Android-Apache-2.0"],
3}
4
Randall Huanga5949cd2023-07-13 17:25:08 +08005cc_binary {
6 name: "dump_storage",
7 srcs: ["dump_storage.cpp"],
8 cflags: [
9 "-Wall",
10 "-Wextra",
11 "-Werror",
12 ],
13 shared_libs: [
14 "libbase",
15 "libdump",
16 "liblog",
17 ],
Adam Shih26289222022-09-23 10:54:11 +080018 vendor: true,
Randall Huanga5949cd2023-07-13 17:25:08 +080019 relative_install_path: "dump",
Adam Shih26289222022-09-23 10:54:11 +080020}