8eb43ae497
Added SPDX-license-identifier-Apache-2.0 to: Android.bp bench/inodeop_bench/Android.bp tests/Android.bp Bug: 68860345 Bug: 151177513 Bug: 151953481 Test: m all Exempt-From-Owner-Approval: janitorial work Change-Id: I91823c7097d7bee39a363a0c0cc30de13e4d7539
19 lines
371 B
Text
19 lines
371 B
Text
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",
|
|
"cryptfs_test.cpp",
|
|
],
|
|
static_libs: ["libvold"],
|
|
shared_libs: ["libbinder"]
|
|
}
|