blob: 7481a230c3e1eb54b5b3b8153c2d3d3cfb2a0142 [file] [log] [blame]
Bob Badour3c538232021-02-12 21:26:48 -08001package {
2 // See: http://go/android-license-faq
3 // A large-scale-change added 'default_applicable_licenses' to import
4 // all of the 'license_kinds' from "frameworks_native_license"
5 // to get the below license kinds:
6 // SPDX-license-identifier-Apache-2.0
7 // SPDX-license-identifier-MIT
8 default_applicable_licenses: ["frameworks_native_license"],
9}
10
Jiyong Park55e9bd72017-06-29 14:21:37 +090011cc_library_headers {
12 name: "media_plugin_headers",
Jiyong Park292fba92017-07-10 12:34:17 +090013 vendor_available: true,
Pawin Vongmasaccc5e3f2017-07-19 17:09:52 -070014 export_include_dirs: [
15 "media_plugin",
16 "media_plugin/media/openmax",
17 ],
Jiyong Park55e9bd72017-06-29 14:21:37 +090018 header_libs: [
19 "libstagefright_headers",
20 "libcutils_headers",
21 "libutils_headers",
22 "libstagefright_foundation_headers",
23 ],
24 export_header_lib_headers: [
25 "libstagefright_headers",
26 "libcutils_headers",
27 "libutils_headers",
28 "libstagefright_foundation_headers",
29 ],
Jooyung Hana395c8d2020-04-16 18:48:32 +090030 min_sdk_version: "29",
S Vasudev Prasad3d1c2f62020-03-17 14:03:29 +053031
32 host_supported: true,
33 target: {
34 darwin: {
35 enabled: false,
36 },
37 },
Jiyong Park55e9bd72017-06-29 14:21:37 +090038}