Commit Graph

13748 Commits

Author SHA1 Message Date
Elliott Hughes
6e57b3b73b am fac2a436: am 17d35eaf: Merge "Fix symbol.py\'s toolchain detection for x86."
* commit 'fac2a436ced8f8330e632bb96a895a3bcc6cf036':
  Fix symbol.py's toolchain detection for x86.
2014-07-07 22:29:14 +00:00
Elliott Hughes
fac2a436ce am 17d35eaf: Merge "Fix symbol.py\'s toolchain detection for x86."
* commit '17d35eafc639a9d66b73a4d55851a907ec31c20c':
  Fix symbol.py's toolchain detection for x86.
2014-07-07 22:23:34 +00:00
Elliott Hughes
4edd2b70a8 am 8dd6132d: am afab5877: Merge "stack_core ProcessLine now returns a boolean."
* commit '8dd6132dc48d612a54375ea1a713ab06a6c3f6da':
  stack_core ProcessLine now returns a boolean.
2014-07-07 22:10:05 +00:00
Elliott Hughes
8dd6132dc4 am afab5877: Merge "stack_core ProcessLine now returns a boolean."
* commit 'afab5877eed9a7a4cc28811c0a08c4283454c748':
  stack_core ProcessLine now returns a boolean.
2014-07-07 22:07:06 +00:00
Elliott Hughes
0d5ba377f4 am 434f3f67: am 121b2939: Merge "stack_core now also detects the "Revision: #" line."
* commit '434f3f67b4b7ba38e0390046be8d8f53af8644de':
  stack_core now also detects the "Revision: #" line.
2014-07-07 21:55:08 +00:00
Elliott Hughes
434f3f67b4 am 121b2939: Merge "stack_core now also detects the "Revision: #" line."
* commit '121b293903cb232cdee67722955ab7423eb5afcd':
  stack_core now also detects the "Revision: #" line.
2014-07-07 21:49:22 +00:00
Elliott Hughes
afab5877ee Merge "stack_core ProcessLine now returns a boolean." 2014-07-07 19:33:32 +00:00
Brigid Smith
9c2192a26e stack_core ProcessLine now returns a boolean.
The value corresponds to whether or not the line has matched one of the
detected formats (registers, header, backtrace, etc.) and can be used to
identify what logcat lines don't correspond to one of these formats.

Change-Id: Ibd7bc5a211dcfe86ea2f92d7e7941091afff4fc4
2014-07-07 14:53:18 -07:00
Dmitriy Ivanov
ce3b58a6d1 Merge "Update dlext.h header" 2014-07-07 17:50:18 +00:00
Dmitriy Ivanov
b0c2ff09bb Update dlext.h header
Change-Id: Id375e8101f8b86078cdee024184a4ef9d9064928
2014-07-08 15:14:28 -07:00
Andy Wickham
f615b65f1a am ea56da70: Use WearableListView in Timer sample app.
* commit 'ea56da707374f616d66e1a51979399f2240b15d8':
  Use WearableListView in Timer sample app.
2014-07-07 17:23:37 +00:00
Andy Wickham
ea56da7073 Use WearableListView in Timer sample app.
Bug: 15864517
Change-Id: Ia56111457c2d74571e69a5a554d5755bb1c1b220
2014-07-02 20:45:22 -07:00
Andy Wickham
4e8cb9bf32 am 50532de0: Add AOSP Copyright header to samples.
* commit '50532de03f8fdad7ba161cbc3a6092e1845ef2a9':
  Add AOSP Copyright header to samples.
2014-07-02 23:34:57 +00:00
Andrew Hsieh
dd524f0c91 Merge "Refresh 64-bit headers/libs (WW28)" 2014-07-02 21:24:45 +00:00
Andrew Hsieh
0a33b5dd49 Refresh 64-bit headers/libs (WW28)
Change-Id: Ib798ab4730c3b242bc784548ea2d4ffaea5c90d7
2014-07-08 11:19:20 +08:00
Andy Wickham
50532de03f Add AOSP Copyright header to samples.
Bug: 16039713
Change-Id: I0aead1428c7c6a100214dabb85dbf357e37fcfc8
2014-07-02 14:23:37 -07:00
Elliott Hughes
121b293903 Merge "stack_core now also detects the "Revision: #" line." 2014-07-02 20:59:15 +00:00
Brigid Smith
0b30940003 stack_core now also detects the "Revision: #" line.
Change-Id: I474602eca37964e412acf8cb5f2441cd223852e4
2014-07-07 14:34:00 -07:00
Andrew Hsieh
26e306d9ca Merge "Update mips64 lib-bootstrap" 2014-07-02 20:53:06 +00:00
Andrew Hsieh
76c079eea2 Update mips64 lib-bootstrap
Turns out previously built mips64el* are mips64r2, not mips64r6

