mirror of
https://github.com/Evolution-X-Devices/device_xiaomi_rosemary
synced 2026-01-27 18:07:31 +00:00
8 lines
130 B
Plaintext
8 lines
130 B
Plaintext
|
|
cc_library_shared {
|
||
|
|
name: "libshim_showlogo",
|
||
|
|
srcs: ["libshim_showlogo.cpp"],
|
||
|
|
shared_libs: [
|
||
|
|
"libui",
|
||
|
|
]
|
||
|
|
}
|