From 30dc332894e35af3258bd3bef0f33820979f61c7 Mon Sep 17 00:00:00 2001 From: Jeremy Kniager Date: Mon, 26 Mar 2018 13:33:19 -0600 Subject: 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 --- BUILD.md | 12 ------------ 1 file changed, 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//vkjson_info /data/tmp/ - adb shell /data/tmp/vkjson_info - -The resulting json file will be found in: - - /sdcard/Android/.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 -- cgit v1.2.3