| Bob Badour | 3306e49 | 2021-02-25 15:35:37 -0800 | [diff] [blame] | 1 | package { | 
 | 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 Park | 55e9bd7 | 2017-06-29 14:21:37 +0900 | [diff] [blame] | 11 | cc_library_headers { | 
 | 12 |     name: "media_plugin_headers", | 
| Jiyong Park | 292fba9 | 2017-07-10 12:34:17 +0900 | [diff] [blame] | 13 |     vendor_available: true, | 
| Pawin Vongmasa | ccc5e3f | 2017-07-19 17:09:52 -0700 | [diff] [blame] | 14 |     export_include_dirs: [ | 
 | 15 |         "media_plugin", | 
 | 16 |         "media_plugin/media/openmax", | 
 | 17 |     ], | 
| Jiyong Park | 55e9bd7 | 2017-06-29 14:21:37 +0900 | [diff] [blame] | 18 |     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 Han | a395c8d | 2020-04-16 18:48:32 +0900 | [diff] [blame] | 30 |     min_sdk_version: "29", | 
| S Vasudev Prasad | 3d1c2f6 | 2020-03-17 14:03:29 +0530 | [diff] [blame] | 31 |  | 
 | 32 |     host_supported: true, | 
 | 33 |     target: { | 
 | 34 |         darwin: { | 
 | 35 |             enabled: false, | 
 | 36 |         }, | 
 | 37 |     }, | 
| Jiyong Park | 55e9bd7 | 2017-06-29 14:21:37 +0900 | [diff] [blame] | 38 | } |