diff options
Diffstat (limited to 'apex/vndk_test.go')
-rw-r--r-- | apex/vndk_test.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apex/vndk_test.go b/apex/vndk_test.go index a9e26adc8..863d40dda 100644 --- a/apex/vndk_test.go +++ b/apex/vndk_test.go @@ -90,6 +90,7 @@ func TestVndkApexUsesVendorVariant(t *testing.T) { system_shared_libs: [], stl: "none", notice: "custom_notice", + sdk_version: "current", } cc_library { name: "libprofile-clang-extras_ndk", @@ -98,6 +99,7 @@ func TestVndkApexUsesVendorVariant(t *testing.T) { system_shared_libs: [], stl: "none", notice: "custom_notice", + sdk_version: "current", } `, func(fs map[string][]byte, config android.Config) { config.TestProductVariables.Native_coverage = proptools.BoolPtr(true) |