summaryrefslogtreecommitdiffstats
path: root/libcutils/include_vndk
Commit message (Collapse)AuthorAgeFilesLines
* Remove private headers from libcutils.vendorYifan Hong2017-08-021-1/+0
| | | | | | | | | | | Bug: 63135587 Test: m -j Test: BOARD_VNDK_VERSION=current m -j Test: mma -j Test: BOARD_VNDK_VERSION=current mma -j Change-Id: I9eecf23c4c311bd8336a5bfaaeb2afb3b51c6513 Merged-In: I9eecf23c4c311bd8336a5bfaaeb2afb3b51c6513
* Move android_filesystem_config.h => fs_config.hYifan Hong2017-08-021-0/+1
| | | | | | | | | | | | | | | | | The non AID_ things in android_filesystem_config.h are moved to fs_config.h. For libcutils.vendor and libcutils_headers.vendor, fs_config.h is not exported. An empty system/core/include/private/fs_config.h is placed to appease the dependency from certain modules (logd, etc.) that includes system/core/include/private/android_filesystem_config.h directly. Test: m -j Test: BOARD_VNDK_VERSION=current m -j Bug: 63135587 Change-Id: I95dfb874a426941022b100c0ca26a0576b0f4aa3 Merged-In: I95dfb874a426941022b100c0ca26a0576b0f4aa3
* Remove VNDK warning.Steven Moreland2017-04-191-1/+27
| | | | | | | | | | Added todo once usages are fixed. Bug: 33241851 Test: things with -Werror now compile in VNDK (cherry picked from commit 81626e48cb075aeab36e95047f047922d9a2715f) Merged-In: I6c4a148dca4d4710912fe62a8854cb8077651701 Change-Id: I6c4a148dca4d4710912fe62a8854cb8077651701
* Moved include/android_filesystem_*.h and canned_fs_config.h to libcutilsVijay Venkatraman2017-03-211-0/+1
| | | | | | | | | Bug: 33241851 Test: No changes needed for modules not using VNDK. For VNDK, enable BOARD_VNDK_VERSION in BoardConfig.mk and add libcutils to modules that need these headers. Change-Id: I6102778aab35ed26a5ddde11230502dcd4edc852
* Revert "Revert "Exporting C headers from system/core""Vijay Venkatraman2017-01-2529-0/+49
| | | | | | | This reverts commit a3f2be2b73cebb057218db2a19e8fad04ecb88f6. Test: compile Change-Id: I04b3a8e47e1fa3eb9d80c14ae3a90c68a780e858
* Revert "Exporting C headers from system/core"Vijay Venkatraman2017-01-2529-49/+0
| | | | | | This reverts commit 3c6763ca21c1150d66daf8fde9b440b1c3219fe6. Change-Id: If3b3e106478d28a5df927d57649abdca0a99dd0e
* Exporting C headers from system/coreVijay Venkatraman2017-01-2229-0/+49
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