Jason Macnak | 2687212 | 2024-02-23 10:46:09 -0800 | [diff] [blame] | 1 | package { |
2 | // See: http://go/android-license-faq | ||||
3 | default_applicable_licenses: ["hardware_google_gfxstream_license"], | ||||
4 | } | ||||
5 | |||||
6 | cc_library_static { | ||||
7 | name: "libgfxstream_host_features", | ||||
8 | defaults: ["gfxstream_defaults"], | ||||
9 | export_include_dirs: [ | ||||
10 | "include", | ||||
11 | ], | ||||
12 | srcs: [ | ||||
13 | "Features.cpp", | ||||
14 | ], | ||||
15 | } |