aboutsummaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
authorJosh Gao <jmgao@google.com>2021-02-03 22:12:41 -0800
committerJosh Gao <jmgao@google.com>2021-03-15 16:24:08 -0700
commit822f67479cc7b5449c9b46db345e294233cfb17a (patch)
tree3d384e45d44b511ce8267fb33daf601a6a70b409 /Android.bp
parentbb424aa9acbfd484ff51a8358c942492ec0c0330 (diff)
downloadadb-822f67479cc7b5449c9b46db345e294233cfb17a.tar.gz
adb: add a class to monitor for property changes.
Bug: http://b/171526334 Test: adbd_test Change-Id: Ia32790cd73d1f4dd0c6a7c4dfbf17ec8c1373126
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp9
1 files changed, 9 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index c74e931d..686c06f5 100644
--- a/Android.bp
+++ b/Android.bp
@@ -512,6 +512,7 @@ cc_library_static {
target: {
android: {
srcs: [
+ "daemon/property_monitor.cpp",
"daemon/usb.cpp",
"daemon/usb_ffs.cpp",
]
@@ -789,6 +790,14 @@ cc_test {
test_config: "adb_test.xml",
+ target: {
+ android: {
+ srcs: [
+ "daemon/property_monitor_test.cpp",
+ ],
+ },
+ },
+
shared_libs: [
"liblog",
],