|
[Android] Build android tools as PIE and add a wrapper for ICS
- Make Android tools build as position independent executable by
default, as it now required by Android.
- Introduce a wrapper for running PIE on Android ICS (its linker
doesn't support PIE).
- Add the plumbing for running the PIE wrapper in the test/telemetry
python scripts.
BUG= 373219
NOTRY=true
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=270406
Total comments: 11
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+192 lines, -101 lines) |
Patch |
|
M |
build/android/provision_devices.py
|
View
|
1
|
1 chunk |
+2 lines, -4 lines |
0 comments
|
Download
|
|
M |
build/android/pylib/android_commands.py
|
View
|
1
2
3
4
5
|
5 chunks |
+42 lines, -6 lines |
0 comments
|
Download
|
|
M |
build/android/pylib/forwarder.py
|
View
|
1
|
3 chunks |
+9 lines, -7 lines |
0 comments
|
Download
|
|
M |
build/common.gypi
|
View
|
1
2
3
4
5
|
2 chunks |
+10 lines, -10 lines |
0 comments
|
Download
|
|
M |
tools/android/android_tools.gyp
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
tools/android/file_poller/file_poller.gyp
|
View
|
|
1 chunk |
+0 lines, -13 lines |
0 comments
|
Download
|
|
M |
tools/android/forwarder2/forwarder.gyp
|
View
|
|
1 chunk |
+0 lines, -13 lines |
0 comments
|
Download
|
|
M |
tools/android/memdump/memdump.gyp
|
View
|
|
1 chunk |
+0 lines, -13 lines |
0 comments
|
Download
|
|
M |
tools/android/ps_ext/ps_ext.gyp
|
View
|
|
1 chunk |
+0 lines, -13 lines |
0 comments
|
Download
|
|
M |
tools/android/purge_ashmem/purge_ashmem.gyp
|
View
|
|
1 chunk |
+0 lines, -13 lines |
0 comments
|
Download
|
|
A |
tools/android/run_pie/run_pie.c
|
View
|
1
2
3
|
1 chunk |
+68 lines, -0 lines |
0 comments
|
Download
|
|
A |
tools/android/run_pie/run_pie.gyp
|
View
|
1
2
3
|
1 chunk |
+49 lines, -0 lines |
0 comments
|
Download
|
|
M |
tools/telemetry/bin/android/device_forwarder.sha1
|
View
|
1
2
3
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
tools/telemetry/bin/android/file_poller.sha1
|
View
|
1
2
3
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
tools/telemetry/bin/android/md5sum_bin.sha1
|
View
|
1
2
3
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
tools/telemetry/bin/android/purge_ashmem.sha1
|
View
|
1
2
3
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
A |
tools/telemetry/bin/android/run_pie.sha1
|
View
|
1
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
tools/telemetry/telemetry/core/backends/adb_commands.py
|
View
|
1
2
3
4
5
|
2 chunks |
+2 lines, -1 line |
0 comments
|
Download
|
|
M |
tools/telemetry/telemetry/core/platform/android_platform_backend.py
|
View
|
1
2
3
4
5
|
1 chunk |
+4 lines, -4 lines |
0 comments
|
Download
|
Total messages: 13 (0 generated)
|