| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | ZipFileRO: Use precise widths for zip file types. | Narayan Kamath | 2015-06-17 | 1 | -4/+3 |
| | | | | | | | | | | | | | | | | | | | getEntryInfo crashes on 64-bit devices because "long" types were being passed int pointers (that pointed to a stack frame) that were reinterpret_cast'ed to long* (sigh.). To fix this issue once and for all, use types with explicitly defined widths. This change also removes some dead invariant checking from Asset.cpp instead of cleaning it up. Note that we've introduced a wart in NativeLibraryHelper, where we need to deal with zlib's uLong type, which is "at least 32 bits wide". bug: 21622286 Change-Id: Iae675a9601db7aae03a8b80b40321d2cc1d97f50 | ||||
| * | Revert "move libandroidfw to frameworks/native" | Adam Lesinski | 2014-01-27 | 1 | -0/+322 |
| | | | | | This reverts commit 84b6292c33d71b5739828d08aa8101d1954577f2. | ||||
| * | move libandroidfw to frameworks/native | Mike Lockwood | 2013-10-03 | 1 | -322/+0 |
| | | | | | Change-Id: Ic5b8a2742c7141156ab0f00ca29097bfe92bce60 | ||||
| * | frameworks/base refactoring. | Mathias Agopian | 2012-02-17 | 1 | -0/+322 |
| step 2: move libutils headers to their new home: androidfw Change-Id: I14624ba23db92a81f2cb929f104386e1fab293ef | |||||
