blob: f8c89e5fa578d01db7f6291c21649f3786a8d8e0 [file] [log] [blame]
Pawin Vongmasab7798a02017-10-09 23:21:44 -07001cc_test {
2
3 name: "DrmSessionManager_test",
4
Pawin Vongmasab7798a02017-10-09 23:21:44 -07005 srcs: ["DrmSessionManager_test.cpp"],
6
7 shared_libs: [
8 "liblog",
9 "libmediaplayerservice",
10 "libmediadrm",
11 "libutils",
12 "android.hardware.drm@1.0",
Jeff Tinkerc84dc072018-02-11 20:03:39 -080013 "android.hardware.drm@1.1",
Jeff Tinkerc8baaba2018-10-23 11:32:36 -070014 "android.hardware.drm@1.2",
Pawin Vongmasab7798a02017-10-09 23:21:44 -070015 ],
16
Pawin Vongmasab7798a02017-10-09 23:21:44 -070017 cflags: [
18 "-Werror",
19 "-Wall",
20 ],
21
22}