summaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
authorDaniel Solomon <solomondaniel@google.com>2020-05-29 14:07:13 -0700
committerDaniel Solomon <solomondaniel@google.com>2020-06-03 11:08:26 -0700
commit8bbbcb320ab823322a5b1de7a6dc28ea0ce6d35c (patch)
treee8a658b8b7c017ba098a75f0b43ed00ac848a6e3 /Android.bp
parent84cca08c56e8a7d0929b04f77ec73ed8a1e48f22 (diff)
downloadgs101-8bbbcb320ab823322a5b1de7a6dc28ea0ce6d35c.tar.gz
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
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp20
1 files changed, 20 insertions, 0 deletions
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"]
+}
+