blob: 209b30e130ca3755c55753342ed4e84f0c1e65b4 [file] [log] [blame]
package {
default_applicable_licenses: ["Android-Apache-2.0"],
}
cc_library_static {
name: "libwifikeystorehal",
cppflags: [
"-Wall",
"-Werror",
"-Wextra",
],
srcs: ["keystore.cpp"],
shared_libs: [
"android.system.keystore2-V1-ndk",
"android.security.legacykeystore-ndk",
"android.system.wifi.keystore@1.0",
"libbase",
"libbinder",
"libbinder_ndk",
"libcrypto",
"libcutils",
"libhidlbase",
"liblog",
"libssl",
"libutils",
],
export_include_dirs: ["include"],
cpp_std: "c++17",
}