diff options
| author | Juan Ramos <juan@lunarg.com> | 2023-10-11 16:06:45 -0600 |
|---|---|---|
| committer | Juan Ramos <114601453+juan-lunarg@users.noreply.github.com> | 2023-10-11 16:55:10 -0600 |
| commit | 92bf3cac80883a2ba6b80c4e5f7b127c14b0a9c2 (patch) | |
| tree | 5471f84a98553ba0ec24cb29d7e4ded491b739ca /cube/android | |
| parent | 413f14eef5de853163539d96ac0eaa26a196c45e (diff) | |
| download | usermoji-92bf3cac80883a2ba6b80c4e5f7b127c14b0a9c2.tar.xz | |
docs: Cleanup BUILD.md and various other documents
- Fixup build documentation up to standard set by VVL
- Add documentation for running vkcube/vulkaninfo on Android
- Make BUILD_WERROR off by default
- Remove out of date documentation
- Remove pointless documentation
closes #791
Diffstat (limited to 'cube/android')
| -rw-r--r-- | cube/android/README.md | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/cube/android/README.md b/cube/android/README.md index 08ed7488..75b1747f 100644 --- a/cube/android/README.md +++ b/cube/android/README.md @@ -26,16 +26,3 @@ Then run the script: ./generate_vulkan_wrapper.py ../cube/android/vulkan_wrapper.cpp clang-format -i vulkan_wrapper.h clang-format -i vulkan_wrapper.cpp - -# Running vkcube on Android - -```bash -cd build-android - -# Optional -adb uninstall com.example.VkCube - -adb install -r -g --no-incremental bin/VkCube.apk - -adb shell am start com.example.VkCube/android.app.NativeActivity -```
\ No newline at end of file |
