| Bob Badour | 8a371ba | 2021-04-20 14:07:25 -0700 | [diff] [blame] | 1 | package { | 
|  | 2 | // See: http://go/android-license-faq | 
|  | 3 | // A large-scale-change added 'default_applicable_licenses' to import | 
|  | 4 | // all of the 'license_kinds' from "frameworks_native_license" | 
|  | 5 | // to get the below license kinds: | 
|  | 6 | //   SPDX-license-identifier-Apache-2.0 | 
|  | 7 | default_applicable_licenses: ["frameworks_native_license"], | 
|  | 8 | } | 
|  | 9 |  | 
| Steven Moreland | a6fddfb | 2021-04-13 00:56:05 +0000 | [diff] [blame] | 10 | cc_library_shared { | 
|  | 11 | name: "libpermission", | 
| Steven Moreland | 7c849fa | 2021-04-13 01:01:32 +0000 | [diff] [blame] | 12 | srcs: [ | 
|  | 13 | "AppOpsManager.cpp", | 
|  | 14 | "IAppOpsCallback.cpp", | 
|  | 15 | "IAppOpsService.cpp", | 
|  | 16 | ], | 
|  | 17 | export_include_dirs: ["include"], | 
|  | 18 | shared_libs: [ | 
| Svet Ganov | 39c0753 | 2021-04-17 06:58:37 +0000 | [diff] [blame] | 19 | "libbinder", | 
| Svet Ganov | 39c0753 | 2021-04-17 06:58:37 +0000 | [diff] [blame] | 20 | "liblog", | 
| Adam Bookatz | e16e891 | 2021-04-26 23:20:46 +0000 | [diff] [blame] | 21 | "libutils", | 
| Steven Moreland | 7c849fa | 2021-04-13 01:01:32 +0000 | [diff] [blame] | 22 | ], | 
| Steven Moreland | a6fddfb | 2021-04-13 00:56:05 +0000 | [diff] [blame] | 23 | } |