android13/system/vold/tests/Android.bp

19 lines
343 B
Plaintext
Raw Normal View History

2024-06-22 08:45:49 -04:00
package {
default_applicable_licenses: ["Android-Apache-2.0"],
}
cc_test {
name: "vold_tests",
defaults: [
"vold_default_flags",
"vold_default_libs",
],
srcs: [
"Utils_test.cpp",
"VoldNativeServiceValidation_test.cpp",
],
static_libs: ["libvold"],
shared_libs: ["libbinder"]
}