Steven Moreland | a6fddfb | 2021-04-13 00:56:05 +0000 | [diff] [blame] | 1 | cc_library_shared { |
2 | name: "libpermission", | ||||
Steven Moreland | 7c849fa | 2021-04-13 01:01:32 +0000 | [diff] [blame^] | 3 | 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 Moreland | a6fddfb | 2021-04-13 00:56:05 +0000 | [diff] [blame] | 14 | } |