blob: dd38224a604e88594319e14a31460475e5f50312 [file] [log] [blame]
Steven Morelanda6fddfb2021-04-13 00:56:05 +00001cc_library_shared {
2 name: "libpermission",
Steven Moreland7c849fa2021-04-13 01:01:32 +00003 srcs: [
4 "AppOpsManager.cpp",
5 "IAppOpsCallback.cpp",
6 "IAppOpsService.cpp",
7 ],
8 export_include_dirs: ["include"],
9 shared_libs: [
10 "libbinder",
11 "liblog",
12 "libutils",
13 ],
Steven Morelanda6fddfb2021-04-13 00:56:05 +000014}