summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Macnak <natsu@google.com>2022-03-17 17:38:04 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2022-03-17 17:38:04 +0000
commitf2ba89183ac01f1b17f3c22bba00feb9ace0eda4 (patch)
treef43a201836c953c124dba31a0add3bf330fc128c
parent298712b5a4b2b46d9e6d03b6da4df5560e41d50a (diff)
parent3b5bd44f32e7325f2e4ae47b24969544ed009cf6 (diff)
downloadminigbm-f2ba89183ac01f1b17f3c22bba00feb9ace0eda4.tar.gz
gralloc: Add libminigbm_gralloc4_utils am: 3b5bd44f32
Original change: https://googleplex-android-review.googlesource.com/c/platform/external/minigbm/+/17225547 Change-Id: I2d644fed48e7da341d7b0e37ebdb907ae7e7297a
-rw-r--r--cros_gralloc/gralloc4/Android.bp15
1 files changed, 15 insertions, 0 deletions
diff --git a/cros_gralloc/gralloc4/Android.bp b/cros_gralloc/gralloc4/Android.bp
index b779704..fb6aca9 100644
--- a/cros_gralloc/gralloc4/Android.bp
+++ b/cros_gralloc/gralloc4/Android.bp
@@ -40,6 +40,21 @@ filegroup {
],
}
+cc_library {
+ name: "libminigbm_gralloc4_utils",
+ defaults: ["minigbm_cros_gralloc_defaults"],
+ vendor: true,
+ srcs: [
+ "CrosGralloc4Utils.cc",
+ ],
+ shared_libs: [
+ "android.hardware.graphics.mapper@4.0",
+ "libgralloctypes",
+ "libhidlbase",
+ "libminigbm_gralloc",
+ ],
+}
+
cc_defaults {
name: "minigbm_gralloc4_common_defaults",
defaults: ["minigbm_cros_gralloc_defaults"],