• R/O
  • HTTP
  • SSH
  • HTTPS

Liste der Commits

Tags
Keine Tags

Frequently used words (click to add to your profile)

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

system/corennnnn


RSS
Rev. Zeit Autor
2bd710c 2016-09-04 16:08:11 gitbuildkicker

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

3a66fa1 2016-09-04 08:51:11 Jorge Ruesga

healthd: dock battery

Change-Id: I2ad09e5e87d55c47af4d1efc14cc585cc08e2dce
Require: topic:dock_battery
Signed-off-by: Jorge Ruesga <jorge@ruesga.com>

18248b1 2016-09-04 08:47:15 Mattias Nissler

Switch fs_mgr and adb to libcrypto_utils.

Update code and dependencies to use BoringSSL + libcrypto_utils
instead of mincrypt.

Change-Id: Ic75164bd50c84b81b6310e27a67d4b3c174984f9

64ef267 2016-09-04 08:47:15 Mattias Nissler

Add libcrypto_utils.

This provides a tiny library implementing encode/decode functionality
for Android's custom RSA public key binary format. Keys are encoded
from and decoded to BoringSSL RSA key objects.

Change-Id: I55e5522d557e0e9f35927a87b6581f020ee34e7a

af68e49 2016-09-04 08:47:15 Josh Gao

adb: improve display of transfer rate.

Show transfer rate for individual files, and for the overall transfer.

Bug: http://b/30411535
Change-Id: If2f3008f1287b1d1add4a23c3430b39885b6c904
Test: inspected output manually

e9d5d48 2016-09-04 08:47:15 Chih-Hung Hsieh

Fix clang-tidy performance warnings in syste/core.

* Use const reference type for parameters to avoid unnecessary copy.
* Suppress warning of not using faster overloaded string find function.

Bug: 30407689
Bug: 30411878
Change-Id: I6cfdbbd50cf5e8f3db6e5263076d3a17a9a791ee
Test: build with WITH_TIDY=1
Merged-In: Ie79dbe21899867bc62031f8618bb1322b8071525

37c95e3 2016-09-04 08:47:15 Josh Gao

adb: add missing newline when printing transfer rate.

Previously, we weren't printing a newline when reporting transfer
rates, so only the last transfer rate printed would be visible.

Bug: http://b/30667841
Change-Id: Id341147912d057673de4ad26a8f618f04a8c02f3
Test: inspected output manually

e9c4cba 2016-09-04 08:47:15 Josh Gao

adb: fix output of `sync -l`

sync with list-only was using SyncConnection::Error to print its output
persistently, which would prepend "adb: error: " to messages.

Change-Id: I90df5fc1123b8c613c811cf66c37aef05663b1e4

f6d51cd 2016-09-04 08:47:15 Josh Gao

adb: fix fd leak when shell fails to create a thread.

Bug: http://b/29565233
Change-Id: Ia59c6dbe5ac033425c11739579e85cbcad1170d1

d28cb2b 2016-09-04 08:47:14 Steve Kondik

adb: Check for alternate shell paths

* Check for persist.sys.adb.shell first
* Check for /sbin/sh (recovery)

Change-Id: I191b9289b176809ef754d7a8126acfd355ab009f

4eb09ce 2016-09-04 08:47:14 atinm

Use RECOVERY_PRE_COMMAND before calling __reboot() recovery

For the Power menu,
frameworks/base/core/jni/android_os_Power.cpp#L180
already uses RECOVERY_PRE_COMMAND if
TARGET_RECOVERY_PRE_COMMAND is defined in the
BoardConfig.mk for a device to make a system() call before
calling __reboot() for recovery. This commit adds
the same thing to the other places that we know we are
getting into recovery using __reboot(), namely,
adb reboot recovery, the reboot binary and init
in the case of errors.

Signed-off-by: Humberto Borba <humberos@gmail.com>

Conflicts:
libcutils/Android.mk
libcutils/android_reboot.c

Change-Id: Id0fb6675accd732f46d4b10e0fce459d2582875c

libcutils : reboot mount fix

On aries for eg, cache needs to be rw for the RECOVERY_PRE_COMMAND to
work because we write to /cache/.startrecovery

This patchset moves the RECOVERY_PRE_COMMAND prior to the remount.

Conflicts:
libcutils/android_reboot.c

Change-Id: I4bd97517e00cdd117191d29b610e9623ad7d9255

RECOVERY_PRE_COMMAND_CLEAR_REASON and extended reboot arguments

fix the 2 new warnings created by our 4-lines recovery patch ;p

Allow also to override toolbox reboot applet, for bootmenu

Conflicts:
libcutils/Android.mk
libcutils/android_reboot.c
toolbox/Android.mk

Change-Id: I2bff30b5f911e7b9ba8f26593523368223b12814

