mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-21 11:55:31 -04:00
18 lines
381 B
Text
18 lines
381 B
Text
cc_library_shared {
|
|
name: "libsamsungparts_jni",
|
|
cflags: [
|
|
"-Wall",
|
|
"-Wextra",
|
|
"-Wno-unused-parameter",
|
|
"-Werror",
|
|
],
|
|
srcs: ["*.cpp"],
|
|
header_libs: ["jni_headers"],
|
|
static_libs: ["libc++fs"],
|
|
shared_libs: [
|
|
"libhidlbase",
|
|
"liblog",
|
|
"libutils",
|
|
"vendor.eureka.hardware.parts@1.0",
|
|
],
|
|
}
|