diff options
author | 2019-07-15 21:55:54 +0000 | |
---|---|---|
committer | 2019-07-15 21:55:54 +0000 | |
commit | b78f7c8eff6688e974c246097e2781229d1b3813 (patch) | |
tree | 570a3dc817eb402308754fe45f217638030b067a /libs/binder/IAppOpsService.cpp | |
parent | f4490b1adf385a0e8b2641db170033622e06e28c (diff) | |
parent | a4853cd9a11f98a563c1a26de20b3134836db542 (diff) |
Merge "libbinder: don't export Static.h"
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 fb0d521cac..c839ba5f88 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 { // ---------------------------------------------------------------------- |