commit | 893a4a47e8c9290128b9254af0246e36f821c260 | [log] [tgz] |
---|---|---|
author | Nick Kralevich <nnk@google.com> | Thu May 23 09:54:13 2013 -0700 |
committer | Nick Kralevich <nnk@google.com> | Thu May 23 10:37:46 2013 -0700 |
tree | 9f5d6f4319ce325fb056c4be1197f916aebab286 | |
parent | 1c1593079433e696348195c9e3e7dc1176acc0bb [diff] [blame] |
adb: Only use properties on device builds When building for the host, don't make reference to property_get / property_set. I'm in the process of removing host side support for properties. Change-Id: I691c5872b5fd538e78bc38a3fe72574cdc7f43c3
diff --git a/adb/services.c b/adb/services.c index d2d428a..f0d5878 100644 --- a/adb/services.c +++ b/adb/services.c
@@ -35,6 +35,7 @@ # endif #else # include <cutils/android_reboot.h> +# include <cutils/properties.h> #endif typedef struct stinfo stinfo;