Merge "android_app stl property bug fix"

This commit is contained in:
Jaewoong Jung
2019-06-05 20:16:13 +00:00
committed by Gerrit Code Review
4 changed files with 11 additions and 4 deletions

View File

@@ -1203,6 +1203,10 @@ func TestStl(t *testing.T) {
compile_multilib: "both",
sdk_version: "current",
}
ndk_prebuilt_shared_stl {
name: "ndk_libc++_shared",
}
`)
testCases := []struct {
@@ -1212,7 +1216,7 @@ func TestStl(t *testing.T) {
{"stl",
[]string{
"libjni.so",
"libc++.so",
"libc++_shared.so",
},
},
{"system",