aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Kniager <jeremyk@lunarg.com>2018-03-26 13:33:19 -0600
committerjeremyk-lunarg <jeremyk@lunarg.com>2018-03-26 15:04:15 -0600
commit30dc332894e35af3258bd3bef0f33820979f61c7 (patch)
treeedd170f28285f04e9a85f1b4189b27367f146633
parenta218f45154748f3d14c323c03e380556c52eea94 (diff)
downloadusermoji-30dc332894e35af3258bd3bef0f33820979f61c7.tar.xz
docs: Move vkjson_info section from BUILD.md
Moved the vkjson_info section from the Android usage section in BUILD.md to its own file libs/vkjson/README.md Change-Id: I80ea8762c78e76fae43d2ca07820f46f7aef4c0c
-rw-r--r--BUILD.md12
1 files changed, 0 insertions, 12 deletions
diff --git a/BUILD.md b/BUILD.md
index ed3adf26..8d80bdd2 100644
--- a/BUILD.md
+++ b/BUILD.md
@@ -479,18 +479,6 @@ first build layers using steps above, then run:
adb shell am start -a android.intent.action.MAIN -c android-intent.category.LAUNCH -n com.example.CubeWithLayers/android.app.NativeActivity --es args "--validate"
-vkjson_info for Android is built as an executable for devices with root access.
-
-To use, simply push it to the device and run it:
-
- ./build_all.sh
- adb push obj/local/<abi>/vkjson_info /data/tmp/
- adb shell /data/tmp/vkjson_info
-
-The resulting json file will be found in:
-
- /sdcard/Android/<device_name>.json
-
To build, install, and run the Smoke demo for Android, run the following, and any prompts that come back from the script:
./update_external_sources.sh --glslang