• R/O
  • HTTP
  • SSH
  • HTTPS

List of commits

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

system/corennnnn


RSS
Rev. Tiempo Autor
dc6e14f 2016-06-23 03:16:21 Josh Gao

DO NOT MERGE: adb: use asocket\\\\\'s close function when closing. am: 5218ad36ad am: d7e24ec999 am: a3d96cfec9 -s ours am: 45a4bca09d -s ours
am: fb9747c411

Change-Id: Ife4804a27b044aebaaefda6626adb61c241812af

d99c745 2016-06-23 03:15:59 Josh Gao

DO NOT MERGE: adb: use asocket\\\\\'s close function when closing. am: 83cb3032d2 -s ours am: 420aa30c9f am: 05d5db2534 am: 8ec6f5b46f -s ours
am: f5592e174e

Change-Id: Ib220d4a778ea4e7bda44aafbbaa4911c243d7db7

fb9747c 2016-06-23 03:11:44 Josh Gao

DO NOT MERGE: adb: use asocket\\\\'s close function when closing. am: 5218ad36ad am: d7e24ec999 am: a3d96cfec9 -s ours
am: 45a4bca09d -s ours

Change-Id: I2124ed25893de9910be435ba68619dfc00e66239

f5592e1 2016-06-23 03:11:17 Josh Gao

DO NOT MERGE: adb: use asocket\\\\'s close function when closing. am: 83cb3032d2 -s ours am: 420aa30c9f am: 05d5db2534
am: 8ec6f5b46f -s ours

Change-Id: If7256035b8844a6567080b5caf769a0a4f567d2f

45a4bca 2016-06-23 03:07:24 Josh Gao

DO NOT MERGE: adb: use asocket\\\'s close function when closing. am: 5218ad36ad am: d7e24ec999
am: a3d96cfec9 -s ours

Change-Id: I4ca0f2890519c3450a15edab989ca424b6bb10ae

8ec6f5b 2016-06-23 03:07:06 Josh Gao

DO NOT MERGE: adb: use asocket\\\'s close function when closing. am: 83cb3032d2 -s ours am: 420aa30c9f
am: 05d5db2534

Change-Id: I433e885416a6cbf93bc701cfebc046f78a7af7dd

a3d96cf 2016-06-23 03:02:25 Josh Gao

DO NOT MERGE: adb: use asocket\\'s close function when closing. am: 5218ad36ad
am: d7e24ec999

Change-Id: I9ca9e7e857de9e9679169cd7239f9e54a3d98dd2

05d5db2 2016-06-23 03:01:40 Josh Gao

DO NOT MERGE: adb: use asocket\\'s close function when closing. am: 83cb3032d2 -s ours
am: 420aa30c9f

Change-Id: I779b0b79ce268561f4a686d6e98c131707464ecf

d7e24ec 2016-06-23 02:59:18 Josh Gao

DO NOT MERGE: adb: use asocket\'s close function when closing.
am: 5218ad36ad

Change-Id: Ibc9ee3b566d34847f4e1e02413890449750ba2f5

420aa30 2016-06-23 02:58:51 Josh Gao

DO NOT MERGE: adb: use asocket\'s close function when closing.
am: 83cb3032d2 -s ours

Change-Id: I357c754fe2bc3fdf4f050c26aace2bea4c6569c2

3394cd7 2016-06-23 02:56:50 Christopher Ferris

Merge "Add support to indicate bitness of public library." into nyc-mr1-dev

ef4afdd 2016-06-22 17:07:59 The Android Automerger

merge in nyc-mr1-release history after reset to nyc-mr1-dev

83cb303 2016-06-22 08:28:29 Josh Gao

DO NOT MERGE: adb: use asocket's close function when closing.

close_all_sockets was assuming that all registered local sockets used
local_socket_close as their close function. However, this is not true
for JDWP sockets.

Backport of 53eb31d8 and 9b587de.

Bug: http://b/28347842
Change-Id: I05e071b3d5c7e55c7a59400c5c9bb0635eeef29f

5218ad3 2016-06-22 08:28:21 Josh Gao

DO NOT MERGE: adb: use asocket's close function when closing.

close_all_sockets was assuming that all registered local sockets used
local_socket_close as their close function. However, this is not true
for JDWP sockets.

Backport of 53eb31d8 and 9b587de.

Bug: http://b/28347842
Change-Id: I13ec6fd87a0691c72608baf6038adcc0f03dca9f

6664a80 2016-06-22 08:11:23 Christopher Ferris

Add support to indicate bitness of public library.

For public vendor libraries, a vendor might have only a 32 bit
or only a 64 bit version of the library. Add a way to indicate this
in the public.libraries.txt files. The new format is:

