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

Unified Diff: base/android/build_info.h

Issue 1641513004: Update //base to chromium 9659b08ea5a34f889dc4166217f438095ddc10d2 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 4 years, 11 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 | « base/allocator/BUILD.gn ('k') | base/android/build_info.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/android/build_info.h
diff --git a/base/android/build_info.h b/base/android/build_info.h
index 093b832fdf7846b028559695d52639bcd4826e92..0d722b5d41ad4c8a77c4fad2eecb9acc718633f4 100644
--- a/base/android/build_info.h
+++ b/base/android/build_info.h
@@ -96,6 +96,8 @@ class BASE_EXPORT BuildInfo {
return sdk_int_;
}
+ int has_language_apk_splits() const { return has_language_apk_splits_; }
+
const char* java_exception_info() const {
return java_exception_info_;
}
@@ -127,6 +129,7 @@ class BASE_EXPORT BuildInfo {
const char* const package_name_;
const char* const build_type_;
const int sdk_int_;
+ const bool has_language_apk_splits_;
// This is set via set_java_exception_info, not at constructor time.
const char* java_exception_info_;
« no previous file with comments | « base/allocator/BUILD.gn ('k') | base/android/build_info.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698