Merge "android_app stl property bug fix"
This commit is contained in:
@@ -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",
|
||||
|
Reference in New Issue
Block a user