• 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. Time Author
3c2e2f4 2016-07-08 17:49:40 Erik Kline

Add UIDs for system DNS and tethering DNS

Bug: 29420831
Bug: 29881876
Change-Id: I7a48f980f0e52a3d322c4c02988d48fc6df643ca
(cherry picked from commit d63cf7d85a9b334042b1cf07aa28dcd614ede279)

c1d342a 2016-07-08 10:15:38 Daniel Rosenberg

Switch fastboot to new A/B spec

Slots are now referred to as a and b instead
of _a and _b. For the moment, _a and _b will
still be supported. For old devices that
support A/B, they are assumed to have 2 slots.

Bug: 29643845
Change-Id: Ieab6bed7b4977d8386dcec0afa434371f54bd63f

786f5de 2016-07-08 09:20:46 TreeHugger Robot

Merge "Switch fastboot to new A/B spec" into nyc-mr1-dev

563fcf6 2016-07-08 07:36:43 Daniel Rosenberg

Switch fastboot to new A/B spec

Slots are now referred to as a and b instead
of _a and _b. For the moment, _a and _b will
still be supported. For old devices that
support A/B, they are assumed to have 2 slots.

Bug: 29643845
Change-Id: Ieab6bed7b4977d8386dcec0afa434371f54bd63f

c3659fb 2016-07-08 06:59:19 Tim Murray

Update FIFO settings for new uses of FIFO.

Adjust FIFO timings as well as allow SurfaceFlinger to use FIFO.

bug 24503801

Change-Id: I2c21d4c1788777c2d0d77227bb872701b35c4ff6

3a29e34 2016-07-08 03:35:41 Tim Murray

Update FIFO settings for new uses of FIFO.

Adjust FIFO timings as well as allow SurfaceFlinger to use FIFO.

bug 24503801

Change-Id: I2c21d4c1788777c2d0d77227bb872701b35c4ff6

cdc1e42 2016-07-08 02:45:05 The Android Automerger

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

c661fe1 2016-07-07 17:07:33 The Android Automerger

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

1269f22 2016-07-07 12:52:33 Ma Jian

fix build break on x86_64

When TARGET_ARCH=x86_64, the LOCAL_SRC_FILES will be wrongly set to
codegen.cpp.arm, but the android make will 'smartly' remove the suffix
".arm" and try to compile the codegen.cpp without the libenc dependency.

NO_REF_TASK
Tested: local build

Change-Id: I25df0692886fd8b7c56d467d3b6f674919b09b56

094396b 2016-07-07 12:52:31 Ma Jian

allow user build to disable selinux

Allow to disable selinux with kernel command line

Ref: T6517

Tested: local build and run with usbdisk in pc

Change-Id: Id2fb217c6206952850a1bdc6f857e66b8adac11d

5d90c85 2016-07-07 01:02:11 Tom Marshall

healthd: Write to blink file to fix LED

Many devices (such as bacon) require touching a blink file before
changes to the LED are committed to hardware.

Jira: CYAN-7689

Change-Id: Ia18a62134d196a636352bcd1af924c407c19d5b4

48bef4e 2016-07-03 17:10:31 The Android Automerger

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

5cde9c8 2016-07-02 08:48:42 Srinath Sridharan

Not dynamically add system-background tasks to bg_schedboost_fd.

System-background tasks can be either in bg_schedboost_fd or fg_schedboost_fd.
It is better to set the right cgroup via init.rc and not dynamically in
set_cpuset_policy.

BUG: 29533997
BUG: 29512132
Change-Id: If5dab78eafbe2d0d03fd7fd3f36d794cb4a7645f

94ededa 2016-07-02 08:07:00 Dan Stoza

NativeWindow: Add LAST_[DE]QUEUE_DURATION queries

Adds two new enums to enable querying the duration of the last
dequeue or queue operations to a Surface/ANativeWindow.

Bug: 29413700
Change-Id: Ifa16755911c4a3c013a7128dd4038d328109c32d

dd08664 2016-07-01 22:26:48 Benson Leung

