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

Side by Side Diff: build/secondary/third_party/android_tools/BUILD.gn

Issue 2175763003: [Android] Revert support lib back to 23.2.1 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 import("//build/config/android/rules.gni") 5 import("//build/config/android/rules.gni")
6 6
7 config("cpu_features_include") { 7 config("cpu_features_include") {
8 include_dirs = [ "ndk/sources/android/cpufeatures" ] 8 include_dirs = [ "ndk/sources/android/cpufeatures" ]
9 } 9 }
10 10
(...skipping 14 matching lines...) Expand all
25 25
26 configs -= [ "//build/config/compiler:chromium_code" ] 26 configs -= [ "//build/config/compiler:chromium_code" ]
27 configs += [ 27 configs += [
28 "//build/config/compiler:no_chromium_code", 28 "//build/config/compiler:no_chromium_code",
29 29
30 # Must be after no_chromium_code for warning flags to be ordered correctly. 30 # Must be after no_chromium_code for warning flags to be ordered correctly.
31 ":cpu_features_warnings", 31 ":cpu_features_warnings",
32 ] 32 ]
33 } 33 }
34 34
35 lib_version = "24.1.1" 35 lib_version = "23.2.1"
36 lib_path = "$android_sdk_root/extras/android/m2repository/com/android/support" 36 lib_path = "$android_sdk_root/extras/android/m2repository/com/android/support"
37 37
38 android_java_prebuilt("android_gcm_java") { 38 android_java_prebuilt("android_gcm_java") {
39 jar_path = "$android_sdk_root/extras/google/gcm/gcm-client/dist/gcm.jar" 39 jar_path = "$android_sdk_root/extras/google/gcm/gcm-client/dist/gcm.jar"
40 } 40 }
41 41
42 android_java_prebuilt("emma_device") { 42 android_java_prebuilt("emma_device") {
43 jar_path = "$android_sdk_root/tools/lib/emma_device.jar" 43 jar_path = "$android_sdk_root/tools/lib/emma_device.jar"
44 } 44 }
45 45
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
135 ] 135 ]
136 lib_name = "leanback-v17" 136 lib_name = "leanback-v17"
137 aar_path = "$lib_path/$lib_name/$lib_version/$lib_name-$lib_version.aar" 137 aar_path = "$lib_path/$lib_name/$lib_version/$lib_name-$lib_version.aar"
138 } 138 }
139 139
140 # TODO(jbudorick): Remove this once net_java_test_support no longer needs it. 140 # TODO(jbudorick): Remove this once net_java_test_support no longer needs it.
141 android_java_prebuilt("legacy_http_javalib") { 141 android_java_prebuilt("legacy_http_javalib") {
142 testonly = true 142 testonly = true
143 jar_path = "$android_sdk/optional/org.apache.http.legacy.jar" 143 jar_path = "$android_sdk/optional/org.apache.http.legacy.jar"
144 } 144 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698