android_system_core/include
Colin Cross e8ffa449fd Move android_get_control_socket out of line
android_get_control_socket has a warning from the implicit cast from
long to int.  The warning was being hidden because cutils/sockets.h was
included with -isystem.  Move android_get_control_socket to sockets.cpp,
since we don't want header only dependencies anyways, and fix the
warning with a range check and a static_cast.

Bug: 31492149
Test: m -j <module that uses sockets.h and -Wall>
Change-Id: I1f394ab26d4ec8a7dd0e7907c10416d7f8647624
2016-09-23 11:26:08 -07:00
..
android liblog: add __android_log_close() 2016-08-23 15:25:03 -07:00
backtrace Fix race condition updating local map data. 2016-06-16 23:28:11 -07:00
cutils Move android_get_control_socket out of line 2016-09-23 11:26:08 -07:00
log Hide gnu extension warnings in log/log.h 2016-09-16 11:13:20 -07:00
nativebridge LibNativeBridge: Version 2 2015-05-31 16:58:24 -07:00
private Remove net_bt_stack group and replace it with bluetooth 2016-09-20 12:01:33 -07:00
system Fix warnings in system/ headers 2016-09-21 17:46:59 -07:00
sysutils Revert "Sigh, more vendors linking against hidden APIs." 2015-03-20 23:51:36 +00:00
utils Fix warnings in libutils headers 2016-09-22 13:03:15 -07:00
ziparchive Fix warnings in libziparchive 2016-09-20 09:23:47 -07:00