summaryrefslogtreecommitdiff
path: root/apex/vndk_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'apex/vndk_test.go')
-rw-r--r--apex/vndk_test.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/apex/vndk_test.go b/apex/vndk_test.go
index 60b6ed5cd..e62399052 100644
--- a/apex/vndk_test.go
+++ b/apex/vndk_test.go
@@ -9,6 +9,7 @@ import (
)
func TestVndkApexForVndkLite(t *testing.T) {
+ t.Parallel()
ctx, _ := testApex(t, `
apex_vndk {
name: "myapex",
@@ -62,6 +63,7 @@ func TestVndkApexForVndkLite(t *testing.T) {
}
func TestVndkApexUsesVendorVariant(t *testing.T) {
+ t.Parallel()
bp := `
apex_vndk {
name: "myapex",