summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cros_gralloc/aidl/Android.bp12
-rw-r--r--cros_gralloc/mapper_stablec/Android.bp7
2 files changed, 19 insertions, 0 deletions
diff --git a/cros_gralloc/aidl/Android.bp b/cros_gralloc/aidl/Android.bp
index da8f670..b52f806 100644
--- a/cros_gralloc/aidl/Android.bp
+++ b/cros_gralloc/aidl/Android.bp
@@ -49,3 +49,15 @@ cc_binary {
"Main.cpp",
],
}
+
+filegroup {
+ name: "allocator.minigbm.rc",
+ srcs: ["allocator.rc"]
+}
+
+prebuilt_etc {
+ name: "allocator.minigbm.xml",
+ src: "allocator.xml",
+ sub_dir: "vintf",
+ installable: false,
+}
diff --git a/cros_gralloc/mapper_stablec/Android.bp b/cros_gralloc/mapper_stablec/Android.bp
index b25be17..401c177 100644
--- a/cros_gralloc/mapper_stablec/Android.bp
+++ b/cros_gralloc/mapper_stablec/Android.bp
@@ -42,3 +42,10 @@ cc_library_shared {
],
cpp_std: "c++20",
}
+
+prebuilt_etc {
+ name: "mapper.minigbm.xml",
+ src: "mapper.minigbm.xml",
+ sub_dir: "vintf",
+ installable: false,
+}