Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6719d9d9 authored by Chris Manton's avatar Chris Manton
Browse files

Remove unneeded header file gd/shim/only_..._ever

Bug:182544206
Test: gd/cert/run
Tag: #refactor
BYPASS_LONG_LINES_REASON: Bluetooth likes 120 lines

Change-Id: I66382c4160c0da5c8d3f2fbb5101cd90e37be627
parent 9688ed13
Loading
Loading
Loading
Loading
+0 −31
Original line number Diff line number Diff line
/*
 * Copyright 2019 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.
 */

#pragma once

/**
 * This common file provides the only visibility from the legacy stack into GD stack.
 *
 * Only interfaces or APIs should be exported.
 *
 * Only common data structures should be used to pass data between the stacks.
 *
 */
namespace bluetooth {
namespace shim {
class Dumpsys;
}  // namespace shim
}  // namespace bluetooth
+1 −1
Original line number Diff line number Diff line
@@ -29,7 +29,6 @@
 * interfaces may be made here
 */

#include "gd/shim/only_include_this_file_into_legacy_stack___ever.h"
#include "osi/include/future.h"

namespace bluetooth {
@@ -71,6 +70,7 @@ class StorageModule;
}

namespace shim {
class Dumpsys;

/* This returns a handler that might be used in shim to receive callbacks from
 * within the stack. */