Add prebuilt_etc for consumerir feature xml
Bug: 300011390
Test: ConsumerIrTest VtsHalIrTargetTest hal_implementation_test
Test: pm list features | grep consumerir
Change-Id: Iff2d407b7d7b00c8bb1609762f0178227b6d12ad
diff --git a/data/etc/Android.bp b/data/etc/Android.bp
index ca2cc2a..249fe80 100644
--- a/data/etc/Android.bp
+++ b/data/etc/Android.bp
@@ -83,6 +83,12 @@
}
prebuilt_etc {
+ name: "android.hardware.consumerir.prebuilt.xml",
+ src: "android.hardware.consumerir.xml",
+ defaults: ["frameworks_native_data_etc_defaults"],
+}
+
+prebuilt_etc {
name: "android.hardware.ethernet.prebuilt.xml",
src: "android.hardware.ethernet.xml",
defaults: ["frameworks_native_data_etc_defaults"],