Dan Willemsen | e05dc6d | 2016-07-25 17:13:45 -0700 | [diff] [blame] | 1 | cc_library_static { |
2 | name: "libdumpstate.default", | ||||
3 | srcs: ["libdumpstate_default.cpp"], | ||||
Felipe Leme | 1ace199 | 2016-10-29 10:44:12 -0700 | [diff] [blame^] | 4 | // TODO: should use libdumpstateheaders, but if fails with 'undefined' |
5 | static_libs: ["libbase", "libziparchive", "libz"] | ||||
Dan Willemsen | e05dc6d | 2016-07-25 17:13:45 -0700 | [diff] [blame] | 6 | } |