Skip to content

Commit b88b7e7

Browse files
authored
loader: Report STL usage as "none" due to our trimmed exports. (#332)
1 parent 887c47c commit b88b7e7

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
- issue.1829.gl
3+
- issue.1831.gl
4+
---
5+
loader: Report STL usage as "none" in script-built Android AAR because we expose no C++ symbols.

src/loader/abi.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
"abi": "@ANDROID_ABI@",
33
"api": @CMAKE_SYSTEM_VERSION@,
44
"ndk": @NDK_MAJOR_VERSION@,
5-
"stl": "@ANDROID_STL@"
5+
"stl": "none"
66
}

0 commit comments

Comments
 (0)