From 83fdeca17d4aeb8a333b61f21a52a793804e0975 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Mon, 9 Sep 2019 17:56:22 -0700 Subject: Factor GetGsiService into a helper library. Bug: 140204341 Test: gsi_tool Change-Id: I40fb2ff6ad58346d0711b971de5d1a7d3fba6774 --- include/libgsi/libgsid.h | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 include/libgsi/libgsid.h (limited to 'include/libgsi') diff --git a/include/libgsi/libgsid.h b/include/libgsi/libgsid.h new file mode 100644 index 0000000..46f8ef5 --- /dev/null +++ b/include/libgsi/libgsid.h @@ -0,0 +1,27 @@ +// +// Copyright (C) 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 + +#include + +namespace android { +namespace gsi { + +android::sp GetGsiService(); + +} // namespace gsi +} // namespace android -- cgit v1.2.3