android_system_core/include
Vijay Venkatraman 3c6763ca21 Exporting C headers from system/core
Moved headers from include/libcutils and include/liblog to
libcutils/include and liblog/include respectively, so they can be
exported via these libs. They needed to be moved since Soong does
not allow export from external folder.

Added symlink from old locations. They are needed since Soong
includes system/core/include by default. Once all modules are
cleaned up to explicitly add the required libs, the symlinks will be
removed.

Also added liblog_vndk_headers that exports a special log/log.h for
VNDK.

Moved headers of libcutils to libcutils_headers. They should be used
by modules for header-only inlines. Added libcutils_headers as
dependency of libcutils.

Added libcutils_vndk_headers that exports a special cutils/log.h
deprecating usage of the file. A later CL will deprecate the one in
libcutils_headers

Test: Add above libs to shared lib of local module
Change-Id: I6e1f9c5f23d8b6eae13dc3b7e5dfe7fae93b8510
2017-01-22 19:45:38 -08:00
..
android liblog: restructure log/log.h and android/log.h 2016-10-24 11:03:49 -07:00
backtrace Test for _WIN32 in instead of USE_MINGW. 2016-10-05 09:37:44 -07:00
nativebridge Allow different namespace types for different classloaders 2016-11-04 15:21:13 -07:00
private Exporting C headers from system/core 2017-01-22 19:45:38 -08:00
system Fix typo in radio_metadata_t definition. 2017-01-12 11:15:32 -08:00
sysutils Fix vold vulnerability in FrameworkListener am: 470484d2a2 am: e9e046df6c am: 109024f74a am: b906ad88b9 am: 2fadbb93a4 am: e04054d9bb 2016-08-19 22:36:29 +00:00
utils liblog: use log/log.h for ALOG macros 2017-01-12 15:44:06 -08:00
ziparchive Make libziparchive C++-only. 2016-12-29 10:38:37 -08:00
cutils Exporting C headers from system/core 2017-01-22 19:45:38 -08:00
log Exporting C headers from system/core 2017-01-22 19:45:38 -08:00