* cannot locate symbol "_ZN7android7String87toUpperEv" referenced by
"/vendor/lib64/libcam.halsensor.so"....
9434f59c17
Signed-off-by: bengris32 <bengris32@protonmail.ch>
Change-Id: I7ac4e2362a9cca76009785d994d2aa6d103182f1
16 lines
267 B
Plaintext
16 lines
267 B
Plaintext
//
|
|
// Copyright (C) 2022 The LineageOS Project
|
|
//
|
|
// SPDX-License-Identifier: Apache-2.0
|
|
//
|
|
|
|
cc_library_shared {
|
|
name: "libshim_utils",
|
|
srcs: ["libshim_utils.cpp"],
|
|
vendor: true,
|
|
compile_multilib: "64",
|
|
shared_libs: [
|
|
"libutils",
|
|
],
|
|
}
|