2021-06-27 16:53:45 -04:00
|
|
|
cc_library_shared {
|
|
|
|
name: "liboffloadhal",
|
|
|
|
srcs: [
|
|
|
|
"src/CtUpdateAmbassador.cpp",
|
|
|
|
"src/HAL.cpp",
|
|
|
|
"src/IpaEventRelay.cpp",
|
|
|
|
"src/LocalLogBuffer.cpp",
|
|
|
|
"src/OffloadStatistics.cpp",
|
|
|
|
"src/PrefixParser.cpp",
|
|
|
|
],
|
|
|
|
|
|
|
|
shared_libs: [
|
|
|
|
"libhidlbase",
|
|
|
|
"liblog",
|
2021-11-12 09:08:28 -05:00
|
|
|
"libcutils",
|
2021-06-27 16:53:45 -04:00
|
|
|
"libdl",
|
|
|
|
"libbase",
|
|
|
|
"libutils",
|
|
|
|
"libhardware_legacy",
|
|
|
|
"libhardware",
|
|
|
|
"android.hardware.tetheroffload.config@1.0",
|
|
|
|
"android.hardware.tetheroffload.control@1.0",
|
|
|
|
],
|
|
|
|
export_include_dirs: ["inc"],
|
|
|
|
vendor: true,
|
|
|
|
}
|