healthd: Support new PD and USB Type C types

See the new types added here :
https://chromium-review.googlesource.com/304660
Add support for these.

Signed-off-by: Benson Leung <bleung@google.com>

Change-Id: I12c51e0611692a763a7f1cda57c77ad83d7aa7ea

d68de66 2016-07-01 15:32:23 Maunik Shah

Copy the ETB dumps and maps file to /data/core

On enabling the persist.debug.trace, ETB maps and dumps will be
copied to /data/core only for the first crash.

Change-Id: I521ee02e30ce1b4ebaca2c6b398c828286a5115d

00c551e 2016-07-01 15:32:23 sanketk

Don't use global variable in libnetutils.

In netd, both CommandListener and NetlinkHandler thread will use
libnetutils' function. Original implementation will use a global
file descriptor in mutiple functions. It will cause problems when
these functions are invoked from different thread.

This change will make NetlinkHandler thread use local file
descriptor instead of global one.

CRs-fixed: 853158
Change-Id: I66458e99e48197e7a56cbb212344423290db12bd

7f871b4 2016-07-01 13:09:14 TreeHugger Robot

Merge "Fix missing newline in Fastboot help." into nyc-mr1-dev

08d097a 2016-07-01 06:46:22 Srinath Sridharan

Merge "Not dynamically add system-background tasks to bg_schedboost_fd." into nyc-mr1-dev

70a415f 2016-07-01 06:38:07 Srinath Sridharan

Not dynamically add system-background tasks to bg_schedboost_fd.

System-background tasks can be either in bg_schedboost_fd or fg_schedboost_fd.
It is better to set the right cgroup via init.rc and not dynamically in
set_cpuset_policy.

BUG: 29533997
BUG: 29512132
Change-Id: If5dab78eafbe2d0d03fd7fd3f36d794cb4a7645f

ca4cf4e 2016-07-01 06:08:30 Yabin Cui

Merge "init: use libbootloader_message." into nyc-mr1-dev

0b1252c 2016-06-30 08:44:02 Yabin Cui

init: use libbootloader_message.

Bug: 29582118
Change-Id: I6285b29774a11d6dda8496c7c73e4c1d17a672bd

3f8cacc 2016-06-30 04:17:13 Daniel Rosenberg

Fix missing newline in Fastboot help.

Change-Id: Ib5cfa562f7655f7905002f7874dccc39aaa41837

68ab20f 2016-06-30 02:36:13 Alex Light

Add umount call to init to unmount a filesystem

Bug: 29278988
Change-Id: Ia14ab1bcad9513688df97f7b4d9162a9ab282480

89eb689 2016-06-30 02:33:09 Alex Light

Revert "Revert "Add Fastboot support for flashing secondary images""

This reverts commit 520573f2bb8a27e72c0727f250cee574e473b8ea.

Bug: 29278988
Change-Id: I5bd2de1c1e0e6224a195b566f7dcbe383555a80a

d28edb6 2016-06-29 21:50:46 Ed Heyl

Merge "Revert "Add Fastboot support for flashing secondary images"" into nyc-mr1-dev

520573f 2016-06-29 21:50:16 Ed Heyl

Revert "Add Fastboot support for flashing secondary images"

This reverts commit 6c98509c34d152007cf953c2cacb5750745dd464.

This seems to break flashing of devices without a/b slots (most devices).

Change-Id: I235cfb29a8898920dedf7a5dbb22e2c6dc590244

57304de 2016-06-29 17:07:10 The Android Automerger

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

df9d177 2016-06-29 12:06:26 TreeHugger Robot

Merge "Add Fastboot support for flashing secondary images" into nyc-mr1-dev

3fdcf8c 2016-06-29 10:34:09 TreeHugger Robot

Merge changes I939b1e01,I8b723dda,I4acab4b5,Ibc16e93c into nyc-mr1-dev

* changes:
Handle invalid suffix lists
Call set_active after flashall and update
Revert "Make fastboot flash 'B' partitions automatically."
Revert "Fix issue where non-AB-ota devices will cause flashall to fail."