summaryrefslogtreecommitdiff
path: root/services/api
diff options
context:
space:
mode:
authorAnton Hansson <hansson@google.com>2020-02-19 18:29:12 +0000
committerAnton Hansson <hansson@google.com>2020-02-19 18:29:12 +0000
commitf74130f525ae29fe197dab424bfdae5581755fde (patch)
tree20102c5633fde81b27790a745bc2c4f243874c6f /services/api
parentdaa9d884442284f654be37155f6fb50689380a63 (diff)
Allow com.android.* classes in system_service stubs
The android.* rule is meant to be for the public SDK. Bug: 147559833 Test: m checkapi Change-Id: I8b36cf7a4ff569d0b960455de09ed40592dd5a9e
Diffstat (limited to 'services/api')
-rw-r--r--services/api/lint-baseline.txt16
1 files changed, 0 insertions, 16 deletions
diff --git a/services/api/lint-baseline.txt b/services/api/lint-baseline.txt
index 0b8658cf469d..b42a25872545 100644
--- a/services/api/lint-baseline.txt
+++ b/services/api/lint-baseline.txt
@@ -1,20 +1,4 @@
// Baseline format: 1.0
-InternalClasses: com.android.permission.persistence.RuntimePermissionsPersistence:
- Internal classes must not be exposed
-InternalClasses: com.android.permission.persistence.RuntimePermissionsState:
- Internal classes must not be exposed
-InternalClasses: com.android.permission.persistence.RuntimePermissionsState.PermissionState:
- Internal classes must not be exposed
-InternalClasses: com.android.role.persistence.RolesPersistence:
- Internal classes must not be exposed
-InternalClasses: com.android.role.persistence.RolesState:
- Internal classes must not be exposed
-InternalClasses: com.android.server.SystemService:
- Internal classes must not be exposed
-InternalClasses: com.android.server.SystemService.TargetUser:
- Internal classes must not be exposed
-
-
ProtectedMember: com.android.server.SystemService#publishBinderService(String, android.os.IBinder):
Protected methods not allowed; must be public: method com.android.server.SystemService.publishBinderService(String,android.os.IBinder)}
ProtectedMember: com.android.server.SystemService#publishBinderService(String, android.os.IBinder, boolean):