summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'test/Android.bp')
-rw-r--r--test/Android.bp3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/Android.bp b/test/Android.bp
index c5aa618..c098152 100644
--- a/test/Android.bp
+++ b/test/Android.bp
@@ -14,6 +14,7 @@
14 14
15cc_test { 15cc_test {
16 name: "libvintf_test", 16 name: "libvintf_test",
17 defaults: ["libvintf-defaults"],
17 host_supported: true, 18 host_supported: true,
18 gtest: false, 19 gtest: false,
19 srcs: ["main.cpp"], 20 srcs: ["main.cpp"],
@@ -29,6 +30,7 @@ cc_test {
29 cflags: [ 30 cflags: [
30 "-O0", 31 "-O0",
31 "-g", 32 "-g",
33 "-Wno-error=unused-function",
32 ], 34 ],
33 target: { 35 target: {
34 host: { 36 host: {
@@ -39,6 +41,7 @@ cc_test {
39 41
40cc_test { 42cc_test {
41 name: "vintf_object_test", 43 name: "vintf_object_test",
44 defaults: ["libvintf-defaults"],
42 host_supported: true, 45 host_supported: true,
43 native_coverage: true, 46 native_coverage: true,
44 srcs: [ 47 srcs: [