| package { | |
| // See: http://go/android-license-faq | |
| default_applicable_licenses: ["hardware_google_gfxstream_license"], | |
| } | |
| cc_library_static { | |
| name: "libgfxstream_host_features", | |
| defaults: ["gfxstream_defaults"], | |
| export_include_dirs: [ | |
| "include", | |
| ], | |
| srcs: [ | |
| "Features.cpp", | |
| ], | |
| } |