android_reboot: execute recovery pre command while rw mounted

The TARGET_RECOVERY_PRE_COMMAND might need to write to mounted
partitions, so execute it before re-mounting everything as read-
only.

Change-Id: I66b2e81b8c05b9aa6eeddbfb589619ce53e36e2b

22d3b10 2016-09-04 08:47:14 M1cha

unpackbootimg: turn into a python script

Turn unpackbootimg into a python script instead of a C utility

Change-Id: If049319d12ee9841eefb9ca3fdae5c775403bbbf

929fe24 2016-09-04 08:47:14 Luca Stefani

healthd: Fix libhealthd.qcom build

Change-Id: I3bd08cc55501a5a43809837dc5b185817fdd73aa

c292bbb 2016-09-04 08:47:11 Brandon McAnsh

libsdcard: Add libpackagelistparser as static dependency

Change-Id: I7a481f306a3ee877972b22bd4e5f8104cfd21989
Signed-off-by: Brandon McAnsh <brandon.mcansh@gmail.com>

55be9fb 2016-09-04 08:47:11 Luca Stefani

fix "init: Bring back support for arbitrary chargermode cmdlines"

Change-Id: Iee7c93c697fa0d129045751dea4ed406a93b3908

45bdd45 2016-09-04 08:47:11 Luca Stefani

init: vendor_init: Remove duplicated {

Change-Id: Ib098a0b9e5744b07854a23206de0f36fe74e0ed7

ccdf402 2016-09-04 08:47:11 Luca Stefani

init: Move property_get_bool to c++

Change-Id: I6da69584e0dd72825956d457162030a2d81abe2f

028d05f 2016-09-04 08:47:11 M1cha

mkbootimg: add support for --dt

Change-Id: I19f149fac693420cf1f630b51293bbd3650a1b59

1a31d49 2016-09-04 08:47:11 Luca Stefani

init: Add missing include

Change-Id: I3398cf9bae80a5b2ab182fe732b78b1caf1eba15

f5d775a 2016-09-04 08:47:10 Steve Kondik

healthd: Add DASH charger type

Change-Id: Ie1ca5018c465f6b2c15cbc00bdf3bb866d98ddef

21027e8 2016-09-04 08:46:51 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

9e25e75 2016-09-04 08:46:51 Scott Mertz

debuggerd: add CM version to tombstones

Change-Id: I7822a2e133a2f326ad2d8da8f79b0064344d59bf

98cac29 2016-09-04 08:46:51 Christopher R. Palmer

healthd: Fix NO_CHARGER_LED

Change-Id: Iaae43e2a236318011b7aefb59250c19dd954521e

a788773 2016-09-04 08:46:51 Ethan Chen

healthd: Allow devices to opt-out of enabling charger LED

* Not all devices will want to enable this, and it may also cause symbol
conflicts with static HAL libraries.

Change-Id: I0a2a082f9bf84b6ecfecf3de88c6d494d5e2cf44

6401c73 2016-09-04 08:46:51 Ethan Chen

healthd: Rename default QCOM libhealthd library

* Avoid possible module name conflicts

Change-Id: I4a804a4d1e7266e8918b5a5b50adaffe219ff226

99915f9 2016-09-04 08:46:51 Christopher R. Palmer

init: Fix derp in property name for rebooting to charger hook

Change-Id: Ibfee73723d778f16f8e407380083bf3a2667a7a4

000b83f 2016-09-04 08:46:51 Christopher R. Palmer

init: Add a hook to turn a shutdown into a reboot

Intel bootloaders have not yet been made android friendly. When the
bootloader is told to shutdown it will shutdown. Android expects the
bootloader to actually shutdown if there is no charger connected and
otherwise to enter charging mode.

Add a hook to init that allows healthd to determine what a shutdown should
do. When the property is specified, any request to shutdown will instead
trigger a restart into the specified mode.

Change-Id: Ie96fb58ecb9a4e8ffe7e73e590483b5323e40b74

27c103d 2016-09-04 08:46:51 Christopher R. Palmer

init: Add property_get_bool

Change-Id: I2bef1862f6126f79c64faa7080a00096e4f955c5

c45e40f 2016-09-04 08:46:51 David Ng

Add optional target-specific LD_PRELOAD to environment

Append additional libraries defined in TARGET_LDPRELOAD to the
LD_PRELOAD environment if it is defined.

Conflicts:
rootdir/init.environ.rc.in

Change-Id: I15f083df87605d2b708b56311430e11409a09dd7

d50223f 2016-09-04 08:46:51 Keith Mok

healthd: use timerfd if dev alarm not exist

/dev/alarm driver is deprecated is M.
If it does not exists, use timerfd instead.

SAMBAR-1286

Change-Id: Ie1eac58fddc80a8a545848c2a4f5db0e64eae076