From: Pyry Haulos Date: Mon, 29 Aug 2016 21:35:51 +0000 (-0700) Subject: Update Android build dependencies in README.md X-Git-Tag: upstream/0.1.0~662^2~35 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c993c261d97e37d73d74641da2bbf6c1071d17ed;p=platform%2Fupstream%2FVK-GL-CTS.git Update Android build dependencies in README.md Change-Id: If159d4b4312183063a0d55483c1383197807eac1 --- diff --git a/external/vulkancts/README.md b/external/vulkancts/README.md index ba661ba..ec0530a 100644 --- a/external/vulkancts/README.md +++ b/external/vulkancts/README.md @@ -26,11 +26,15 @@ Requirements ### Android - * Android NDK r10e + * Android NDK r11 * Android SDK with: SDK Tools, SDK Platform-tools, SDK Build-tools, and API 22 + * Java Development Kit (JDK) * Apache Ant * Windows: either NMake or JOM in PATH +See `android/scripts/common.py` for a list locations where the build system +expects to find these. + Building CTS ------------