commit | d4cfa129e94233a545cebc46aeb25fc50d30c8ea | [log] [tgz] |
---|---|---|
author | Jeongik Cha <jeongik@google.com> | Fri Nov 18 15:09:34 2022 +0900 |
committer | Jeongik Cha <jeongik@google.com> | Fri Nov 18 06:33:52 2022 +0000 |
tree | 87c458dfef46d06afcf6fa420685e0c22d101d06 | |
parent | a1d0b53c0b49562e6f65935c2a1833e4f4fd99fc [diff] [blame] |
Decalre a soong module for hostapd manifest Bug: 202992812 Bug: 259516259 Test: build Change-Id: Ibc2b7a0d66f6c07660dee96a6a3f7976687ce18e
diff --git a/hostapd/Android.bp b/hostapd/Android.bp index d7cc39b..04ef669 100644 --- a/hostapd/Android.bp +++ b/hostapd/Android.bp
@@ -319,3 +319,9 @@ ], } + +// This manifest can used by a vendor apex module for hostapd as well. +filegroup { + name: "android.hardware.wifi.hostapd.xml", + srcs: ["android.hardware.wifi.hostapd.xml"], +}