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.
22 lines
489 B
22 lines
489 B
cc_test { |
|
name: "hidl_test_java_native", |
|
srcs: ["hidl_test_java_native.cpp"], |
|
|
|
shared_libs: [ |
|
"libbase", |
|
"libhidlbase", |
|
"libhidltransport", |
|
"libhwbinder", |
|
"liblog", |
|
"libutils", |
|
"android.hardware.tests.baz@1.0", |
|
"android.hardware.tests.expression@1.0", |
|
"android.hardware.tests.inheritance@1.0", |
|
], |
|
|
|
required: [ |
|
"android.hardware.tests.baz@1.0-impl", |
|
], |
|
|
|
compile_multilib: "both", |
|
}
|
|
|