summaryrefslogtreecommitdiff
path: root/tools/aapt/CacheUpdater.h
AgeCommit message (Collapse)Author
2023-09-01Move String8 path functions to androidfw and aapt Tomasz Wasilczyk
Test: m checkbuild Bug: 295394788 Change-Id: I9488bc5632cbd47c83f6b5f2df4c87eb324a1e8e
2023-08-18Use String8/16 c_str [tools] Tomasz Wasilczyk
Bug: 295394788 Test: make checkbuild Change-Id: I82d6899d8c15a10b15399c39177290012bb5f13b Merged-In: I82d6899d8c15a10b15399c39177290012bb5f13b
2016-08-11Fix clang-tidy warnings in aapt and aapt2. Chih-Hung Hsieh
* Add explicit keyword to conversion constructors. * Add NOLINT(implicit) comments for implicit conversion constructors. Bug: 28341362 * Use const reference type for read-only parameters. Bug: 30407689 * Use const reference type to avoid unnecessary copy. Bug: 30413862 Test: build with WITH_TIDY=1 Change-Id: Id6d21961f313a1ad92b15a37fdaa5be9e8ab48e1
2015-08-17Replace HAVE_MS_C_RUNTIME with _WIN32 in frameworks/base/tools. Elliott Hughes
Change-Id: Ideef62acbf53a442167c9b8038021affffef9e8a
2014-11-03Fix automerge issue Adam Lesinski
Duplicate method declaration. Change-Id: I9355bd7c716e668ad7892fd12e93352455d149b5
2014-11-03Merge commit '78be0498' into manualmerge Adam Lesinski
Conflicts: libs/androidfw/ResourceTypes.cpp tools/aapt/Android.mk tools/aapt/StringPool.cpp tools/aapt/StringPool.h Change-Id: I9d69efdfb892032895ace12159d193304f02dc6c
2014-11-03Fix issues that will be present in C++11 Adam 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-10-02am 25a8e43b: am 7d92ae6d: am 5b3be618: am 70de9c0d: Merge "include direct.h ↵ Stephen Hines
for _mkdir" into lmp-dev * commit '25a8e43b13e719ff97edd174f8b1ed175e6f91b0': include direct.h for _mkdir
2014-10-01Frameworks/base: Fix AAPT warnings Andreas Gampe
Turn on -Wall -Werror. Fix warnings. Change-Id: I287fb3c1e851c654479bcf9ea8c73bd354a6b2a1
2014-09-30include direct.h for _mkdir Andrew Hsieh
Bug: 14416410 The new mingw-w64 toolchain x86_64-w64-mingw32-4.8 no longer declares _mkdir in io.h. Change-Id: I624b52d2f35db54a7f28df09f997fc883b0f0557
2014-01-27Revert "Move frameworks/base/tools/ to frameworks/tools/" Adam Lesinski
This reverts commit 9f6a119c8aa276432ece4fe2118bd8a3c9b1067e.
2013-08-28Move frameworks/base/tools/ to frameworks/tools/ Mike Lockwood
Change-Id: I3ffafdab27cc4aca256c3a5806b630795b75d5c8
2011-07-20Added Caching for PreProcessed PNGs Josiah Gaskin
Added a cache management system for pre-processed PNG files along with unit tests. The cache system will be used if the --no-crunch flag is passed to AAPT during the package phase. The cache can be updated by a call to 'aapt crunch' (see usage statement). Also put in benchmarking code. Change-Id: I58271fb2ee2f5f9075fd74d4ff6f15e7afabd05c