Commit Graph

15135 Commits

Author SHA1 Message Date
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
Baligh Uddin
9912d8132f Merge "Import translations. DO NOT MERGE" 2014-07-02 20:06:33 +00:00
Baligh Uddin
4b69c37f13 Import translations. DO NOT MERGE
Change-Id: I2f1bfc0cf656725c24986e167e64cb9b47099c79
Auto-generated-cl: translation import
2014-07-06 04:13:58 -07:00
Baligh Uddin
2d9c7be48a Import translations. DO NOT MERGE
Change-Id: I649c1331b190905ed798aebff2be1b56f8447695
Auto-generated-cl: translation import
2014-07-06 03:38:06 -07:00
Andy Wickham
abee3b2e71 am 4e8cb9bf: am 50532de0: Add AOSP Copyright header to samples.
* commit '4e8cb9bf32cb290c271b55d57a6b926eae73c661':
  Add AOSP Copyright header to samples.
2014-07-02 23:38:10 +00: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
Santos Cordon
7c6ba4d41b Merge "Add phone directory to frameworks/base." 2014-07-01 19:22:38 +00:00
Santos Cordon
1f56ac3965 Add phone directory to frameworks/base.
Necessary to support the change: Id8b08d88a06a7b4e90a4a7f702ba56526e108ca5

Change-Id: Icc1aa0f2167c2aa36e1c51ed2f5488204778e5ed
2014-07-02 18:05:05 +00:00
Andy Wickham
c5a657a19f am 9cf53868: am 5fa0a4c9: Make connected watches show as compatible with Wearable samples.
* commit '9cf53868dc4fdad62e02ea5fb7e0191a27841c26':
  Make connected watches show as compatible with Wearable samples.
2014-07-02 01:27:23 +00:00
Elliott Hughes
4169d16959 am 228f89a0: am 203101c6: am d1b3bb63: Merge "Fix \'stack\' register matching for all architectures."
* commit '228f89a0f045f0c2e955602050b552888cf1f066':
  Fix 'stack' register matching for all architectures.
2014-07-01 23:19:21 +00:00
Elliott Hughes
d6429f42dd am 9e90620a: am 81ecf883: am 40144870: Merge "Fix FindToolchain for mips."
* commit '9e90620a66dc53d726a43cac0fc2ce93bfb17b03':
  Fix FindToolchain for mips.
2014-07-01 21:14:01 +00:00
Elliott Hughes
7d990b8cbf am 66a81113: am 0bbff77e: am d03c4985: Merge "Turning stack_core into a class to make it compatible with adbs."
* commit '66a811132144957a365f7b941dc1c29d5fd1e70a':
  Turning stack_core into a class to make it compatible with adbs.
2014-07-01 19:33:57 +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
Baligh Uddin
6f5610e8f4 Import translations. DO NOT MERGE
Change-Id: I29a847229dc5048e6311586c837e49b8f77f8535
Auto-generated-cl: translation import
2014-06-30 14:44:01 +00:00
Baligh Uddin
69e8ec843f Import translations. DO NOT MERGE
Change-Id: I35f8c3b1e41ef00e29a5e5c85ee9f5a490fd22d8
Auto-generated-cl: translation import
2014-06-30 01:59:22 -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
George Mount
f45c4509fb Merge "Use ChangeImageTransform instead of MoveImage." 2014-06-27 16:52:20 +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
Craig Stout
41b9d5ca03 Merge "Add BrowseErrorActivity and ErrorFragment." 2014-06-26 18:07:29 +00:00
Craig Stout
c2a7292e51 Add BrowseErrorActivity and ErrorFragment.
Change-Id: I60cb6f436782d3b8a97c2f48a71e2ee86ef6d542
2014-06-27 11:54:38 -07:00
Tony Wickham
2951b98d3c am 96460182: am 8be07748: Merge "Timer sample app now uses Set a timer voice command instead of Set alarm." into klp-modular-dev
* commit '96460182ced2bcfef58dcb13edf1241b7ac7068e':
  Timer sample app now uses Set a timer voice command instead of Set alarm.
2014-06-27 18:05:30 +00:00
Adam Lesinski
a75e45ab61 Merge "Fix incorrect external resource creation" 2014-06-26 05:59:24 +00:00
George Mount
87917e8684 Use ChangeImageTransform instead of MoveImage.
Bug 15744992

Change-Id: I76625601e576cbf8c5d44239749d28984fcea6eb
2014-06-25 13:28:16 -07:00
George Mount
60d8cebd04 Merge "Use Material theme's default enabling of Activity Transitions." 2014-06-25 17:34:02 +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
Jeff Davidson
7767d3fc0f Merge "Fix the eclipse .classpath." 2014-06-24 17:32:43 +00:00
Jeff Davidson
693140fd56 Fix the eclipse .classpath.
Many optional modules (development samples, screensavers, AOSP apps)
have been removed since they aren't strictly necessary. They can
always be readded by people who need to develop on them.

Change-Id: I97ca62ae28eb9230f38f567a1ae5fdd06dd04803
2014-06-24 17:29:23 -07:00
Andy Wickham
967d3f60dd am ad2f26b9: am 11b32f03: Clean up samples (gradle files and Compat stuff in wearable code).
* commit 'ad2f26b93b53d5e806d619d290bda953dd54b434':
  Clean up samples (gradle files and Compat stuff in wearable code).
2014-06-24 21:04:50 +00:00
Griff Hazen
6c3cef6e70 am b3ae9165: am 96f19c45: Sample showing how to embed a wearable app into a phone
* commit 'b3ae91650a49da7453a95ab8c72461d4897c5ccb':
  Sample showing how to embed a wearable app into a phone
2014-06-24 21:04:48 +00:00
Dan Aminzade
59167edab0 am 2c603516: am 9fd71d61: Add new SynchronizedNotifications sample.
* commit '2c6035162e1509651871c5d88ff87c434ba6c56e':
  Add new SynchronizedNotifications sample.
2014-06-24 21:04:47 +00:00
Griff Hazen
0a849fce81 am 246dbde4: am 6cb66cf8: Switch wearable samples to gradle 0.12.
* commit '246dbde49a20758db0d430a38ee285b332397a38':
  Switch wearable samples to gradle 0.12.
2014-06-24 21:04:38 +00:00
George Mount
dd27218e5d Use Material theme's default enabling of Activity Transitions.
Bug 15746767

Change-Id: I88eaeeab5483cc2b82837a2ddca6702ffa25fcd4
2014-06-24 06:55:58 -07: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