summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBaligh Uddin <baligh@google.com>2021-10-18 23:13:50 +0000
committerBaligh Uddin <baligh@google.com>2021-11-06 14:48:11 +0000
commit40bed67c7f8a287e8e5e4a4d94d83482c06dd728 (patch)
tree502813a661b48502f2e4366bd5947d7be9dde5c7
parentb57a83266d739839b5450c348810fb0ed2d6f9ba (diff)
downloadBluetooth-40bed67c7f8a287e8e5e4a4d94d83482c06dd728.tar.gz
Fix include path for system/bt
BUG: 196026708 Test: TH Merged-In: I3dd475163286bc15f2c2d1645612f88542e447e9 Merged-In: Iceda3411152b3f981d8a755ec2b3597447d80eef Change-Id: I114e4880b14cf78d70f32ce160b332e163b15bf8
-rw-r--r--Android.bp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Android.bp b/Android.bp
index dc523cc07..347b22b03 100644
--- a/Android.bp
+++ b/Android.bp
@@ -51,7 +51,7 @@ cc_library_shared {
"libbluetooth_headers",
],
include_dirs: [
- "system/bt/types",
+ "packages/modules/Bluetooth/system/types",
],
shared_libs: [
"libbase",