Merge "Creates an Android.bp prebuilt for the wifi passpoint feature XML." am: e484306d1b am: 55d5fa86da am: f22752ff1b am: 98867eccea am: 9b7a1cb56d

Original change: https://android-review.googlesource.com/c/platform/frameworks/native/+/1850659

Change-Id: I0621df040ea7d6eef9ceac5e8051ebbe9ef73ec7
diff --git a/data/etc/Android.bp b/data/etc/Android.bp
index 235990a..5fe4ea1 100644
--- a/data/etc/Android.bp
+++ b/data/etc/Android.bp
@@ -185,6 +185,12 @@
 }
 
 prebuilt_etc {
+    name: "android.hardware.wifi.passpoint.prebuilt.xml",
+    src: "android.hardware.wifi.passpoint.xml",
+    defaults: ["frameworks_native_data_etc_defaults"],
+}
+
+prebuilt_etc {
     name: "android.software.device_id_attestation.prebuilt.xml",
     src: "android.software.device_id_attestation.xml",
     defaults: ["frameworks_native_data_etc_defaults"],