diff --git a/tetheroffload/aidl/TEST_MAPPING b/tetheroffload/aidl/TEST_MAPPING new file mode 100644 index 0000000000..c6d4c0735b --- /dev/null +++ b/tetheroffload/aidl/TEST_MAPPING @@ -0,0 +1,7 @@ +{ + "presubmit" : [ + { + "name": "VtsHalTetheroffloadTargetTest" + } + ] +} diff --git a/tetheroffload/aidl/vts/functional/Android.bp b/tetheroffload/aidl/vts/functional/Android.bp index c9c184568d..74edab0981 100644 --- a/tetheroffload/aidl/vts/functional/Android.bp +++ b/tetheroffload/aidl/vts/functional/Android.bp @@ -19,6 +19,7 @@ cc_test { "libgmock_ndk", ], test_suites: [ + "general-tests", "vts", ], }