summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2024-02-28 21:04:49 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2024-02-28 21:04:49 +0000
commit0a6df324ba83f6c35e499df0d9f2d06a0e38fbeb (patch)
tree3b27a9db688e216e18e873a62666df6af2ddedde
parentbdf524881063f21f2c2406d8b027e684960a3774 (diff)
parent9c5a81e4f14df163388624b1852d094da65d85a8 (diff)
downloadminigbm-simpleperf-release.tar.gz
Snap for 11510257 from 9c5a81e4f14df163388624b1852d094da65d85a8 to simpleperf-releasesimpleperf-release
Change-Id: Id4da120c5ae59310a0f877f1a8dd479f3f1f55f6
-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,
+}