- 11 Mar, 2015 1 commit
-
-
Ying Wang authored
This eliminated the previous hack, that doesn't work reliably with the "LOCAL_REQUIRED_MODULES := mkfs.f2fs". Bug: 19666886 Change-Id: I1f0a2d41129f402c0165f3b86b6fda077291f282
-
- 27 Feb, 2015 6 commits
-
-
Narayan Kamath authored
* commit '579b9299': Remove more dead code from minzip.
-
Dan Albert authored
* commit 'ecead276': Add tests for read_block_adb.
-
Narayan Kamath authored
-
Narayan Kamath authored
I've added explanatory comments to mzExtractRecursive because that function will live on as a utility even after we move the zip format related logic to libziparchive. bug: 19472796 Change-Id: Id69db859b9b90c13429134d40ba72c1d7c17aa8e
-
Dan Albert authored
-
Dan Albert authored
These tests aren't completely representative in that they don't run in the recovery image. We might want to look in to adding a self-test option to the recovery UI. Until then, these can be run on a normal device (which is easier to do anyway). Bug: 19522788 Change-Id: Idb20feb55d10c62905c2480ab1b61a2e4b5f60d8
-
- 26 Feb, 2015 6 commits
-
-
Dan Albert authored
* commit 'cab0beb9': This read accidentally got turned in to a write.
-
Dan Albert authored
-
Dan Albert authored
Too many mechanical changes in a row... Bug: 19522788 Change-Id: Ic451792aab2700cdbdbb64529b99ff5f567918ad
-
Narayan Kamath authored
* commit 'c9bc3cc9': Drop hardcoded LOCAL_C_INCLUDES from minui/Android.mk
-
Narayan Kamath authored
-
Trevor Drake authored
The zlib include was not required. libpng is now handled by referencing the libpng static library Change-Id: Ie4e0abad3fff5b763eba363d3d0fa96128ff49bc
-
- 25 Feb, 2015 12 commits
-
-
Dan Albert authored
* commit '9255ad4a': Fix readx/writex names.
-
Dan Albert authored
-
Dan Albert authored
Change-Id: I9556960b8293ea0e81def8b73f88edadb68841e3
-
Dan Albert authored
* commit '12fa5191': Remove _(GNU|XOPEN)_SORUCE makefile cruft.
-
Dan Albert authored
-
Narayan Kamath authored
* commit '82eea3fd': Fix LP64 build for minadbd.
-
Narayan Kamath authored
-
Narayan Kamath authored
services.c:57:12: error: format '%llu' expects argument of type 'long long unsigned int', but argument 2 has type 'uint64_t' [-Werror=format=] Change-Id: Ieba691bf9e7a30c8bb38f4e1f36e86b6ea3f8c80
-
Dan Albert authored
None of the functions needing these are used. Change-Id: Ibe3ca24d993788bf2f1108bac8417a7094ef386b
-
Dan Albert authored
* commit '35fbf787': Fix build from implicit declaration.
-
Dan Albert authored
-
Dan Albert authored
Turn the warning on by default and turn on -Werror so this doesn't happen next time. Change-Id: Id65bf0cb63bbf0ff224655b425463ae2f55435df
-
- 24 Feb, 2015 4 commits
-
-
Narayan Kamath authored
* commit '829d392a': Delete unused functions from minzip.
-
Narayan Kamath authored
-
Narayan Kamath authored
* commit '9e95c515': Fix a printf format warning.
-
Narayan Kamath authored
-
- 23 Feb, 2015 2 commits
-
-
Narayan Kamath authored
warning: format '%lu' expects argument of type 'long unsigned int', but argument 3 has type 'unsigned int' [-Wformat] sizeof(RangeSet) + num * sizeof(int)); Change-Id: I4a3c6fc8d40c08ea84f8f5ee13f39350e4264027
-
Narayan Kamath authored
This is in preparation of replacing it with libziparchive and providing shim wrappers. bug: 19472796 Change-Id: I1f2fb59ee7a41434e794e4ed15b754aa2b74a11d
-
- 20 Feb, 2015 1 commit
-
-
Dan Albert authored
* commit '2d102225': Kill of most of the remainder of minadbd.
-
- 19 Feb, 2015 8 commits
-
-
Dan Albert authored
-
Dan Albert authored
I think everything left now is here to stay (services.c might get massaged in to libadbd if it gets refactored). Bug: 17626262 Change-Id: I01faf8b277a601a40e3a0f4c3b8206c97f1d2ce6
-
Bill Yi authored
-
Dan Albert authored
-
Dan Albert authored
Change-Id: Ia5150e1ef8be5a8f2d2da0fdca9383e22218f4ac
-
Dan Albert authored
-
Dan Albert authored
This code doesn't exist in the normal adb, so it just makes it harder to diff the two. Change-Id: Ibb21b49bb9944c4245199536cbe88e8a107cf00d
-
Dan Albert authored
-