From 92bf3cac80883a2ba6b80c4e5f7b127c14b0a9c2 Mon Sep 17 00:00:00 2001 From: Juan Ramos Date: Wed, 11 Oct 2023 16:06:45 -0600 Subject: 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 --- cube/android/README.md | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'cube') 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 -- cgit v1.2.3