- Oct 25, 2018
-
- Oct 24, 2018
- Aug 08, 2018
-
- Aug 07, 2018
-
- Aug 06, 2018
-
-
Xin Li authored
Bug: 112104996 Change-Id: Iae25cff54338fd7b2d09ab437ae6c89c55f7e775
-
- Jul 10, 2018
-
-
Haibo Huang authored
am: 5f97ab5b Change-Id: If1a7ad90708bb0b3e8485dfd3be849cd3c997e75
-
Haibo Huang authored
am: 5a34f66d Change-Id: I1f9a486d143c466fdba9eefe51276f311e974ee9
-
Haibo Huang authored
am: 2d88f8dc Change-Id: Ibcc3dd257230eaf18e29ccc55f2165b97b7136fc
-
- Jul 07, 2018
-
-
Haibo Huang authored
Test: NA Change-Id: I41ca21e07fd04696eb9eac3dd9d569fd8f566b5e
-
- Jun 09, 2018
-
- Jun 08, 2018
-
-
Xin Li authored
Bug: 79597307 Change-Id: If1e4a965391c10a6b0daf1519c4abb36de703753
-
- Mar 28, 2018
-
-
android-build-team Robot authored
Change-Id: I37daa5f4452442119a1582626c183326281ed0ea
-
- Mar 27, 2018
-
-
Jeff Sharkey authored
am: 00994822 Change-Id: I05b051eb5f84e13c396bf8be17963b3a95a8329b
-
Jeff Sharkey authored
am: 9c50b5e1 Change-Id: I26bf81737722d1efe6f68889c6f26d328bdb0aef
-
Jeff Sharkey authored
On 32-bit devices we trigger SIGBUS by trying to copy around the std::string, so parse it immediately to avoid trouble. Test: manual with 32-bit binary Bug: 73961200 Change-Id: I32028fd18a00f3a40d380145cb7a7874b758f5c4
-
- Feb 07, 2018
-
-
android-build-team Robot authored
Change-Id: I4ea5ace33d4be3a7d1c383353b7054d9ad71d6be
-
- Feb 06, 2018
-
- Jan 03, 2018
-
-
Yi Kong authored
Clang 6.0.1 update introduced a number of new warnings, failing werror build. Ignore the -Wpragma-pack warning for external/gptfdisk. Test: m checkbuild Change-Id: Ib9033cd5039d47d171b03c7472663593f01d9f4b
-
- Oct 21, 2017
-
-
android-build-team Robot authored
Change-Id: Iff6173c46bf37e163e23ecc31d5d8985cd7473c7
-
- Oct 19, 2017
-
-
Jeff Sharkey authored
Before this patch, requesting a code like "0x0c00" would be flattened to "0x0700" because it was translated through the GUID type table. Callers creating MBR tables expect these codes to flow through without this fidelity loss. To support this, we stash away any provided hex type and return it instead of doing a lookup. Test: cts-tradefed run commandAndExit cts-dev --abi armeabi-v7a -m CtsAppSecurityHostTestCases -t android.appsecurity.cts.AdoptableHostTest Bug: 63735902 Change-Id: If61407960c9ad1050e5f9031617d71d68f7820b4
-
- Aug 03, 2017
-
-
android-build-team Robot authored
release-request-d4f45cf4-9d73-4828-baa4-f73aa4280cd0-for-git_pi-release-4241208 snap-temp-L10800000088711883 Change-Id: I79488f7e32e25afa14b4ba9b4740446fff692dc1
-
- Aug 02, 2017
-
- Aug 01, 2017
-
-
bohu authored
The getopt_long will return -1 when all command-line options have been parsed, and the index value will not be changed in that case. The caller should check both and handle it properly. BUG: 64235252 Change-Id: I203dd5bc42bb7ce83e558f25074c7e1a92f250e9 (cherry picked from commit 69e46b9a)
-
bohu authored
The getopt_long will return -1 when all command-line options have been parsed, and the index value will not be changed in that case. The caller should check both and handle it properly. Change-Id: I203dd5bc42bb7ce83e558f25074c7e1a92f250e9