Bluetooth: Move AsyncFdWatcher tests to the device am: b43a5b2435 am: 150ff7ba06 am: c198d27f06
am: c08c7b585d
Change-Id: I94e75691dd9b93340c3dc873b21b281a1efd4865
diff --git a/bluetooth/1.0/default/Android.bp b/bluetooth/1.0/default/Android.bp
index a99cd9e..4af079e 100644
--- a/bluetooth/1.0/default/Android.bp
+++ b/bluetooth/1.0/default/Android.bp
@@ -35,12 +35,25 @@
],
}
-cc_test_host {
+cc_test {
name: "bluetooth-vendor-interface-unit-tests",
srcs: [
"async_fd_watcher.cc",
- "bluetooth_address.cc",
"test/async_fd_watcher_unittest.cc",
+ ],
+ local_include_dirs: [
+ "test",
+ ],
+ shared_libs: [
+ "libbase",
+ "liblog",
+ ],
+}
+
+cc_test_host {
+ name: "bluetooth-address-unit-tests",
+ srcs: [
+ "bluetooth_address.cc",
"test/bluetooth_address_test.cc",
"test/properties.cc",
],