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

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

Issue 2295363002: 🔔 Allow android_* targets to specify proguard flags for apks (Closed)
Patch Set: Created 4 years, 4 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 4e2adc0fe07a17ca9d772166bf9326cc4b9b18d1..d3e83853a871511a3d9392df47cacfdc87cc9409 100644
--- a/third_party/gvr-android-sdk/BUILD.gn
+++ b/third_party/gvr-android-sdk/BUILD.gn
@@ -16,6 +16,7 @@ android_aar_prebuilt("gvr_common_java") {
android_aar_prebuilt("gvr_base_java") {
aar_path = "src/libraries/base/base.aar"
+ proguard_configs = [ "proguard/base.flags" ]
}
android_aar_prebuilt("gvr_controller_java") {
« build/android/gyp/write_build_config.py ('K') | « chrome/android/chrome_public_apk_tmpl.gni ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698