summaryrefslogtreecommitdiffstats
path: root/libsystem
Commit message (Collapse)AuthorAgeFilesLines
* Add NATIVE_WINDOW_CONSUMER_IS_PROTECTED enumJiwen 'Steve' Cai2017-05-011-0/+6
| | | | | | | | | | | | The enum is being introduced into libnativewindow, but back ported here since window-deprecated.h is still being depended by other system componenets. Bug: 35726763 Test: videoplayer-nodrm-protected.apk and videoplayer-drm-protected.apk both works. Change-Id: I9298ff9b1ddd7f868e59db41e1a84e2cdd3d02b5
* Revert "libsystem_headers: export libaudio_system_headers"Colin Cross2017-04-141-4/+0
| | | | | | This reverts commit c83ea95654c4cf8f9bb60b9e69cac7f3ed32b14f. Change-Id: I86d89381257e975654bbd0d4e71c35ca77e87228
* libsystem_headers: export libaudio_system_headersSteven Moreland2017-04-131-0/+4
| | | | | | | | | | | These headers are used in headers in libsystem_headers and must be re-exported. Test: modules using libsystem_headers don't have to have libaudio_system_headers include dirs set. Bug: 33241851 Change-Id: Ic2d842a4c97b3e3fed770249f0cc33a399f3cead
* libutils: export system_headersSteven Moreland2017-04-132-0/+27
| | | | | | | | | | | | | | | | | | vendor + vendor_available modules built with BOARD_VNDK_VERSION := current aren't allowed to use global headers. Since libutils uses system headers itself, it should export them as well. Also added some items into windows-deprecated.h. This file is supposed to be in sync with the libnativewindow variant until all dependencies on it can be fixed. However, it is missing some updates. This matters when including libsystem_headers adds system headers before libnativewindow headers in the lookup paths. Bug: 33241851 Test: building with BOARD_VNDK_VERSION := current produces many fewer errors. Change-Id: I950821f1dae3ddc110db50869247913d5b1aa638
* Moved all files from include/system to libsystem/include/systemVijay Venkatraman2017-04-119-0/+2286
Bug: 33241851 Test: No changes for modules not using VNDK. For compiling with VNDK, add libsystem_headers as dependency for using these headers Merged-In: I2acce0ab771e10ac83461c2f931e2c19e922089e Change-Id: I2acce0ab771e10ac83461c2f931e2c19e922089e