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

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

Issue 2309643002: Make android_aar_prebuilt() aware of remaining features (Closed)
Patch Set: Add check for aidl 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
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
Ian Wen 2016/09/06 21:38:34 Q: Will we keep ignoring merging the manifest, eve
agrieve 2016/09/07 02:19:31 Just temporary. Added a comment explaining motivat
+ ignore_native_libraries = true
}
android_aar_prebuilt("gvr_controller_java") {
« build/config/android/rules.gni ('K') | « 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