mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-21 19:55:33 -04:00
universal7885: parts: jni: Link statically against libc++fs
* Shared lib version is not available now
This commit is contained in:
parent
3260efc9d0
commit
88d149ae33
1 changed files with 1 additions and 1 deletions
|
|
@ -8,11 +8,11 @@ cc_library_shared {
|
|||
],
|
||||
srcs: ["*.cpp"],
|
||||
header_libs: ["jni_headers"],
|
||||
static_libs: [ "libc++fs" ],
|
||||
shared_libs: [
|
||||
"libhidlbase",
|
||||
"liblog",
|
||||
"libutils",
|
||||
"libc++fs",
|
||||
"vendor.eureka.hardware.parts@1.0",
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue