commit | 10cb9b261ec0241a655a7800ed533ae2d7653a9f | [log] [tgz] |
---|---|---|
author | Gabriel Biren <gbiren@google.com> | Mon Dec 16 11:27:02 2024 -0800 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Mon Dec 16 11:27:02 2024 -0800 |
tree | 6adf40603cc190b8785d5f76b29825b458a7d4b7 | |
parent | e4680bb82eaac1354cad70b11ae5f4e33816c768 [diff] | |
parent | f9a142712f80896a177eea80ba7aecd757ffa212 [diff] |
Merge "Add usd_defaults target to the supplicant build file." into main
diff --git a/wpa_supplicant/Android.bp b/wpa_supplicant/Android.bp index 5361289..4bed89c 100644 --- a/wpa_supplicant/Android.bp +++ b/wpa_supplicant/Android.bp
@@ -1222,6 +1222,18 @@ ], } +cc_defaults { + name: "wpa_supplicant_usd_defaults", + cflags: [ + "-DCONFIG_NAN_USD", + ], + srcs: [ + "nan_usd.c", + "src/ap/nan_usd_ap.c", + "src/common/nan_de.c", + ], +} + cc_binary { name: "wpa_cli", proprietary: true,