blob: 4749a8b9ec53f5d09c11043c5a91319dde49553a [file] [log] [blame]
cc_test {
name: "DrmSessionManager_test",
srcs: ["DrmSessionManager_test.cpp"],
shared_libs: [
"liblog",
"libmediaplayerservice",
"libmediadrm",
"libutils",
"android.hardware.drm@1.0",
"android.hardware.drm@1.1",
"android.hardware.drm@1.2",
],
compile_multilib: "32",
cflags: [
"-Werror",
"-Wall",
],
}