commit | 92f7d0cb2aedfe0aff5574d7b93ed5fcb96fdedc | [log] [tgz] |
---|---|---|
author | Kiyoung Kim <kiyoungkim@google.com> | Mon Aug 12 12:53:08 2024 +0900 |
committer | Kiyoung Kim <kiyoungkim@google.com> | Fri Aug 23 04:32:48 2024 +0000 |
tree | 1feb16eb5e0f22a0db3da007694604e86f8f00e5 | |
parent | 780b2f17b5f90e91890b16c925f488d33c6ebaf6 [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 Change-Id: I817efd443e49439e4134fca8bd3fd034bbbcc3cc Merged-In: I817efd443e49439e4134fca8bd3fd034bbbcc3cc
diff --git a/wpa_supplicant/aidl/Android.bp b/wpa_supplicant/aidl/Android.bp index 481ad0b..6f26525 100644 --- a/wpa_supplicant/aidl/Android.bp +++ b/wpa_supplicant/aidl/Android.bp
@@ -56,7 +56,8 @@ ], } -filegroup { +vintf_fragment { name: "android.hardware.wifi.supplicant.xml", - srcs: ["android.hardware.wifi.supplicant.xml"], + src: "android.hardware.wifi.supplicant.xml", + soc_specific: true, }