universal7885: Import dlopener debugging tool

[Linux4: This is helpful for things like OMX which hide dlopen errors]
This commit is contained in:
A2L5E0X1 2022-01-10 17:35:05 +01:00 committed by roynatech2544
commit 2e6fa25a3a
3 changed files with 41 additions and 1 deletions

View file

@ -0,0 +1,12 @@
cc_binary {
name: "dlopener",
srcs: ["dlopener.c"],
vendor_available: true,
}
cc_binary {
name: "dlopener32",
srcs: ["dlopener.c"],
compile_multilib: "32",
vendor_available: true,
}