blob: 1ec0993077c66c564aae1e86fc623c6f250bdb01 [file] [log] [blame]
package {
default_team: "trendy_team_platform_security",
default_applicable_licenses: ["Android-Apache-2.0"],
}
cc_test {
name: "CtsNativeEncryptionTestCases",
cflags: [
"-Wall",
"-Werror",
"-Wno-error=#warnings",
],
srcs: [
"FileBasedEncryptionPolicyTest.cpp",
],
shared_libs: [
"libbase",
"libcutils",
],
static_libs: [
"libctssecurity_native_test_utils",
"libfscrypt",
],
multilib: {
lib32: {
suffix: "32",
},
lib64: {
suffix: "64",
},
},
test_suites: [
"cts",
"general-tests",
],
}