Merge 24Q4 (ab/12406339) into aosp-main-future
Bug: 370570306
Merged-In: If459e2d5e31c685b331fbf52273a1f1ea8072b32
Change-Id: I37fedbdff3205f94794d567e2d9d78192639d65c
diff --git a/hostapd/Android.bp b/hostapd/Android.bp
index 8b79dd5..fb414d0 100644
--- a/hostapd/Android.bp
+++ b/hostapd/Android.bp
@@ -355,3 +355,10 @@
"src/utils/wpa_debug.c",
],
}
+
+prebuilt_etc {
+ name: "android.hardware.wifi.hostapd.xml.prebuilt",
+ src: "android.hardware.wifi.hostapd.xml",
+ relative_install_path: "vintf",
+ installable: false,
+}
diff --git a/wpa_supplicant/aidl/Android.bp b/wpa_supplicant/aidl/Android.bp
index a2ce7e8..5976ff9 100644
--- a/wpa_supplicant/aidl/Android.bp
+++ b/wpa_supplicant/aidl/Android.bp
@@ -83,3 +83,10 @@
},
},
}
+
+prebuilt_etc {
+ name: "android.hardware.wifi.supplicant.xml.prebuilt",
+ src: "android.hardware.wifi.supplicant.xml",
+ relative_install_path: "vintf",
+ installable: false,
+}