Index: device/bluetooth/public/interfaces/typemaps.gni |
diff --git a/device/bluetooth/public/interfaces/typemaps.gni b/device/bluetooth/public/interfaces/typemaps.gni |
index c957dab7175272fb40c0f04c394c3de13925bfac..3d29b560305fc532b5d225b40843e507a4abcf1c 100644 |
--- a/device/bluetooth/public/interfaces/typemaps.gni |
+++ b/device/bluetooth/public/interfaces/typemaps.gni |
@@ -2,4 +2,7 @@ |
# Use of this source code is governed by a BSD-style license that can be |
# found in the LICENSE file. |
-typemaps = [ "//device/bluetooth/public/interfaces/uuid.typemap" ] |
+typemaps = [ |
+ "//device/bluetooth/public/interfaces/properties.typemap", |
+ "//device/bluetooth/public/interfaces/uuid.typemap", |
+] |