summaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
authorDan Willemsen <dwillemsen@google.com>2018-08-21 14:11:34 -0700
committerAdam Shih <adamshih@google.com>2018-09-12 14:58:10 +0800
commitee3cd865c02073aca71c56ee298246fe90dc8a0c (patch)
tree927d08dbcd6a26e03b2cab5d256ce86c8d3e2b97 /Android.bp
parent3d5753cf139f9a46f21aa28701cc17e45b4661a8 (diff)
Use a single Soong namespace for device/google/crosshatch
Everything under this directory should be namespaced, as it's by definition device-specific. But we don't need multiple namespaces here, so move everything to a single namespace. Bug: 114589535 Test: lunch crosshatch-userdebug; m nothing Change-Id: Id80ba6370993cc013038f32a212a86cea7d8c4b2 Merged-In: Id80ba6370993cc013038f32a212a86cea7d8c4b2 (cherry picked from commit c845ca4ee15ad9244a7a50645fedadc63e294f95)
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp3
1 files changed, 3 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
new file mode 100644
index 0000000..e91352c
--- /dev/null
+++ b/Android.bp
@@ -0,0 +1,3 @@
+soong_namespace {
+ imports: ["hardware/google/interfaces"],
+}