summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'test/Android.bp')
-rw-r--r--test/Android.bp4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/Android.bp b/test/Android.bp
index fe1696c..5c9fc43 100644
--- a/test/Android.bp
+++ b/test/Android.bp
@@ -17,7 +17,9 @@ cc_test {
17 defaults: ["libvintf-defaults"], 17 defaults: ["libvintf-defaults"],
18 host_supported: true, 18 host_supported: true,
19 gtest: false, 19 gtest: false,
20 srcs: ["main.cpp"], 20 srcs: [
21 "LibVintfTest.cpp",
22 ],
21 23
22 shared_libs: [ 24 shared_libs: [
23 "libbase", 25 "libbase",