Change-Id: Ic0f82fafe959716eb3a909e367d599a3d4293047
2014-07-08 10:51:03 +08:00
Andrew Hsieh
630a1be4ec Merge "Remove symlink lib-boostrap" 2014-07-02 20:53:06 +00:00
Elliott Hughes
17d35eafc6 Merge "Fix symbol.py's toolchain detection for x86." 2014-07-02 20:52:16 +00:00
Elliott Hughes
c3166bec1c Fix symbol.py's toolchain detection for x86.
x86 uses the x86_64 toolchain. There's no separate 32-bit toolchain.

I started to refactor so we could add FindToolchain tests, but that doesn't
work because FindToolchain depends on environment variables set up by 'lunch'.

Change-Id: I264b95e1e83a7e795f8cac49bc9e1cf497514029
2014-07-07 15:18:01 -07:00
Andy Wickham
9cf53868dc am 5fa0a4c9: Make connected watches show as compatible with Wearable samples.
* commit '5fa0a4c90d4be5bdd10d73c95d839016c5046962':
  Make connected watches show as compatible with Wearable samples.
2014-07-02 01:21:51 +00:00
Elliott Hughes
228f89a0f0 am 203101c6: am d1b3bb63: Merge "Fix \'stack\' register matching for all architectures."
* commit '203101c62f6913262f85e7ceb604cb8271a7430e':
  Fix 'stack' register matching for all architectures.
2014-07-01 23:16:01 +00:00
Elliott Hughes
203101c62f am d1b3bb63: Merge "Fix \'stack\' register matching for all architectures."
* commit 'd1b3bb632a5d3bd010971ccf78f140bc7057bae7':
  Fix 'stack' register matching for all architectures.
2014-07-01 23:13:03 +00:00
Elliott Hughes
9e90620a66 am 81ecf883: am 40144870: Merge "Fix FindToolchain for mips."
* commit '81ecf883addc450ed9a6e676dde194270a9b2432':
  Fix FindToolchain for mips.
2014-07-01 21:10:33 +00:00
Elliott Hughes
81ecf883ad am 40144870: Merge "Fix FindToolchain for mips."
* commit '401448709d3a58d7f33bbb2ce1e609f7f692b628':
  Fix FindToolchain for mips.
2014-07-01 21:06:00 +00:00
Elliott Hughes
66a8111321 am 0bbff77e: am d03c4985: Merge "Turning stack_core into a class to make it compatible with adbs."
* commit '0bbff77ed31a1243fc65c0eadf00cde97d248b1c':
  Turning stack_core into a class to make it compatible with adbs.
2014-07-01 19:30:23 +00:00
Elliott Hughes
401448709d Merge "Fix FindToolchain for mips." 2014-07-01 19:26:36 +00:00
Elliott Hughes
1ba94df0c9 Fix FindToolchain for mips.
Change-Id: Ib2689e24065e9d5a0c249a26c63e6493327fc0b1
2014-07-01 12:22:06 -07:00
Elliott Hughes
0bbff77ed3 am d03c4985: Merge "Turning stack_core into a class to make it compatible with adbs."
* commit 'd03c4985e775b8b7a8126bb32de014766f5a8695':
  Turning stack_core into a class to make it compatible with adbs.
2014-07-01 19:18:35 +00:00
Elliott Hughes
d1b3bb632a Merge "Fix 'stack' register matching for all architectures." 2014-07-01 14:58:20 +00:00
Elliott Hughes
a9e34173b9 Fix 'stack' register matching for all architectures.
Every architecture was at least slightly wrong. Rather than try to
tune the heuristics, let's just keep lists of all the registers.

Also start adding some unit tests.

Change-Id: I490dcc9855f7af1e3529734711400f366ffc4e0f
2014-07-01 14:56:22 -07:00
Elliott Hughes
d03c4985e7 Merge "Turning stack_core into a class to make it compatible with adbs." 2014-07-01 14:58:13 +00:00
Brigid Smith
ea0a835d4d Turning stack_core into a class to make it compatible with adbs.
This includes the fairly large change of refactoring stack_core.py into
a class so that its behavior is compatible with adbs.  Additionally, if
the ABI line does not come before lines that require it to determine
proper widths (registers, stack), then it will assume that the ABI is
32 bit and not 64.

