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

Unified Diff: base/android/build_info.cc

Issue 1965953002: 🌒 Remove support for split apks. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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: base/android/build_info.cc
diff --git a/base/android/build_info.cc b/base/android/build_info.cc
index 351a0a8ab76294e330c0b2cd977ee696e29168dd..368d53c7427b86cb1fa66780407480bbbc1bd810 100644
--- a/base/android/build_info.cc
+++ b/base/android/build_info.cc
@@ -61,8 +61,6 @@ BuildInfo::BuildInfo(JNIEnv* env)
env, GetApplicationContext()))),
build_type_(StrDupJString(Java_BuildInfo_getBuildType(env))),
sdk_int_(Java_BuildInfo_getSdkInt(env)),
- has_language_apk_splits_(Java_BuildInfo_hasLanguageApkSplits(
- env, GetApplicationContext())),
java_exception_info_(NULL) {
}

Powered by Google App Engine
This is Rietveld 408576698