diff options
author | 2019-07-15 15:13:12 -0700 | |
---|---|---|
committer | 2019-07-15 15:13:12 -0700 | |
commit | 588d5ed3a54e8263de5d6fa839e0dfbaecfc0aa6 (patch) | |
tree | 4b232df31d8fa3cacabeae8411fff6157bc34a52 /libs/binder/IAppOpsService.cpp | |
parent | 99b8705e19eff265f5b978140a9794362be4e1fd (diff) | |
parent | b78f7c8eff6688e974c246097e2781229d1b3813 (diff) |
Merge "libbinder: don't export Static.h"
am: b78f7c8eff
Change-Id: Ie6a27a2a8089dcd68c4ebb584205eef98bdebe2a
Diffstat (limited to 'libs/binder/IAppOpsService.cpp')
-rw-r--r-- | libs/binder/IAppOpsService.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libs/binder/IAppOpsService.cpp b/libs/binder/IAppOpsService.cpp index 66d6e31902..c426f3a31f 100644 --- a/libs/binder/IAppOpsService.cpp +++ b/libs/binder/IAppOpsService.cpp @@ -22,8 +22,6 @@ #include <binder/Parcel.h> #include <utils/String8.h> -#include <private/binder/Static.h> - namespace android { // ---------------------------------------------------------------------- |