Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9bb8e0d7 authored by Erick Reyes's avatar Erick Reyes
Browse files

libmeminfo: change dmabuf_dump from soc_specific to product_specific



The vendor partition does not give dmabuf_dump enough permissions to
retrieve shared buffer information for all processes. Move it to product
partition where it can be invoked from platform's dumpstate.

Bug: 63860998

Change-Id: I73957f59943d1e49fcb59abb723aad4eeeaa4172
Signed-off-by: default avatarErick Reyes <erickreyes@google.com>
parent ea57928f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -26,5 +26,5 @@ cc_binary {
    static_libs: [
        "libdmabufinfo",
    ],
    soc_specific: true,
    product_specific: true,
}
 No newline at end of file