Skip to content

Commit a34afb4

Browse files
committed
Add pre-built for satellite feature XML
Bug: 351819362 The satellite feature XML is shared by all OEMs producing a device with the satellite feature being returned as a system feature from the package manager. Currently it can only be included by the deprecated practice of adding to PRODUCT_COPY_FILES, however. This change adds a prebuilt_etc declaration for it so it can be included by adding to PRODUCT_PACKAGES instead. Test: add android.hardware.telephony.satellite.prebuilt.xml to PRODUCT_PACKAGES and build Flag: EXEMPT refactor Change-Id: I39d001dba6c5e0121fa269339e00102a2e247539
1 parent 5058af6 commit a34afb4

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

data/etc/Android.bp

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -304,6 +304,12 @@ prebuilt_etc {
304304
defaults: ["frameworks_native_data_etc_defaults"],
305305
}
306306

307+
prebuilt_etc {
308+
name: "android.hardware.telephony.satellite.prebuilt.xml",
309+
src: "android.hardware.telephony.satellite.xml",
310+
defaults: ["frameworks_native_data_etc_defaults"],
311+
}
312+
307313
prebuilt_etc {
308314
name: "android.hardware.telephony.ims.singlereg.prebuilt.xml",
309315
src: "android.hardware.telephony.ims.singlereg.xml",

0 commit comments

Comments
 (0)