From c993c261d97e37d73d74641da2bbf6c1071d17ed Mon Sep 17 00:00:00 2001 From: Pyry Haulos Date: Mon, 29 Aug 2016 14:35:51 -0700 Subject: [PATCH] Update Android build dependencies in README.md Change-Id: If159d4b4312183063a0d55483c1383197807eac1 --- external/vulkancts/README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 ------------ -- 2.7.4