mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-22 04:05:31 -04:00
* Also, track our fork of OneUI theme lib
* Implement read from sysfs interface which can fix channel searching on some cases
* Commit link: fead45ba0e
Change-Id: I81532b7f8169637fdcad0f678790a2b1f1888ecc
Signed-off-by: roynatech2544 <whiteshell2544@naver.com>
17 lines
392 B
Text
17 lines
392 B
Text
cc_library_shared {
|
|
name: "libfmioctl_jni",
|
|
cflags: [
|
|
"-Wno-unused-parameter",
|
|
],
|
|
srcs: ["fm_ioctl.cpp"],
|
|
shared_libs: [
|
|
"libhidlbase",
|
|
"liblog",
|
|
"libutils",
|
|
"vendor.eureka.hardware.fmradio@1.0",
|
|
"vendor.eureka.hardware.fmradio@1.1",
|
|
"vendor.eureka.hardware.fmradio@1.2",
|
|
],
|
|
header_libs: ["jni_headers"],
|
|
}
|
|
|