Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Android Test App Builds #2093

Open
wants to merge 5 commits into
base: dev
Choose a base branch
from

Conversation

beau-lunarg
Copy link
Contributor

No description provided.

@ci-tester-lunarg
Copy link

CI gfxreconstruct build queued with queue ID 404518.

@ci-tester-lunarg
Copy link

CI gfxreconstruct build queued with queue ID 404520.

@beau-lunarg beau-lunarg force-pushed the beau-test-app-android branch from f2b37a3 to 212df76 Compare March 25, 2025 17:11
@ci-tester-lunarg
Copy link

CI gfxreconstruct build queued with queue ID 404522.

@ci-tester-lunarg
Copy link

CI gfxreconstruct build queued with queue ID 404566.

@ci-tester-lunarg
Copy link

CI gfxreconstruct build queued with queue ID 404589.

@ci-tester-lunarg
Copy link

CI gfxreconstruct build # 6416 running.

@ci-tester-lunarg
Copy link

CI gfxreconstruct build # 6416 passed.

std::vector<char> readFile(const std::string& filename, android_app* app) {
AAsset *file = AAssetManager_open(app->activity->assetManager, filename.c_str(),
AASSET_MODE_BUFFER);
size_t fileLength = AAsset_getLength(file);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Better check file != nullptr before continuing.

@antonio-lunarg antonio-lunarg mentioned this pull request Apr 1, 2025
@ci-tester-lunarg
Copy link

CI gfxreconstruct build queued with queue ID 409991.

@ci-tester-lunarg
Copy link

CI gfxreconstruct build # 6473 running.

@ci-tester-lunarg
Copy link

CI gfxreconstruct build # 6473 passed.

@antonio-lunarg antonio-lunarg mentioned this pull request Apr 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants