docs: Move vkjson_info section from BUILD.md
authorJeremy Kniager <jeremyk@lunarg.com>
Mon, 26 Mar 2018 19:33:19 +0000 (13:33 -0600)
committerjeremyk-lunarg <jeremyk@lunarg.com>
Mon, 26 Mar 2018 21:04:15 +0000 (15:04 -0600)
Moved the vkjson_info section from the Android
usage section in BUILD.md to its own file
libs/vkjson/README.md

Change-Id: I80ea8762c78e76fae43d2ca07820f46f7aef4c0c

BUILD.md

index ed3adf2..8d80bdd 100644 (file)
--- 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