Merge "gralloc: Set min_sdk_version"

This commit is contained in:
Treehugger Robot 2020-05-04 14:17:22 +00:00 committed by Gerrit Code Review
commit 2a2e9e0a34

View file

@ -26,4 +26,5 @@ cc_library {
export_include_dirs: ["include"],
shared_libs: ["android.hardware.graphics.allocator@2.0"],
header_libs: ["libhardware_headers"],
min_sdk_version: "29",
}