commit | c69c43dfa39de36271ef4cacf918398ab4fc850e | [log] [tgz] |
---|---|---|
author | Gabriel Biren <gbiren@google.com> | Fri May 24 16:58:00 2024 +0000 |
committer | Gabriel Biren <gbiren@google.com> | Fri May 24 16:58:00 2024 +0000 |
tree | 434d569a17a7079b59a78be8df2e2ecd2784b3c3 | |
parent | e07dedb6a621de96708b12ed7e255d1cfc3c2cb3 [diff] [blame] |
Add missing source file to the wpa_cli_srcs filegroup. Bug: 311342389 Test: m Change-Id: If1eb465c4948baed2aa832ca9cf8a8f41d1eb99c
diff --git a/wpa_supplicant/Android.bp b/wpa_supplicant/Android.bp index 7fd11b5..e6ba165 100644 --- a/wpa_supplicant/Android.bp +++ b/wpa_supplicant/Android.bp
@@ -455,6 +455,7 @@ name: "wpa_cli_srcs", srcs: [ "src/common/cli.c", + "src/common/wpa_ctrl.c", "src/utils/common.c", "src/utils/edit.c", "src/utils/eloop.c",