Change-Id: I6ad84a55337d86d25f7f8197048dc93868b0a01a
2014-07-01 11:25:44 -07:00
Andy Wickham
5fa0a4c90d Make connected watches show as compatible with Wearable samples.
Bug: 15840402

Change-Id: I805153643b8c307eab9b2c2cf278042b968c16af
2014-06-30 16:48:26 -07:00
Tony Wickham
96460182ce am 8be07748: Merge "Timer sample app now uses Set a timer voice command instead of Set alarm." into klp-modular-dev
* commit '8be07748c053ab5e883a22e6cb0663cb5747ca05':
  Timer sample app now uses Set a timer voice command instead of Set alarm.
2014-06-27 17:59:07 +00:00
Tony Wickham
8be07748c0 Merge "Timer sample app now uses Set a timer voice command instead of Set alarm." into klp-modular-dev 2014-06-26 18:34:16 +00:00
Andrew Hsieh
ed7eb1300d Remove symlink lib-boostrap
next CL will populate mips64r6 lib and lib-boostrap in real directory
previous symlink to android-9/arch-mips which is mips64r2

Change-Id: I59baeb4e5b6f32e0c52c6a0d1a54985808f0534f
2014-06-24 20:40:05 -07:00
Tony Wickham
2184712510 Timer sample app now uses Set a timer voice command instead of Set alarm.
Change-Id: I1904d3b164d06d987eca0568b9c22a2ae36c8563
2014-06-24 17:40:30 -07:00
Andy Wickham
ad2f26b93b am 11b32f03: Clean up samples (gradle files and Compat stuff in wearable code).
* commit '11b32f038486390d91aafb56c6204666267db89f':
  Clean up samples (gradle files and Compat stuff in wearable code).
2014-06-24 21:00:23 +00:00
Griff Hazen
b3ae91650a am 96f19c45: Sample showing how to embed a wearable app into a phone
* commit '96f19c456f3eafea5ab267b13dfceae1c75964eb':
  Sample showing how to embed a wearable app into a phone
2014-06-24 21:00:20 +00:00
Dan Aminzade
2c6035162e am 9fd71d61: Add new SynchronizedNotifications sample.
* commit '9fd71d61f262bfe238b58c60fab6e6494b028356':
  Add new SynchronizedNotifications sample.
2014-06-24 21:00:19 +00:00
Griff Hazen
246dbde49a am 6cb66cf8: Switch wearable samples to gradle 0.12.
* commit '6cb66cf80e3ab19f37efd8f35eb5a1debebc7d68':
  Switch wearable samples to gradle 0.12.
2014-06-24 21:00:11 +00:00
Andy Wickham
11b32f0384 Clean up samples (gradle files and Compat stuff in wearable code).
- Remove -v13 and -v4 dependencies on wearable side
- Verify phone is set to compile on API 19 and wearable on 20
- Replace NotificationCompat in wearable side since it uses API 20
- Move ElizaChat code to Application directory

Bug: 15809453
Change-Id: Ib75e7894505f82e5b4d8591b4dfa91a3de8e0329
2014-06-23 19:15:26 -07:00
Griff Hazen
96f19c456f Sample showing how to embed a wearable app into a phone
With a keystore present.

Change-Id: I3693f8c4b7ff09fe2fc3023bfe561b929333b8a4
2014-06-23 15:36:51 -07:00
Dan Aminzade
9fd71d61f2 Add new SynchronizedNotifications sample.
This sample demonstrates how to use DataItems to construct linked
phone- and wearable-side notifications.

Change-Id: I6defa7fad671ba2ec0de25c8913abd66d07846a2
2014-06-23 15:32:56 -07:00
Griff Hazen
6cb66cf80e Switch wearable samples to gradle 0.12.
And remove unnecessary lint warning skips and noCompress 'apk'

Bug: 15827591
Change-Id: I862fa7188277ac7de0dca22ecf0d9129ca941ee5
2014-06-23 14:41:03 -07:00
Ji-Hwan Lee
ad42c9e905 Proper resolution of conflict for 8062092a
Bug: 15793651
Change-Id: Ib618a9eb179dae3e2284eb8cf19a2b9216345708
2014-06-23 15:40:08 +09:00