package { | |
default_applicable_licenses: ["Android-Apache-2.0"], | |
} | |
cc_library_static { | |
name: "lib_driver_cmd_simulated_cf_bp", | |
srcs: ["driver_cmd_nl80211.c"], | |
cflags: ["-DCONFIG_ANDROID_LOG"], | |
header_libs: [ | |
"wpa_supplicant_headers", | |
], | |
shared_libs: [ | |
"libc", | |
"libcutils", | |
"libnl", | |
], | |
soc_specific: true, | |
} |