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

Unified Diff: third_party/gvr-android-sdk/BUILD.gn

Issue 2309643002: Make android_aar_prebuilt() aware of remaining features (Closed)
Patch Set: 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
« build/config/android/rules.gni ('K') | « 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: 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..c9f7f0bf67a99c8db11ab730193326ba69875ae4 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
+ ignore_native_libraries = true
}
android_aar_prebuilt("gvr_controller_java") {
« build/config/android/rules.gni ('K') | « build/config/android/rules.gni ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698