Add new android.jar files
New for API 27 and API 28, updated from preview for API 26.
Content of third_party/android_jar/lib-v26/README.google:
---------------------------------------------------------
Name: Android system library jar
URL: https://developer.android.com/studio/index.html
Version: API version 26
Revision: NA
License: Apache License Version 2.0
Description:
This is the android.jar pulled using the android sdk manager.
Content of third_party/android_jar/lib-v27/README.google:
---------------------------------------------------------
Name: Android system library jar
URL: https://developer.android.com/studio/index.html
Version: API version 27
Revision: NA
Date: April 20th 2017
License: Apache License Version 2.0
Description:
This is the android.jar pulled using the android sdk manager.
Content of third_party/android_jar/lib-v28/README.google:
---------------------------------------------------------
Name: Android system library jar
URL: https://developer.android.com/studio/index.html
Version: API version 28
Revision: NA
License: Apache License Version 2.0
Description:
This is the android.jar pulled using the android sdk manager.
Change-Id: I8326966c41c53ab9cc7a362dadf0d1667c8d4902
diff --git a/tools/toolhelper.py b/tools/toolhelper.py
index 532af6d..6a443ac 100644
--- a/tools/toolhelper.py
+++ b/tools/toolhelper.py
@@ -75,7 +75,7 @@
args = []
for arg in input_args:
if arg == '--lib-android':
- lib = utils.get_android_jar(26)
+ lib = utils.get_android_jar(28)
elif arg == '--lib-java':
lib = utils.RT_JAR
else: