mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-23 04:25:33 -04:00
universal7885: dlopener: Unify Android.bp entry
This commit is contained in:
parent
3a89b4dec4
commit
5f6bde3d2b
1 changed files with 6 additions and 8 deletions
|
|
@ -1,12 +1,10 @@
|
||||||
cc_binary {
|
cc_binary {
|
||||||
name: "dlopener",
|
name: "dlopener",
|
||||||
|
compile_multilib: "both",
|
||||||
|
multilib: {
|
||||||
|
lib32: {
|
||||||
|
suffix: "32",
|
||||||
|
},
|
||||||
|
},
|
||||||
srcs: ["dlopener.c"],
|
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