mirror of
https://github.com/Evolution-X-Devices/device_xiaomi_rosemary
synced 2026-01-27 18:07:31 +00:00
rosemary: Shim missing libshowlogo symbols
Change-Id: I72dbe1012455a410ad01ceeb0cb9db53ac8f69f5
This commit is contained in:
committed by
Matsvei Niaverau
parent
6ea74b4999
commit
cb797b3eb4
@@ -28,3 +28,12 @@ cc_library_shared {
|
||||
],
|
||||
include_dirs: [ "system/keymaster/include" ],
|
||||
}
|
||||
|
||||
cc_library_shared {
|
||||
name: "libshim_showlogo",
|
||||
srcs: ["libshim_showlogo.cpp"],
|
||||
shared_libs: [
|
||||
"libgui",
|
||||
"libutils",
|
||||
],
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user