Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5252)

Unified Diff: build/secondary/third_party/android_tools/BUILD.gn

Issue 2175513002: Roll android_tools to m2repository V35 (support library 24.1.1) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: roll to 24.1.1 instead Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « DEPS ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/secondary/third_party/android_tools/BUILD.gn
diff --git a/build/secondary/third_party/android_tools/BUILD.gn b/build/secondary/third_party/android_tools/BUILD.gn
index daf758b462a8ba675029fdc289fbbfb277b7f083..ac754d2ec115bb71f51140592f03a6a4dd5ec7a0 100644
--- a/build/secondary/third_party/android_tools/BUILD.gn
+++ b/build/secondary/third_party/android_tools/BUILD.gn
@@ -32,7 +32,7 @@ source_set("cpu_features") {
]
}
-lib_version = "23.2.1"
+lib_version = "24.1.1"
lib_path = "$android_sdk_root/extras/android/m2repository/com/android/support"
android_java_prebuilt("android_gcm_java") {
@@ -76,6 +76,11 @@ android_aar_prebuilt("android_support_v13_java") {
aar_path = "$lib_path/$lib_name/$lib_version/$lib_name-$lib_version.aar"
}
+android_aar_prebuilt("android_support_vector_drawable_java") {
+ lib_name = "support-vector-drawable"
+ aar_path = "$lib_path/$lib_name/$lib_version/$lib_name-$lib_version.aar"
+}
+
android_aar_prebuilt("android_support_v7_appcompat_java_internal") {
lib_name = "appcompat-v7"
aar_path = "$lib_path/$lib_name/$lib_version/$lib_name-$lib_version.aar"
@@ -85,6 +90,7 @@ java_group("android_support_v7_appcompat_java") {
deps = [
":android_support_v4_java",
":android_support_v7_appcompat_java_internal",
+ ":android_support_vector_drawable_java",
]
}
« no previous file with comments | « DEPS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698