Commit Graph

8 Commits

Author SHA1 Message Date
Marcel Holtmann
86691b3a57 android: Allow connect() for property_set to fail 2013-11-01 03:18:47 -07:00
Marcel Holtmann
2978367ae0 android: Add system-emulator for wrapping daemon start 2013-10-31 09:51:29 -07:00
Szymon Janc
8e7a4c34b8 android: Remove not needed cutils/log.h stub 2013-10-20 22:38:53 +03:00
Szymon Janc
12405f10d5 android: Remove not needed property_get function form cutils stubs
This is no longer used as daemon indicates its presence by connecting
socket.
2013-10-20 22:35:06 +03:00
Szymon Janc
80f9b05553 android: Improve cutils/log.h stubs
Provide dummy function that will use ALOG* macros parameters. This fix
build errors about set-but-not-used used local variables on linux.
2013-10-20 22:30:17 +03:00
Szymon Janc
63b0fede0f android: Fix crash in property_get stub
If value was not found and default_value was not provided NULL pointer
was passed as argument to strncpy resulting in crash.
2013-10-18 10:15:05 +03:00
Luiz Augusto von Dentz
79625ed074 android: Add cutils/properties.h 2013-10-17 17:13:09 +03:00
Luiz Augusto von Dentz
172b03b644 android: Add cutils/log.h 2013-10-17 17:13:03 +03:00