3d1c2f61f0
Test: Build media_plugin_headers Bug: 151789258 Change-Id: I46553563666e81393a0237224cc19b3694123322
28 lines
651 B
Text
28 lines
651 B
Text
cc_library_headers {
|
|
name: "media_plugin_headers",
|
|
vendor_available: true,
|
|
export_include_dirs: [
|
|
"media_plugin",
|
|
"media_plugin/media/openmax",
|
|
],
|
|
header_libs: [
|
|
"libstagefright_headers",
|
|
"libcutils_headers",
|
|
"libutils_headers",
|
|
"libstagefright_foundation_headers",
|
|
],
|
|
export_header_lib_headers: [
|
|
"libstagefright_headers",
|
|
"libcutils_headers",
|
|
"libutils_headers",
|
|
"libstagefright_foundation_headers",
|
|
],
|
|
min_sdk_version: "29",
|
|
|
|
host_supported: true,
|
|
target: {
|
|
darwin: {
|
|
enabled: false,
|
|
},
|
|
},
|
|
}
|