History log of /system/core/libcutils/include/cutils/hashmap.h
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
651f8383e66a32741d78f485c714ced345db7b3d 25-Jan-2017 Vijay Venkatraman <vijaykv@google.com> Revert "Revert "Exporting C headers from system/core""

This reverts commit a3f2be2b73cebb057218db2a19e8fad04ecb88f6.

Test: compile
Change-Id: I04b3a8e47e1fa3eb9d80c14ae3a90c68a780e858
/system/core/libcutils/include/cutils/hashmap.h
a3f2be2b73cebb057218db2a19e8fad04ecb88f6 25-Jan-2017 Vijay Venkatraman <vijaykv@google.com> Revert "Exporting C headers from system/core"

This reverts commit 3c6763ca21c1150d66daf8fde9b440b1c3219fe6.

Change-Id: If3b3e106478d28a5df927d57649abdca0a99dd0e
/system/core/libcutils/include/cutils/hashmap.h
3c6763ca21c1150d66daf8fde9b440b1c3219fe6 05-Jan-2017 Vijay Venkatraman <vijaykv@google.com> 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
/system/core/libcutils/include/cutils/hashmap.h