-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Needed to add the ANativeActivity_onCreate function to the map file for the test library. Bug fix approved by chair for publication from internal repo prior to next regular repo update. Tested-by: Reality Merger <https://gitlab.khronos.org/openxr/openxr/-/merge_requests/3596> Part-of: <https://gitlab.khronos.org/openxr/openxr/-/merge_requests/3596>
- Loading branch information
Showing
3 changed files
with
28 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Fix: Broken Android builds - not runnable due to undefined symbol. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
16 changes: 16 additions & 0 deletions
16
src/conformance/conformance_test/conformance_test_android.map
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
/* | ||
Copyright (c) 2019-2024, The Khronos Group Inc. | ||
|
||
SPDX-License-Identifier: Apache-2.0 | ||
*/ | ||
|
||
{ | ||
global: | ||
testLayer_xrNegotiateLoaderApiLayerInterface; | ||
xrcCleanup; | ||
xrcEnumerateTestCases; | ||
xrcRunConformanceTests; | ||
ANativeActivity_onCreate; | ||
local: | ||
*; | ||
}; |