summaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp13
1 files changed, 0 insertions, 13 deletions
diff --git a/Android.bp b/Android.bp
index e8fb2cc..dd7852f 100644
--- a/Android.bp
+++ b/Android.bp
@@ -12,10 +12,6 @@
// See the License for the specific language governing permissions and
// limitations under the License.
-package {
- default_applicable_licenses: ["Android-Apache-2.0"],
-}
-
python_library_host {
name: "vts_vndk_utils",
pkg_path: "vts/testcases/vndk",
@@ -68,9 +64,6 @@ python_test_host {
"vts",
],
test_config: "abi/vts_vndk_abi_test.xml",
- test_options: {
- unit_test: false,
- },
}
python_test_host {
@@ -84,9 +77,6 @@ python_test_host {
"vts",
],
test_config: "dependency/vts_vndk_dependency_test.xml",
- test_options: {
- unit_test: false,
- },
}
python_test_host {
@@ -100,7 +90,4 @@ python_test_host {
"vts",
],
test_config: "files/vts_vndk_files_test.xml",
- test_options: {
- unit_test: false,
- },
}