summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Fennema <fennema@google.com>2023-11-14 21:49:17 -0800
committerAndrew Evans <andrewevans@google.com>2023-11-21 02:17:54 +0000
commitde79c037eda3811ccb7c9c067300768f139999e3 (patch)
treeebd450df8407ac7e96190633ea1631889b814d52
parent1ecbfd87f303c2e19e69bf12f979378b394c56e9 (diff)
downloadwlan-de79c037eda3811ccb7c9c067300768f139999e3.tar.gz
Android.bp: Point wcn3990 to hardware/qcom/sw5100/wlan
Test: hardware/qcom/wlan/legacy not built when board_wlan_chip set to wcn3990 Bug: 311106895 Change-Id: I308e44fd20ab42f76a8bbcb3e872bfd0074c3aaa Signed-off-by: Ben Fennema <fennema@google.com>
-rw-r--r--Android.bp10
1 files changed, 10 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 882c1a6..f88ca34 100644
--- a/Android.bp
+++ b/Android.bp
@@ -48,6 +48,7 @@ soong_config_string_variable {
name: "board_wlan_chip",
values: [
"wcn6740",
+ "wcn3990",
],
}
@@ -64,6 +65,15 @@ wifihal_qcom_defaults {
"libcrypto",
],
},
+ wcn3990: {
+ whole_static_libs: [
+ "//hardware/qcom/sw5100/wlan:libwifi-hal-qcom",
+ ],
+ shared_libs: [
+ "//hardware/qcom/sw5100/wlan:libcld80211",
+ "libcrypto",
+ ],
+ },
conditions_default: {
whole_static_libs: [
"//hardware/qcom/wlan/legacy:libwifi-hal-qcom",