summaryrefslogtreecommitdiff
path: root/libs/androidfw/misc.cpp
AgeCommit message (Collapse)Author
2015-01-13am d6c475dc: am 595ae39f: Merge "Use more intention-revealing tests for ↵Elliott Hughes
S_ISLNK and S_ISSOCK." * commit 'd6c475dc246b1681f5c9af9e00ac74183812329c': Use more intention-revealing tests for S_ISLNK and S_ISSOCK.
2015-01-12Use more intention-revealing tests for S_ISLNK and S_ISSOCK.Elliott Hughes
Change-Id: Ia7f13eb7d5a36cf2b4c0a253b2b4d7f7af396951
2014-11-03Fix issues that will be present in C++11Adam Lesinski
- char16_t is a distinct type, so stay consistent with it throughout the code base. - char16_t is defined as minimum size of 16 bits. Since we mmap and cast data structures onto raw memory, we need a precise definition (uint16_t), so we cast between that (and static_assert that they are the same size). Change-Id: I869c32637543bbcfb39d2643e7d9df10d33acd3c
2014-01-27Revert "move libandroidfw to frameworks/native"Adam Lesinski
This reverts commit 84b6292c33d71b5739828d08aa8101d1954577f2.
2013-10-03move libandroidfw to frameworks/nativeMike Lockwood
Change-Id: Ic5b8a2742c7141156ab0f00ca29097bfe92bce60
2013-05-07libutils clean-upMathias Agopian
Change-Id: I11ee943da23a66828455a9770fc3c5ceb4bbcaa9