diff options
Diffstat (limited to 'libs/binder/Static.cpp')
-rw-r--r-- | libs/binder/Static.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libs/binder/Static.cpp b/libs/binder/Static.cpp index f0613d1631..9899b65288 100644 --- a/libs/binder/Static.cpp +++ b/libs/binder/Static.cpp @@ -94,6 +94,8 @@ static LibBinderIPCtStatics gIPCStatics; Mutex gDefaultServiceManagerLock; sp<IServiceManager> gDefaultServiceManager; +#ifndef __ANDROID_VNDK__ sp<IPermissionController> gPermissionController; +#endif } // namespace android |