library.so 32

This indicates that this is a 32 bit only public library.

library.so 64

This indicates that this is a 64 bit only public library.

Bug: 29370721
Bug: 29512261
Change-Id: I26b14893d104a9e1f62914663d8c972cd4d55e1e

bf8132a 2016-06-22 05:47:23 Courtney Goeltzenleuchter

Add color mode enums

The android_color_mode_t defines the color modes supported
by a display. A display can support multiple different
color modes.

sRGB mode and AdobeRGB are deliberately placed at 7 and 8
so that they match mode ID's used on prior devices.

bug: http://b/27926012
Change-Id: I9ab41b56ec0b495c02539665da5be158ffddf843

60c6dac 2016-06-22 04:14:53 Yueyao (Nathan) Zhu

core/init.rc: Add /data/cache/* directory creation

Bug: 28845422
Change-Id: I2abcc67176cf94f34706f8f005a24ef5f70e0494

6c18e10 2016-06-21 17:07:30 The Android Automerger

merge in nyc-mr1-release history after reset to nyc-mr1-dev

a130ba1 2016-06-21 16:03:59 The Android Automerger

merge in nyc-release history after reset to nyc-dev

9150b12 2016-06-21 08:48:01 Josh Gao

adb: fix fd double close, Subprocess lifetime issue.
am: 69d2f98197

Change-Id: I7797d5dee022bfdd6f165221340095f7836eea99

69d2f98 2016-06-21 06:51:05 Josh Gao

adb: fix fd double close, Subprocess lifetime issue.

This commit fixes two somewhat related issues in shell_service.

- The fd returned by StartSubprocess is owned by a unique_fd
contained in the Subprocess object, but also gets closed by the
caller. Resolve this by duping the returned file descriptor.

- A Subprocess object can be destroyed immediately after its initial
construction in StartSubprocess if we're sufficiently unlucky.
Split up the fork/exec and "start management thread" steps, so that
we can safely do everything we need to do on the Subprocess before
handing it over to the thread that'll eventually destroy it.

Also includes squashed patches from AOSP master that allow for use of
unique_fd inside adb.

Bug: http://b/29254462
Change-Id: Id9cf0b7e7a7293bee7176919edc758597691c636
(cherry picked from commit c0e6e40cc916747a0a22c2538874348cda0ef607)
(cherry picked from commit 54c72aaccc45edf4832cfdc5053d9ae6acc9bcdf)
(cherry picked from commit 2c5d1d7cd914ec8ebf76c8a59d0889ebf5b538cd)
(cherry picked from commit 2a7b86337f7b149887588e4df532272abe3e931c)
(cherry picked from commit 13ea01db451b3993d175110a3336a58482be883d)
(cherry picked from commit 344778da411ebb47966961f3a70ca0848425194f)

4a0c18e 2016-06-19 17:08:49 The Android Automerger

merge in nyc-mr1-release history after reset to nyc-mr1-dev

f49e5f6 2016-06-19 16:05:39 The Android Automerger

merge in nyc-release history after reset to nyc-dev

9af867e 2016-06-18 09:17:04 Sami Tolvanen

fs_mgr_verity: fix verity_update_state for A/B devices

Use the correct device name when system is mounted as root, and
validate dm-verity status to avoid confusing it with dm-linear.

Bug: 29277442
Change-Id: I36e115189f9a9430bad4bf89f26a376bcb8e8168

d9ff210 2016-06-17 07:22:22 Alex Light

Fix issue where non-AB-ota devices will cause flashall to fail.

We now check that a device has slots before trying to get the name of
any of them.

Bug: 29278988

Change-Id: I50f3596e467afae20177ce4e458e697435223c51

13cf49d 2016-06-17 02:57:48 Ruchi Kandoi

Merge \"logd: logcat -L takes longer causing vold to timeout.\" into nyc-dev
am: b02819e2af

Change-Id: I0c0fe46e74bfa4e3461454d62b14f98a4f71be96

b02819e 2016-06-17 02:44:30 Ruchi Kandoi

Merge "logd: logcat -L takes longer causing vold to timeout." into nyc-dev

0f9c6e9 2016-06-16 17:11:03 The Android Automerger

merge in nyc-mr1-release history after reset to nyc-mr1-dev

a3ffde1 2016-06-16 08:09:26 TreeHugger Robot

Merge "Make fastboot flash 'B' partitions automatically." into nyc-mr1-dev

6c60ea8 2016-06-16 06:42:22 Alex Light

Make fastboot flash 'B' partitions automatically.

Also add ability to specify --slot active to suppress this behavior.

Bug: 29278988

Change-Id: I3ff184be74f9e2d1cb3abc80bd206b4b9faf8a35