summaryrefslogtreecommitdiff
path: root/core/java
diff options
context:
space:
mode:
authorSteve Paik <spaik@google.com>2018-01-26 17:16:53 -0800
committerSteve Paik <spaik@google.com>2018-02-06 11:55:10 -0800
commit94292a388ce5ed17a7df4c19482f4c9f98fce310 (patch)
tree92509cb27bc7ce2762c706fb06cb7df0efaa8bd1 /core/java
parent400e08ddc70191930734fa77f356b738c86b7196 (diff)
Move CarServiceHelperService (again)
Move CarServiceHelperService.java and ICarServiceHelper.aidl from frameworks/base to frameworks/opt/car/services. Bug: 72571496 Test: Complies and runs Change-Id: I0f09c84e25a372dab3f170bd623f25a92f9b0f73
Diffstat (limited to 'core/java')
-rw-r--r--core/java/com/android/internal/car/ICarServiceHelper.aidl24
1 files changed, 0 insertions, 24 deletions
diff --git a/core/java/com/android/internal/car/ICarServiceHelper.aidl b/core/java/com/android/internal/car/ICarServiceHelper.aidl
deleted file mode 100644
index 9ee330be060b..000000000000
--- a/core/java/com/android/internal/car/ICarServiceHelper.aidl
+++ /dev/null
@@ -1,24 +0,0 @@
-/*
- * Copyright (C) 2017 The Android Open Source Project
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-
-package com.android.internal.car;
-
-/**
- * Helper API for car service. Only for itneraction between system server and car service.
- * @hide
- */
-interface ICarServiceHelper {
-}