Update Android build dependencies in README.md
authorPyry Haulos <phaulos@google.com>
Mon, 29 Aug 2016 21:35:51 +0000 (14:35 -0700)
committerPyry Haulos <phaulos@google.com>
Mon, 29 Aug 2016 21:35:51 +0000 (14:35 -0700)
Change-Id: If159d4b4312183063a0d55483c1383197807eac1

external/vulkancts/README.md

index ba661ba..ec0530a 100644 (file)
@@ -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
 ------------