commit | 4b85f3751cb372533a41eede0b6f084070b28a89 | [log] [tgz] |
---|---|---|
author | Kiyoung Kim <kiyoungkim@google.com> | Mon Aug 12 08:18:33 2024 +0000 |
committer | Kiyoung Kim <kiyoungkim@google.com> | Fri Aug 23 07:46:11 2024 +0000 |
tree | 5562882013aac5ea3a3e0ea00ef99f99f23c4aa2 | |
parent | 0b99b52358a866ffa439073aad63abc7f78f4383 [diff] [blame] |
Define vintf fragment as a module Define vintf fragment as a module, so it can be used from multiple soong-defined modules. Bug: 322089980 Test: aosp_cf_x86_64_phone build succeeded (cherry picked from https://android-review.googlesource.com/q/commit:8c1af351129febcebea9ddc5f8e584a6a6a3bd97) Change-Id: I817efd443e49439e4134fca8bd3fd034bbbcc3cc Merged-In: I817efd443e49439e4134fca8bd3fd034bbbcc3cc
diff --git a/hostapd/Android.bp b/hostapd/Android.bp index 36b9bf1..8fb93db 100644 --- a/hostapd/Android.bp +++ b/hostapd/Android.bp
@@ -333,9 +333,10 @@ } // This manifest can used by a vendor apex module for hostapd as well. -filegroup { +vintf_fragment { name: "android.hardware.wifi.hostapd.xml", - srcs: ["android.hardware.wifi.hostapd.xml"], + src: "android.hardware.wifi.hostapd.xml", + soc_specific: true, } // Generated by building hostapd_cli and printing LOCAL_SRC_FILES