diff options
author | 2020-04-07 16:50:32 +0000 | |
---|---|---|
committer | 2020-04-07 16:50:32 +0000 | |
commit | c511bc50dcaba95bf731bcc72ffbfab3805cacc6 (patch) | |
tree | 66e6710d15bd5f3d8178863fd5fca9518a5462fd /apex/apex_test.go | |
parent | f8e80229fedb47302e9cfd32990859a6308020cf (diff) |
Revert^2 "Add sdk mutator for native modules"
f8e80229fedb47302e9cfd32990859a6308020cf
Change-Id: Ic30ab6b844684bfc3e8ece5a1913980d5fbf8de2
Diffstat (limited to 'apex/apex_test.go')
-rw-r--r-- | apex/apex_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apex/apex_test.go b/apex/apex_test.go index 5468c77bf..dbccb9217 100644 --- a/apex/apex_test.go +++ b/apex/apex_test.go @@ -3350,7 +3350,7 @@ func TestApexWithApps(t *testing.T) { } // JNI libraries including transitive deps are for _, jni := range []string{"libjni", "libfoo"} { - jniOutput := ctx.ModuleForTests(jni, "android_arm64_armv8-a_shared_myapex").Module().(*cc.Module).OutputFile() + jniOutput := ctx.ModuleForTests(jni, "android_arm64_armv8-a_sdk_shared_myapex").Module().(*cc.Module).OutputFile() // ... embedded inside APK (jnilibs.zip) ensureListContains(t, appZipRule.Implicits.Strings(), jniOutput.String()) // ... and not directly inside the APEX |