You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
456 B
23 lines
456 B
cc_library_static { |
|
name: "android.hardware.drm@1.0-helper", |
|
vendor_available: true, |
|
defaults: ["hidl_defaults"], |
|
srcs: [ |
|
"SharedLibrary.cpp", |
|
], |
|
cflags: [ |
|
"-Werror", |
|
"-Wextra", |
|
"-Wall", |
|
], |
|
shared_libs: [ |
|
"liblog", |
|
], |
|
header_libs: [ |
|
"libutils_headers", |
|
], |
|
export_header_lib_headers: [ |
|
"libutils_headers", |
|
], |
|
export_include_dirs : ["include"] |
|
}
|
|
|