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

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

Issue 1147483002: [Android] Add option to skip v14 resource verification to GN. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 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 | « build/config/android/rules.gni ('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 099b892b560bbc4f73467cff948726d202c06965..f054125f3f951c9ebdf6b5470ca571942b57dc3d 100644
--- a/build/secondary/third_party/android_tools/BUILD.gn
+++ b/build/secondary/third_party/android_tools/BUILD.gn
@@ -34,7 +34,7 @@ android_java_prebuilt("android_support_v13_java") {
}
android_resources("android_support_v7_appcompat_resources") {
- v14_verify_only = true
+ v14_skip = true
resource_dirs =
[ "$android_sdk_root/extras/android/support/v7/appcompat/res" ]
custom_package = "android.support.v7.appcompat"
@@ -48,7 +48,7 @@ android_java_prebuilt("android_support_v7_appcompat_java") {
}
android_resources("android_support_v7_mediarouter_resources") {
- v14_verify_only = true
+ v14_skip = true
resource_dirs =
[ "$android_sdk_root/extras/android/support/v7/mediarouter/res" ]
deps = [
@@ -73,7 +73,7 @@ android_java_prebuilt("android_support_v7_recyclerview_java") {
}
android_resources("google_play_services_default_resources") {
- v14_verify_only = true
+ v14_skip = true
resource_dirs = [ "$android_sdk_root/extras/google/google_play_services/libproject/google-play-services_lib/res" ]
custom_package = "com.google.android.gms"
}
« no previous file with comments | « build/config/android/rules.gni ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698