Elliott Hughes
34af320ed7
am aaa61ab9: am db3a5d98: Merge "Add missing <stdlib.h> to adb_listeners.c."
...
* commit 'aaa61ab91e668465d0e14063a4e8694607b5af78':
Add missing <stdlib.h> to adb_listeners.c.
2015-02-25 16:52:08 +00:00
Dan Albert
7fe1e6c3e5
am a1e60d68: am a75b4935: Merge "Move more into libadb and libadbd."
...
* commit 'a1e60d6822ee466c30a37b3f45a450f2ca2ef46d':
Move more into libadb and libadbd.
2015-02-25 16:52:03 +00:00
Dan Albert
50e536691d
am 04cf174f: am 9f3540d0: Merge "Oops. Fix make variable name. Thanks again, make."
...
* commit '04cf174fbbaa9e3dd72c0167a28da2967759eb7f':
Oops. Fix make variable name. Thanks again, make.
2015-02-25 16:52:01 +00:00
Dan Albert
a130ddf763
am 4255cbd1: am 8ef39424: Merge "Ignore another stupid lint warning."
...
* commit '4255cbd1754e5cfa3563ffc9a6eace631ec36ae3':
Ignore another stupid lint warning.
2015-02-25 16:52:00 +00:00
Dan Albert
16f3d361e1
am 72bf2a71: Merge "Move transport declarations into transport.h."
...
* commit '72bf2a710089b5fff42059d5946fe7bdd6b12480':
Move transport declarations into transport.h.
2015-02-25 05:38:53 +00:00
Dan Albert
72bf2a7100
Merge "Move transport declarations into transport.h."
2015-02-25 05:33:35 +00:00
Dan Albert
7664901a35
Move transport declarations into transport.h.
...
There are a few cloexec issues in here as an added bonus.
Change-Id: I1699d719d733f47878bdba0454230cf5ab6a60b6
2015-02-24 21:30:22 -08:00
Dan Albert
01eed2187c
am f5f9dd57: Merge "Add .clang-format file."
...
* commit 'f5f9dd572164d1b9cbd80b1b29cd8c42806ac715':
Add .clang-format file.
2015-02-25 02:11:51 +00:00
Dan Albert
f5f9dd5721
Merge "Add .clang-format file."
2015-02-25 02:06:15 +00:00
Dan Albert
103c1be03f
Add .clang-format file.
...
Not going to format the whole world just yet, but this helps for `git
clang-format`.
Change-Id: I482819419647e4c752d3b044bde8d637e1fae1e5
2015-02-24 16:56:39 -08:00
Dan Albert
290a6b33d7
am 5329d3fd: Merge "Add a project wide clang switch."
...
* commit '5329d3fd54fa875bb7de78a8c40134cc63921c64':
Add a project wide clang switch.
2015-02-25 00:25:22 +00:00
Dan Albert
5329d3fd54
Merge "Add a project wide clang switch."
2015-02-25 00:20:39 +00:00
Elliott Hughes
47b0946bce
am 70385f30: Merge "Remove the emulator special case from the "adb root" code."
...
* commit '70385f3017366ecf06af7a073a2fb955e93d01ba':
Remove the emulator special case from the "adb root" code.
2015-02-25 00:00:39 +00:00
Dan Albert
9697ce520d
Add a project wide clang switch.
...
I'll probably make this the default soon, but I'm not brave enough to
do that without checking the recovery image first.
Change-Id: I9cde687b08a588e3797645a308f381e4ec553447
2015-02-24 15:54:34 -08:00
Elliott Hughes
70385f3017
Merge "Remove the emulator special case from the "adb root" code."
2015-02-24 23:53:55 +00:00
Dan Albert
e780a43eed
am 17f26790: Merge "Make Python tests only check the current device."
...
* commit '17f267905b6be932e1ff1559d84a5517e6b4b803':
Make Python tests only check the current device.
2015-02-24 22:50:31 +00:00
Dan Albert
17f267905b
Merge "Make Python tests only check the current device."
2015-02-24 22:45:08 +00:00
Dan Albert
b2e57b738f
Make Python tests only check the current device.
...
In practice testing all connected devices is a pain, since it's
probably each device is running a different build. It would probably
make sense to just move this functionality up into a higher level test
runner (which could just live in main).
Also rename test_devices to test_shell, since it doesn't really test
`adb devices`.
Change-Id: Ie96d3e83b30acfac4e3bcbd9821690c0ad4d2f7e
2015-02-24 14:36:03 -08:00
Mark Salyzyn
cd9ea7ad30
am 5526a897: Merge "init: grab-bootchart.sh: run bootchart and display results"
...
* commit '5526a897d3cc2638eca713a76c2cf90aa8292e7a':
init: grab-bootchart.sh: run bootchart and display results
2015-02-24 22:33:59 +00:00
Dan Albert
2c5044675b
am d6e9a1f5: Merge "Fix Mac build."
...
* commit 'd6e9a1f5a357663ce4a42155829420b263996eb3':
Fix Mac build.
2015-02-24 22:33:58 +00:00
Mark Salyzyn
5526a897d3
Merge "init: grab-bootchart.sh: run bootchart and display results"
2015-02-24 22:30:49 +00:00
Dan Albert
d6e9a1f5a3
Merge "Fix Mac build."
2015-02-24 22:28:54 +00:00
Dan Albert
fdf8722491
Fix Mac build.
...
Prior to https://android-review.googlesource.com/#/c/134253/ the
makefile had assumed !Windows was the same as Linux, so the Mac was
actually getting all the Linux sources as well. I mistakenly didn't
add fdevent.cpp to the Darwin sources in that change.
Change-Id: I4e12a394e9a2baf7c1e3c711a01a6b5fccbf79d9
2015-02-24 14:27:33 -08:00
Dan Albert
4868ec8cc2
am a63b7d59: Merge "Fix Windows SDK build."
...
* commit 'a63b7d595b9cb35b7493662daf8840835229c7fb':
Fix Windows SDK build.
2015-02-24 22:15:12 +00:00
Elliott Hughes
abd6773b41
Remove the emulator special case from the "adb root" code.
...
The emulator is essential an "eng" build, so the regular properties
should suffice.
Change-Id: Id63b3918f9b0b04b0d887ed886535b9976a9cc85
2015-02-24 14:10:51 -08:00
Dan Albert
a63b7d595b
Merge "Fix Windows SDK build."
2015-02-24 22:09:58 +00:00
Dan Albert
88cf1c8c4a
Fix Windows SDK build.
...
Change-Id: I9c0f9c92c28867ff17f1ec83aac935d18348c335
2015-02-24 14:08:03 -08:00
Mark Salyzyn
d4e5c32af7
init: grab-bootchart.sh: run bootchart and display results
...
- KISS as all options are now passed to adb for better or worse
- runs bootchart and immediately displays the results
Bug: 19485335
Bug: 18390773
Change-Id: Id32930031371d0368e605810f0c998232a1d4f16
2015-02-24 13:56:43 -08:00
Todd Poynor
74d0b58cb9
Merge "Fix print format mismatch in 64-bit mode."
2015-02-24 20:42:58 +00:00
Elliott Hughes
aaa61ab91e
am db3a5d98: Merge "Add missing <stdlib.h> to adb_listeners.c."
...
* commit 'db3a5d984eb962ec64988404a7ba0361e4af214c':
Add missing <stdlib.h> to adb_listeners.c.
2015-02-24 20:42:36 +00:00
Elliott Hughes
db3a5d984e
Merge "Add missing <stdlib.h> to adb_listeners.c."
2015-02-24 20:37:54 +00:00
Elliott Hughes
3b967f52f2
Add missing <stdlib.h> to adb_listeners.c.
...
Change-Id: If9505880a33131b27bfaa19f3efd45c83a6810ed
2015-02-24 12:37:13 -08:00
Dan Albert
a1e60d6822
am a75b4935: Merge "Move more into libadb and libadbd."
...
* commit 'a75b4935a4b667f0d37372db7559ecc6f8ee0b0d':
Move more into libadb and libadbd.
2015-02-24 19:47:38 +00:00
Dan Albert
04cf174fbb
am 9f3540d0: Merge "Oops. Fix make variable name. Thanks again, make."
...
* commit '9f3540d017f881768ec3a317d3149edd6a50fab9':
Oops. Fix make variable name. Thanks again, make.
2015-02-24 19:47:37 +00:00
Dan Albert
4255cbd175
am 8ef39424: Merge "Ignore another stupid lint warning."
...
* commit '8ef39424e8ef58ea09addb4a1f3e7d1c45b30cb3':
Ignore another stupid lint warning.
2015-02-24 19:47:35 +00:00
Dan Albert
a75b4935a4
Merge "Move more into libadb and libadbd."
2015-02-24 19:44:34 +00:00
Dan Albert
9f3540d017
Merge "Oops. Fix make variable name. Thanks again, make."
2015-02-24 19:44:12 +00:00
Dan Albert
8ef39424e8
Merge "Ignore another stupid lint warning."
2015-02-24 19:44:05 +00:00
Chih-Hung Hsieh
c49ceca278
Fix print format mismatch in 64-bit mode.
...
Change-Id: I7f0b0ed87e4e544517be66418ff76596a084976f
2015-02-24 10:50:41 -08:00
Narayan Kamath
9d8889c598
am f6fae931: am f9df4b13: am c40cf1ce: Merge "Remove useless refCounting from FileMap."
...
* commit 'f6fae93164ec8505153241b24ccce85cc4ac0f9e':
Remove useless refCounting from FileMap.
2015-02-24 13:09:47 +00:00
Narayan Kamath
f6fae93164
am f9df4b13: am c40cf1ce: Merge "Remove useless refCounting from FileMap."
...
* commit 'f9df4b13bceb5ce85398bde843f3b0c6a88e248a':
Remove useless refCounting from FileMap.
2015-02-24 13:04:37 +00:00
Narayan Kamath
f9df4b13bc
am c40cf1ce: Merge "Remove useless refCounting from FileMap."
...
* commit 'c40cf1ce9d6910685bf2242c1db390af00684d9d':
Remove useless refCounting from FileMap.
2015-02-24 12:56:45 +00:00
Narayan Kamath
c40cf1ce9d
Merge "Remove useless refCounting from FileMap."
2015-02-24 12:50:54 +00:00
Narayan Kamath
2422c17c5e
Track removal of the inputflinger binary.
...
Change-Id: Ie3c3e5a67e7dfac5bd1672da6979fb053e8483b9
2015-02-24 11:02:27 +00:00
Mark Salyzyn
85a6d7b28c
am 0b179b87: am ed9b05ac: am 263b6cb6: Merge "Add more logging message and dead code"
...
* commit '0b179b87ab0ca769afae12deb625b845757c6392':
Add more logging message and dead code
2015-02-24 04:54:27 +00:00
Mark Salyzyn
0b179b87ab
am ed9b05ac: am 263b6cb6: Merge "Add more logging message and dead code"
...
* commit 'ed9b05acba1586dda4ad8bfb1213aa33cdf20564':
Add more logging message and dead code
2015-02-23 22:52:55 +00:00
Mark Salyzyn
ed9b05acba
am 263b6cb6: Merge "Add more logging message and dead code"
...
* commit '263b6cb6e3aa949a689ab532361f065a6dd3ff30':
Add more logging message and dead code
2015-02-23 22:45:15 +00:00
Mark Salyzyn
263b6cb6e3
Merge "Add more logging message and dead code"
2015-02-23 22:38:50 +00:00
Nanik Tolaram
b627a0e2ed
Add more logging message and dead code
...
* Add more logging message to aid in easier debugging
* Remove unnecessary dead/commented code
Change-Id: I9c7fe8f6b674cab41601001458010ab176b89776
Signed-off-by: Nanik Tolaram <nanikjava@gmail.com>
2015-02-23 22:38:39 +00:00
William Roberts
6889007627
seclabel use on services out of system partition
...
These services can make use of type transitions already
present in the base policy.
Change-Id: Id785c39c4ea44598c64dc499bd943c73bc55ca85
2015-02-23 13:50:37 -08:00