summaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp13
1 files changed, 13 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 9eae205..176da18 100644
--- a/Android.bp
+++ b/Android.bp
@@ -75,3 +75,16 @@ python_test_host {
],
test_config: "files/vts_vndk_files_test.xml",
}
+
+python_test_host {
+ name: "vts_vndk_open_libraries_test",
+ defaults: ["vts_vndk_default"],
+ main: "open_libraries/vts_vndk_open_libraries_test.py",
+ srcs: [
+ "open_libraries/vts_vndk_open_libraries_test.py",
+ ],
+ test_suites: [
+ "vts-core",
+ ],
+ test_config: "open_libraries/vts_vndk_open_libraries_test.xml",
+}