mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-22 04:05:31 -04:00
10 lines
148 B
Text
10 lines
148 B
Text
cc_binary {
|
|
name: "dlopener",
|
|
compile_multilib: "both",
|
|
multilib: {
|
|
lib32: {
|
|
suffix: "32",
|
|
},
|
|
},
|
|
srcs: ["dlopener.c"],
|
|
}
|