From 8bbbcb320ab823322a5b1de7a6dc28ea0ce6d35c Mon Sep 17 00:00:00 2001 From: Daniel Solomon Date: Fri, 29 May 2020 14:07:13 -0700 Subject: Create a soong namespace for graphics/gs101 Creating this namespace allows libacryl_plugin to import the prebuilts namespace, which contains modules it depends on. Bug: 157744940 Change-Id: I80a9f9994e5f5efcc08a450b5dae6d18181d3b33 --- Android.bp | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 Android.bp (limited to 'Android.bp') diff --git a/Android.bp b/Android.bp new file mode 100644 index 0000000..ad88f14 --- /dev/null +++ b/Android.bp @@ -0,0 +1,20 @@ +// Copyright (C) 2020 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. + +// TODO (b/158048652): Remove this namespace as part of removing the dependency +// by hardware/.../gs101/libacryl_plugins on vendor/.../prebuilts +soong_namespace { + imports: ["vendor/google_devices/slider/prebuilts"] +} + -- cgit v1.2.3