- Jun 14, 2019
-
-
Linux Build Service Account authored
Change-Id: I260b6f8ab94327867bdfbf85e080ca0b37f9011c
-
- May 23, 2019
-
-
Change-Id: I00e7eb279dd1f09db7476191e083bed4933e1b71
-
- May 10, 2019
-
-
Scott Lobdell authored
Change-Id: I2195d0c8d7088cfc4a0fd7b5cd421f7f794958ec
-
- May 07, 2019
-
-
android-build-team Robot authored
Change-Id: Ie504e9bd8fe9a635781732ef90ccc6b3dd4d6c37
-
- May 02, 2019
-
-
Valerie Hau authored
Add validateBufferSize and getTransportSize Bug: 131089111 Test: build, boot Change-Id: I052f9537fa1b37a4a7b2f5d82309aff3d2e1f2f3
-
- Mar 12, 2019
-
-
Change-Id: I11fabaa8dbd552d95abcbe61881f404ce777de68
-
- Mar 07, 2019
-
-
Scott Lobdell authored
Change-Id: I089aeb65fe642da238c2d0cc4b896896b9fc8dcc
-
- Feb 25, 2019
-
-
android-build-team Robot authored
Change-Id: I5e898d4f714054337e352149f789e6563f890d4d
-
- Feb 24, 2019
-
- Feb 21, 2019
-
-
Xin Li authored
Bug: 120848293 Change-Id: I178359ad531f0194030e56de95d67ae8af87232e
-
- Jan 06, 2019
-
-
Change-Id: I46f87d549e826a453e44cfede743d639e71e351e
-
- Dec 17, 2018
-
-
Scott Lobdell authored
Change-Id: I403aa89e07e63f404fbaee61037e9a6421666349
-
- Dec 15, 2018
-
-
Change-Id: Ie7f5798cee962e270f93d5f3852550885516093c
-
- Nov 28, 2018
-
-
android-build-team Robot authored
Change-Id: I338a3920afc2e5e96e7410c4cb9629a173dd8f38
-
- Nov 27, 2018
-
-
Cody Schuffelen authored
am: 6f555385 Change-Id: I029c73dceadda59a3e96e5bf80f94da35104445d
-
Cody Schuffelen authored
am: 6437e802 Change-Id: I67ae198166a09649c70d71bcdd007bf67a6fb28a
-
- Nov 26, 2018
-
-
Cody Schuffelen authored
am: 816a8bb0 Change-Id: I2afd0756285435d56a592b122432959b683c566a
-
- Nov 20, 2018
-
-
Diego Wilson authored
Change-Id: I9889d4c43aed82839fa3399c02b8eb5bbaf2b12b
-
- Nov 19, 2018
-
-
Cody Schuffelen authored
Test: TH Bug: 119522286 Change-Id: I0481b3f41b2c4895b88bdd8a58d32ae02769bca7
-
- Nov 04, 2018
-
-
android-build-team Robot authored
Change-Id: I420fc9bc3f435416095060f437cfff3c0ee58650
-
- Nov 02, 2018
-
-
Chih-Hung Hsieh authored
It will be a global error by default. Test: make checkbuild Bug: 112564944 Exempt-From-Owner-Approval: do not block on new warnings
-
- Nov 01, 2018
-
-
TreeHugger Robot authored
-
George Burgess IV authored
Our static analyzer is unhappy with this code, and thinks it has a memory leak: device/generic/opengl-transport/host/libs/virglrenderer/AVDVirglRenderer.cpp:343:38: warning: Potential leak of memory pointed to by 'config' [clang-analyzer-cplusplus.NewDeleteLeaks] While this immediately seems true, the constructor for `config` will stash a pointer to `config` in a static vector, which presumably is meant to manage the lifetime of our newly-allocated `config`. As noted in the comments, the analyzer can generally reason about that, but it gives up trying to figure out what the constructor is doing before we reach the vector's push_back. Just put a NOLINT here to make it be quiet. Bug: None Test: Ran the analyzer. It's no longer angry. Change-Id: Ida0118ef8b9ca0cd40cdd5e76489ab14cb86ea23
-
- Oct 31, 2018
-
-
android-build-team Robot authored
Change-Id: I0cb1914c490be591ffcad9e26758151cba038ba3
-
- Oct 30, 2018
-
-
Chih-Hung Hsieh authored
am: a6b9bb30 Change-Id: Iec0097eda096e0b216911d4dcaf458afe8542c3f
-
Chih-Hung Hsieh authored
am: b6da014c Change-Id: I11815126c83eea63c1dcd56255b2ffa613f0b836
-
Chih-Hung Hsieh authored
am: d282cb97 Change-Id: I7c6252f82dfb9fefce714fbfb1a0e0ff38670737
-
- Oct 29, 2018
-
-
Chih-Hung Hsieh authored
It will be a global error by default. Test: make checkbuild Bug: 112564944 Exempt-From-Owner-Approval: do not block on new warnings
-
- Oct 27, 2018
-
-
Greg Hartman authored
am: 2e2bd25a Change-Id: I72c38364245e7fbd669e3412c71ccc4d8b21dab0
-
Greg Hartman authored
am: 167517c4 Change-Id: I8fd099791d5a4fcb1b15cde61fb35e995e968d88
-
Greg Hartman authored
am: 756d558a Change-Id: I5fc1c8f5b496a8978dfaff051a927c13f301bae0
-
- Oct 26, 2018
-
-
Greg Hartman authored
am: 6a076d3b Change-Id: I9b25d0feae4d3b4702e7a9764b084cdfae91e96e
-
Greg Hartman authored
am: 8af14a4c Change-Id: I485a444082b0d7a2da76df1f00535a34860a2e9c
-
Greg Hartman authored
BUG: 118466250 Test: TH Change-Id: I2858aa77749eb8637afb1e5c9e26f184ba3d525e
-
Greg Hartman authored
Test: Visual inspection There's no reason that emugen wouldn't compile on the mac, and turning it off here breaks things. Change-Id: Icaa6e06a8e69d89a7739b4702a62906767c03d58 (cherry picked from commit a688f6d6)
-
Greg Hartman authored
Test: Visual inspection There's no reason that emugen wouldn't compile on the mac, and turning it off here breaks things. Change-Id: Icaa6e06a8e69d89a7739b4702a62906767c03d58 (cherry picked from commit a688f6d6)
-
Greg Hartman authored
Test: Visual inspection There's no reason that emugen wouldn't compile on the mac, and turning it off here breaks things. Change-Id: Icaa6e06a8e69d89a7739b4702a62906767c03d58
-
- Oct 25, 2018
-
-
Greg Hartman authored
BUG: 117561734 Test: Local build gets further Change-Id: I96a0d285b98f97bed38a8f18657b9f12f21e6b47 (cherry picked from commit b647927f)
-
Greg Hartman authored
BUG: 117514054 Test: TH Change-Id: I2fe8bc306369d45939b50d21aa6516882ca0d049
-
- Oct 24, 2018
-
-
Greg Hartman authored
BUG: 117561734 Test: Local build gets further Change-Id: I96a0d285b98f97bed38a8f18657b9f12f21e6b47 (cherry picked from commit b647927f)
-