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

Unified Diff: third_party/gvr-android-sdk/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/secondary/third_party/android_tools/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/gvr-android-sdk/BUILD.gn
diff --git a/third_party/gvr-android-sdk/BUILD.gn b/third_party/gvr-android-sdk/BUILD.gn
index d3e83853a871511a3d9392df47cacfdc87cc9409..eaa18ecbcd5bc8197ec43f6cecd45aef46a884f5 100644
--- a/third_party/gvr-android-sdk/BUILD.gn
+++ b/third_party/gvr-android-sdk/BUILD.gn
@@ -17,6 +17,8 @@ android_aar_prebuilt("gvr_common_java") {
android_aar_prebuilt("gvr_base_java") {
aar_path = "src/libraries/base/base.aar"
proguard_configs = [ "proguard/base.flags" ]
+ ignore_manifest = true # Ignored because manifest merging is not supported (http://crbug.com/643967)
+ ignore_native_libraries = true
}
android_aar_prebuilt("gvr_controller_java") {
« no previous file with comments | « build/secondary/third_party/android_tools/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698