From 6ba7bd817ca9107f2632ca4a48da744d52a24c6b Mon Sep 17 00:00:00 2001 From: Stephen Birarda Date: Wed, 28 Jan 2015 13:26:20 -0800 Subject: [PATCH] use code style for ndk-build for libovr --- BUILD_ANDROID.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/BUILD_ANDROID.md b/BUILD_ANDROID.md index 588f148627..64f093e772 100644 --- a/BUILD_ANDROID.md +++ b/BUILD_ANDROID.md @@ -105,7 +105,14 @@ The Oculus Mobile SDK is optional, for Gear VR support. It is not required to co Download the [Oculus Mobile SDK](https://developer.oculus.com/downloads/#sdk=mobile) and extract the archive inside your `ANDROID_LIB_DIR` folder. Rename the extracted folder to `libovr`. -From the VrLib directory, use ndk-build to build VrLib. This will create the liboculus.a archive that our FindLibOVR module will look for when cmake is run. +From the VrLib directory, use ndk-build to build VrLib. + +``` +cd VrLib +ndk-build +``` + +This will create the liboculus.a archive that our FindLibOVR module will look for when cmake is run. #####Hybrid testing