diff options
Diffstat (limited to 'libs/binder/Static.cpp')
-rw-r--r-- | libs/binder/Static.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/binder/Static.cpp b/libs/binder/Static.cpp index 9899b65288..c5c3fd58c3 100644 --- a/libs/binder/Static.cpp +++ b/libs/binder/Static.cpp @@ -97,5 +97,6 @@ sp<IServiceManager> gDefaultServiceManager; #ifndef __ANDROID_VNDK__ sp<IPermissionController> gPermissionController; #endif +bool gSystemBootCompleted = false; } // namespace android |