diff options
author | 2020-04-08 18:29:30 +0000 | |
---|---|---|
committer | 2020-04-08 18:29:30 +0000 | |
commit | ff550f3e13ea87e4759898ef1a82590ca57a955b (patch) | |
tree | f26e6501b73b4011fae9ccf25f9fe44e30f3dfc0 /apex/vndk_test.go | |
parent | 9e06bb64cacf0dc3a73eb2e30ad904825ffea0a1 (diff) | |
parent | c511bc50dcaba95bf731bcc72ffbfab3805cacc6 (diff) |
Merge "Revert^2 "Add sdk mutator for native modules""
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) |