Merge "gui/math: Set min_sdk_version"
This commit is contained in:
commit
ef685e33a0
2 changed files with 13 additions and 0 deletions
|
@ -107,6 +107,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",
|
||||
|
|
|
@ -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"],
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue