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

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

Issue 2309643002: Make android_aar_prebuilt() aware of remaining features (Closed)
Patch Set: simplify jar_labels by using tuples Created 4 years, 3 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') | third_party/gvr-android-sdk/BUILD.gn » ('j') | 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 0bf99bb40ee4e5e195b5fc34ace07ddedb4710ec..c387d2708c34fd7074d3c127140db0a301d6edd0 100644
--- a/build/secondary/third_party/android_tools/BUILD.gn
+++ b/build/secondary/third_party/android_tools/BUILD.gn
@@ -65,6 +65,7 @@ android_java_prebuilt("android_support_annotations_java") {
android_aar_prebuilt("android_support_v4_java") {
lib_name = "support-v4"
aar_path = "$lib_path/$lib_name/$lib_version/$lib_name-$lib_version.aar"
+ ignore_aidl = true # We don't appear to need these currently.
}
android_aar_prebuilt("android_support_v13_java") {
« no previous file with comments | « build/config/android/rules.gni ('k') | third_party/gvr-android-sdk/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698