summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--apex/Android.bp1
-rw-r--r--apex/manifest_media_c2_software.xml11
2 files changed, 12 insertions, 0 deletions
diff --git a/apex/Android.bp b/apex/Android.bp
index 0a9551d4d3..6673543dab 100644
--- a/apex/Android.bp
+++ b/apex/Android.bp
@@ -99,6 +99,7 @@ apex {
name: "com.android.media.swcodec",
manifest: "manifest_codec.json",
defaults: ["com.android.media.swcodec-defaults"],
+ vintf_fragments: ["manifest_media_c2_software.xml"],
}
apex_key {
diff --git a/apex/manifest_media_c2_software.xml b/apex/manifest_media_c2_software.xml
new file mode 100644
index 0000000000..5196336c15
--- /dev/null
+++ b/apex/manifest_media_c2_software.xml
@@ -0,0 +1,11 @@
+<manifest version="1.0" type="framework">
+ <hal>
+ <name>android.hardware.media.c2</name>
+ <transport>hwbinder</transport>
+ <version>1.0</version>
+ <interface>
+ <name>IComponentStore</name>
+ <instance>software</instance>
+ </interface>
+ </hal>
+</manifest>