blob: cb11fb36a2e83a3dae4e17f833c5ab6989b67ae3 [file] [log] [blame]
cc_library_shared {
name: "libwifikeystorehal",
cppflags: [
"-Wall",
"-Werror",
"-Wextra",
],
srcs: ["keystore.cpp"],
shared_libs: [
"android.system.wifi.keystore@1.0",
"libbase",
"libbinder",
"libcutils",
"libhidlbase",
"libhidltransport",
"libkeystore_aidl",
"libkeystore_binder",
"liblog",
"libutils",
],
export_include_dirs: ["include"],
}