Expose .rc/.xml for CF gralloc apex am: 9c5a81e4f1
Original change: https://android-review.googlesource.com/c/platform/external/minigbm/+/2960348 Change-Id: Iaf3c8fb843e004a894ec2c86707b633cf7af4d07 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
4eceb378d6
2 changed files with 19 additions and 0 deletions
|
|
@ -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,
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue