Merge "gui/math/gralloc: Set min_sdk_version" into rvc-dev

This commit is contained in:
TreeHugger Robot 2020-05-19 00:02:04 +00:00 committed by Android (Google) Code Review
commit efde450428
3 changed files with 18 additions and 0 deletions

View file

@ -27,6 +27,11 @@ cc_library {
enabled: true,
support_system_process: true,
},
apex_available: [
"//apex_available:platform",
"com.android.media.swcodec",
],
min_sdk_version: "29",
srcs: [
"Gralloc4.cpp"

View file

@ -130,6 +130,11 @@ cc_library_shared {
cc_library_static {
name: "libgui_bufferqueue_static",
vendor_available: true,
apex_available: [
"//apex_available:platform",
"com.android.media.swcodec",
],
min_sdk_version: "29",
cflags: [
"-DNO_BUFFERHUB",

View file

@ -16,6 +16,14 @@ cc_library_static {
name: "libmath",
host_supported: true,
vendor_available: true,
apex_available: [
"//apex_available:platform",
"com.android.media",
"com.android.media.swcodec",
"com.android.neuralnetworks",
],
min_sdk_version: "29",
export_include_dirs: ["include"],
}