mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-21 19:55:33 -04:00
universal7885: Import dlopener debugging tool
[Linux4: This is helpful for things like OMX which hide dlopen errors]
This commit is contained in:
parent
dcd42d191d
commit
2e6fa25a3a
3 changed files with 41 additions and 1 deletions
12
universal7885-common/debug-tools/dlopener/Android.bp
Normal file
12
universal7885-common/debug-tools/dlopener/Android.bp
Normal 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,
|
||||
}
|
||||
Loading…
Reference in a new issue