Merge "Mark media.bufferpool2 and media.c2 as double-loadable"

This commit is contained in:
Treehugger Robot
2023-06-07 20:39:19 +00:00
committed by Gerrit Code Review
2 changed files with 2 additions and 0 deletions

View File

@@ -24,6 +24,7 @@ package {
aidl_interface {
name: "android.hardware.media.bufferpool2",
vendor_available: true,
double_loadable: true,
srcs: ["android/hardware/media/bufferpool2/*.aidl"],
imports: [
"android.hardware.common-V2",

View File

@@ -12,6 +12,7 @@ package {
aidl_interface {
name: "android.hardware.media.c2",
vendor_available: true,
double_loadable: true,
srcs: ["android/hardware/media/c2/*.aidl"],
include_dirs: [
"frameworks/native/aidl/gui",