summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEnrico Granata <egranata@google.com>2024-02-06 00:08:54 +0000
committerEnrico Granata <egranata@google.com>2024-02-06 21:24:38 +0000
commit618d4bd06268a651a71d73a09382e8722162aa32 (patch)
tree3190eb3c76cdd32d5766190127ba7a73295a82b1
parent02137d74ad1d7d9a0885cd97e0f9af09c2b9139e (diff)
downloadtrout-618d4bd06268a651a71d73a09382e8722162aa32.tar.gz
Include cuttlefish bluetooth sepolicy
Change-Id I04c339155d4b61a595083d3714476507cd60f27f broke trout builds. Due to how we include bluetooth into our project, this sepolicy was no longer getting included in our build. Adding it back fixes a build error. Bug: 316341137 Test: build Change-Id: Iddf0a3973206a7bc3d9f3088862093de87980e98 Merged-In: Iddf0a3973206a7bc3d9f3088862093de87980e98
-rw-r--r--shared/BoardConfig.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/shared/BoardConfig.mk b/shared/BoardConfig.mk
index 61b5293..7fdc5bf 100644
--- a/shared/BoardConfig.mk
+++ b/shared/BoardConfig.mk
@@ -18,3 +18,4 @@
-include device/google/cuttlefish/shared/camera/BoardConfig.mk
-include device/google/cuttlefish/shared/graphics/BoardConfig.mk
-include device/google/cuttlefish/shared/telephony/BoardConfig.mk
+-include device/google/cuttlefish/shared/bluetooth/BoardConfig.mk