Merge "libmeminfo: change dmabuf_dump from soc_specific to product_specific"

This commit is contained in:
Treehugger Robot 2019-02-13 22:39:49 +00:00 committed by Gerrit Code Review
commit ac4c2d8947

View file

@ -26,5 +26,5 @@ cc_binary {
static_libs: [
"libdmabufinfo",
],
soc_specific: true,
product_specific: true,
}