OSDN Git Service

android-x86/frameworks-base.git
8 years agoMerge "Stop emitting javadoc for @removed attributes." into nyc-dev am: c4033e7c66
Michael Wright [Mon, 16 May 2016 13:31:55 +0000 (13:31 +0000)]
Merge "Stop emitting javadoc for @removed attributes." into nyc-dev am: c4033e7c66
am: 365eaeef5f

* commit '365eaeef5fb511225f979fc2b55a32cbdcbd933c':

Change-Id: I078fe594349cb295d9d61b19ffc2cf91e6a4db6a

8 years agoMerge "Stop emitting javadoc for @removed attributes." into nyc-dev am: c4033e7c66
Michael Wright [Mon, 16 May 2016 13:29:52 +0000 (13:29 +0000)]
Merge "Stop emitting javadoc for @removed attributes." into nyc-dev am: c4033e7c66
am: 1d10d94396

* commit '1d10d9439635dd19fbb581d852dc0bf7bace364a':
  Stop emitting javadoc for @removed attributes.

Change-Id: Iefa1290cea72c3ddecb57157e61c39af7ce8383b

8 years agoMerge "Stop emitting javadoc for @removed attributes." into nyc-dev
Michael Wright [Mon, 16 May 2016 13:27:01 +0000 (13:27 +0000)]
Merge "Stop emitting javadoc for @removed attributes." into nyc-dev
am: c4033e7c66

* commit 'c4033e7c668abc1e671a130f70f58f885c63b176':
  Stop emitting javadoc for @removed attributes.

Change-Id: I7acaaf955f17be180cf311e8a265583cc5a938c6

8 years agoMerge "Stop emitting javadoc for @removed attributes." into nyc-dev
Michael Wright [Mon, 16 May 2016 13:26:58 +0000 (13:26 +0000)]
Merge "Stop emitting javadoc for @removed attributes." into nyc-dev
am: c4033e7c66

* commit 'c4033e7c668abc1e671a130f70f58f885c63b176':
  Stop emitting javadoc for @removed attributes.

Change-Id: If48d0299c6d4d7179a366d902f23ada17315e42c

8 years agoMerge "Stop emitting javadoc for @removed attributes." into nyc-dev
TreeHugger Robot [Mon, 16 May 2016 13:21:09 +0000 (13:21 +0000)]
Merge "Stop emitting javadoc for @removed attributes." into nyc-dev

8 years agoMerge "LoadedApk: Avoid unnecessary work when mIncludeCode == false. am: 8995b00ce8...
Android Build Merger (Role) [Mon, 16 May 2016 10:50:25 +0000 (10:50 +0000)]
Merge "LoadedApk: Avoid unnecessary work when mIncludeCode == false. am: 8995b00ce8 am: 788a8a87ef" into nyc-mr1-dev-plus-aosp

8 years agoLoadedApk: Avoid unnecessary work when mIncludeCode == false. am: 8995b00ce8
Narayan Kamath [Mon, 16 May 2016 10:50:03 +0000 (10:50 +0000)]
LoadedApk: Avoid unnecessary work when mIncludeCode == false. am: 8995b00ce8
am: 788a8a87ef

* commit '788a8a87ef5be3ccbe9450c9502323f5c0c8196d':

Change-Id: I33579501a893d09bb2987289de5ab01b4675f9c1

8 years agoMerge "LoadedApk: Avoid unnecessary work when mIncludeCode == false. am: 8995b00ce8...
Android Build Merger (Role) [Mon, 16 May 2016 10:48:47 +0000 (10:48 +0000)]
Merge "LoadedApk: Avoid unnecessary work when mIncludeCode == false. am: 8995b00ce8 am: 788a8a87ef" into nyc-mr1-dev-plus-aosp

8 years agoLoadedApk: Avoid unnecessary work when mIncludeCode == false. am: 8995b00ce8
Narayan Kamath [Mon, 16 May 2016 10:48:20 +0000 (10:48 +0000)]
LoadedApk: Avoid unnecessary work when mIncludeCode == false. am: 8995b00ce8
am: 788a8a87ef

* commit '788a8a87ef5be3ccbe9450c9502323f5c0c8196d':
  LoadedApk: Avoid unnecessary work when mIncludeCode == false.

Change-Id: Ic18957323ae4683cd0dadb0b7834f6b8167c3195

8 years agoLoadedApk: Avoid unnecessary work when mIncludeCode == false. am: 8995b00ce8
Narayan Kamath [Mon, 16 May 2016 10:48:17 +0000 (10:48 +0000)]
LoadedApk: Avoid unnecessary work when mIncludeCode == false. am: 8995b00ce8
am: 150664c275

* commit '150664c27553ba06667d4ee7eafef16940a87788':
  LoadedApk: Avoid unnecessary work when mIncludeCode == false.

Change-Id: Ie5b0fd3d47aa4121f4a5a054510c828a5f4e6454

8 years agoLoadedApk: Avoid unnecessary work when mIncludeCode == false.
Narayan Kamath [Mon, 16 May 2016 10:45:24 +0000 (10:45 +0000)]
LoadedApk: Avoid unnecessary work when mIncludeCode == false.
am: 8995b00ce8

* commit '8995b00ce8f68f2a285a97c2ce711bea8c61179e':
  LoadedApk: Avoid unnecessary work when mIncludeCode == false.

Change-Id: Ib34104b27c85d4b74e8505ca3030ae5578ed4599

8 years agoLoadedApk: Avoid unnecessary work when mIncludeCode == false.
Narayan Kamath [Mon, 16 May 2016 10:45:22 +0000 (10:45 +0000)]
LoadedApk: Avoid unnecessary work when mIncludeCode == false.
am: 8995b00ce8

* commit '8995b00ce8f68f2a285a97c2ce711bea8c61179e':
  LoadedApk: Avoid unnecessary work when mIncludeCode == false.

Change-Id: I53ae61c1e5aed49f25ba473d33e3cbe27a475b4f

8 years agoLoadedApk: Avoid unnecessary work when mIncludeCode == false.
Narayan Kamath [Wed, 11 May 2016 19:31:09 +0000 (20:31 +0100)]
LoadedApk: Avoid unnecessary work when mIncludeCode == false.

We don't need to set up JIT profiles and register usage etc when
the package context we're trying to construct doesn't request code.

This will correct accounting for packages which are only used for
resources.

bug: 28519185
Change-Id: I849675efa76c8100ae937de478b52254babe384c

8 years agoMerge "Merge "Ensure that ViewGroup.getChildVisibleRect(...) is recursive." into...
Android Build Merger (Role) [Mon, 16 May 2016 09:49:41 +0000 (09:49 +0000)]
Merge "Merge "Ensure that ViewGroup.getChildVisibleRect(...) is recursive." into nyc-dev am: 376f9f4bd6 am: 4fc4cf6528" into nyc-mr1-dev-plus-aosp

8 years agoMerge "Ensure that ViewGroup.getChildVisibleRect(...) is recursive." into nyc-dev...
Abodunrinwa Toki [Mon, 16 May 2016 09:49:20 +0000 (09:49 +0000)]
Merge "Ensure that ViewGroup.getChildVisibleRect(...) is recursive." into nyc-dev am: 376f9f4bd6
am: 4fc4cf6528

* commit '4fc4cf652822a8194b110bebe3e9caeb6ea75d2a':

Change-Id: Ied949f688a6d2659e464382ec6cca4e16f228f04

8 years agoMerge "Merge "Ensure that ViewGroup.getChildVisibleRect(...) is recursive." into...
Android Build Merger (Role) [Mon, 16 May 2016 09:47:37 +0000 (09:47 +0000)]
Merge "Merge "Ensure that ViewGroup.getChildVisibleRect(...) is recursive." into nyc-dev am: 376f9f4bd6 am: 4fc4cf6528" into nyc-mr1-dev-plus-aosp

8 years agoMerge "Ensure that ViewGroup.getChildVisibleRect(...) is recursive." into nyc-dev...
Abodunrinwa Toki [Mon, 16 May 2016 09:47:07 +0000 (09:47 +0000)]
Merge "Ensure that ViewGroup.getChildVisibleRect(...) is recursive." into nyc-dev am: 376f9f4bd6
am: 4fc4cf6528

* commit '4fc4cf652822a8194b110bebe3e9caeb6ea75d2a':
  Ensure that ViewGroup.getChildVisibleRect(...) is recursive.

Change-Id: Iff1a4a674e02a9bc121961b0fa306d1b5afa32c8

8 years agoMerge "Ensure that ViewGroup.getChildVisibleRect(...) is recursive." into nyc-dev...
Abodunrinwa Toki [Mon, 16 May 2016 09:47:03 +0000 (09:47 +0000)]
Merge "Ensure that ViewGroup.getChildVisibleRect(...) is recursive." into nyc-dev am: 376f9f4bd6
am: 03e7feeba3

* commit '03e7feeba33b565dd09cb77834caa643b6dff0e9':
  Ensure that ViewGroup.getChildVisibleRect(...) is recursive.

Change-Id: If5557d0a968e263b4252566566621b522ffb5617

8 years agoMerge "Ensure that ViewGroup.getChildVisibleRect(...) is recursive." into nyc-dev
Abodunrinwa Toki [Mon, 16 May 2016 09:44:05 +0000 (09:44 +0000)]
Merge "Ensure that ViewGroup.getChildVisibleRect(...) is recursive." into nyc-dev
am: 376f9f4bd6

* commit '376f9f4bd6ba2e117f0356161c767225f47f2745':
  Ensure that ViewGroup.getChildVisibleRect(...) is recursive.

Change-Id: I35ef50e803c17df3911bee580e604992768df484

8 years agoMerge "Ensure that ViewGroup.getChildVisibleRect(...) is recursive." into nyc-dev
Abodunrinwa Toki [Mon, 16 May 2016 09:44:03 +0000 (09:44 +0000)]
Merge "Ensure that ViewGroup.getChildVisibleRect(...) is recursive." into nyc-dev
am: 376f9f4bd6

* commit '376f9f4bd6ba2e117f0356161c767225f47f2745':
  Ensure that ViewGroup.getChildVisibleRect(...) is recursive.

Change-Id: I84041bf0414518f747d2f1a09bd8c154f74347b9

8 years agoMerge "Ensure that ViewGroup.getChildVisibleRect(...) is recursive." into nyc-dev
Abodunrinwa Toki [Mon, 16 May 2016 09:37:54 +0000 (09:37 +0000)]
Merge "Ensure that ViewGroup.getChildVisibleRect(...) is recursive." into nyc-dev

8 years agoMerge "Merge "Address API review comments." into nyc-dev am: 9a32929def am: a87343fbe...
Android Build Merger (Role) [Mon, 16 May 2016 09:32:05 +0000 (09:32 +0000)]
Merge "Merge "Address API review comments." into nyc-dev am: 9a32929def am: a87343fbeb" into nyc-mr1-dev-plus-aosp

8 years agoMerge "Address API review comments." into nyc-dev am: 9a32929def
Martijn Coenen [Mon, 16 May 2016 09:31:39 +0000 (09:31 +0000)]
Merge "Address API review comments." into nyc-dev am: 9a32929def
am: a87343fbeb

* commit 'a87343fbeb2986826e56989ea93e143aaa4a7bb5':

Change-Id: I5c761089d1456e3184b788d20527a5db509f6034

8 years agoMerge "Merge "Address API review comments." into nyc-dev am: 9a32929def am: a87343fbe...
Android Build Merger (Role) [Mon, 16 May 2016 09:29:35 +0000 (09:29 +0000)]
Merge "Merge "Address API review comments." into nyc-dev am: 9a32929def am: a87343fbeb" into nyc-mr1-dev-plus-aosp

8 years agoMerge "Address API review comments." into nyc-dev am: 9a32929def
Martijn Coenen [Mon, 16 May 2016 09:29:02 +0000 (09:29 +0000)]
Merge "Address API review comments." into nyc-dev am: 9a32929def
am: a87343fbeb

* commit 'a87343fbeb2986826e56989ea93e143aaa4a7bb5':
  Address API review comments.

Change-Id: Ia94f104c94b31a7e6fa579ced3046260117337f6

8 years agoMerge "Address API review comments." into nyc-dev am: 9a32929def
Martijn Coenen [Mon, 16 May 2016 09:28:57 +0000 (09:28 +0000)]
Merge "Address API review comments." into nyc-dev am: 9a32929def
am: 1ffef9a239

* commit '1ffef9a239a67016607f62dfd023bf7fefb85370':
  Address API review comments.

Change-Id: I1f7da4c07988923b22bfab5689d48531cfb95aa1

8 years agoMerge "Address API review comments." into nyc-dev
Martijn Coenen [Mon, 16 May 2016 09:25:58 +0000 (09:25 +0000)]
Merge "Address API review comments." into nyc-dev
am: 9a32929def

* commit '9a32929def3425c55a1bc96ea20346bf95357ae4':
  Address API review comments.

Change-Id: Ieb67cdc7846a06d84280e9ea9ca1cbe34dbff78f

8 years agoMerge "Address API review comments." into nyc-dev
Martijn Coenen [Mon, 16 May 2016 09:25:57 +0000 (09:25 +0000)]
Merge "Address API review comments." into nyc-dev
am: 9a32929def

* commit '9a32929def3425c55a1bc96ea20346bf95357ae4':
  Address API review comments.

Change-Id: Id397091f72c9ca3d50809a3e029e8b12ee86ea26

8 years agoMerge "Address API review comments." into nyc-dev
Martijn Coenen [Mon, 16 May 2016 09:18:35 +0000 (09:18 +0000)]
Merge "Address API review comments." into nyc-dev

8 years agoMerge "docs: Revert Wear Preview coming soon page and redirects am: a6443a4814 am...
Android Build Merger (Role) [Mon, 16 May 2016 05:31:09 +0000 (05:31 +0000)]
Merge "docs: Revert Wear Preview coming soon page and redirects am: a6443a4814 am: 0599768d37 am: 994c4b0b77 am: 5652022edb" into nyc-mr1-dev-plus-aosp

8 years agodocs: Revert Wear Preview coming soon page and redirects am: a6443a4814 am: 0599768d3...
Joe Fernandez [Mon, 16 May 2016 05:30:45 +0000 (05:30 +0000)]
docs: Revert Wear Preview coming soon page and redirects am: a6443a4814 am: 0599768d37 am: 994c4b0b77
am: 5652022edb

* commit '5652022edbd9df80f56f00e89ce058a69357ba41':

Change-Id: I70cfaee317b71b1e00778ca1e5359f216c1fde28

8 years agoMerge "docs: Revert Wear Preview coming soon page and redirects am: a6443a4814 am...
Android Build Merger (Role) [Mon, 16 May 2016 05:28:55 +0000 (05:28 +0000)]
Merge "docs: Revert Wear Preview coming soon page and redirects am: a6443a4814 am: 0599768d37 am: 994c4b0b77 am: 5652022edb" into nyc-mr1-dev-plus-aosp

8 years agodocs: Revert Wear Preview coming soon page and redirects am: a6443a4814 am: 0599768d3...
Joe Fernandez [Mon, 16 May 2016 05:28:32 +0000 (05:28 +0000)]
docs: Revert Wear Preview coming soon page and redirects am: a6443a4814 am: 0599768d37 am: 994c4b0b77
am: 8cb18342cb

* commit '8cb18342cbc1e227fae4c50eed8934dc7588d9a7':
  docs: Revert Wear Preview coming soon page and redirects

Change-Id: I78240d250ddf94e775364027dc2a513b25e97dc1

8 years agodocs: Revert Wear Preview coming soon page and redirects am: a6443a4814 am: 0599768d3...
Joe Fernandez [Mon, 16 May 2016 05:28:29 +0000 (05:28 +0000)]
docs: Revert Wear Preview coming soon page and redirects am: a6443a4814 am: 0599768d37 am: 994c4b0b77
am: 5652022edb

* commit '5652022edbd9df80f56f00e89ce058a69357ba41':
  docs: Revert Wear Preview coming soon page and redirects

Change-Id: Ib879e9d11339ee207ecc42b86f72e448f5679bad

8 years agodocs: Revert Wear Preview coming soon page and redirects am: a6443a4814 am: 0599768d37
Joe Fernandez [Mon, 16 May 2016 05:25:10 +0000 (05:25 +0000)]
docs: Revert Wear Preview coming soon page and redirects am: a6443a4814 am: 0599768d37
am: 994c4b0b77

* commit '994c4b0b77c03bd7b341fff6d8544b9a76877a75':
  docs: Revert Wear Preview coming soon page and redirects

Change-Id: I89eda15ec16122e07a94bd161ec546be466438ca

8 years agodocs: Revert Wear Preview coming soon page and redirects am: a6443a4814 am: 0599768d37
Joe Fernandez [Mon, 16 May 2016 05:25:08 +0000 (05:25 +0000)]
docs: Revert Wear Preview coming soon page and redirects am: a6443a4814 am: 0599768d37
am: 994c4b0b77

* commit '994c4b0b77c03bd7b341fff6d8544b9a76877a75':
  docs: Revert Wear Preview coming soon page and redirects

Change-Id: Idda35d8e6d8ecef24a6d8e0150e28bfebe3a45e9

8 years agodocs: Revert Wear Preview coming soon page and redirects am: a6443a4814
Joe Fernandez [Mon, 16 May 2016 05:22:25 +0000 (05:22 +0000)]
docs: Revert Wear Preview coming soon page and redirects am: a6443a4814
am: 0599768d37

* commit '0599768d37f65b1982a7146f4b4a6c261a83fb69':
  docs: Revert Wear Preview coming soon page and redirects

Change-Id: Ia4a02ad1a06338db1b1dcd567a5d5edee3d17f10

8 years agodocs: Revert Wear Preview coming soon page and redirects
Joe Fernandez [Mon, 16 May 2016 05:19:32 +0000 (05:19 +0000)]
docs: Revert Wear Preview coming soon page and redirects
am: a6443a4814

* commit 'a6443a48143b456947a2cf7af389d6a78cdf4f4a':
  docs: Revert Wear Preview coming soon page and redirects

Change-Id: I5e024a9412b2b0fdd73d3e4b9803626e3ecab7b1

8 years agoMerge "Merge "CEC: Defer CEC actions until logical address is available" into nyc...
Android Build Merger (Role) [Mon, 16 May 2016 05:00:28 +0000 (05:00 +0000)]
Merge "Merge "CEC: Defer CEC actions until logical address is available" into nyc-dev am: 4853d65a60 am: 3522ec79ca" into nyc-mr1-dev-plus-aosp

8 years agoMerge "CEC: Defer CEC actions until logical address is available" into nyc-dev am...
Donghyun Cho [Mon, 16 May 2016 05:00:00 +0000 (05:00 +0000)]
Merge "CEC: Defer CEC actions until logical address is available" into nyc-dev am: 4853d65a60
am: 3522ec79ca

* commit '3522ec79cac6e070be562d656581949b8df50fcd':

Change-Id: I40486cd1d664b8d14830e74bc4729aca4b34dbab

8 years agoMerge "Merge "CEC: Defer CEC actions until logical address is available" into nyc...
Android Build Merger (Role) [Mon, 16 May 2016 04:58:43 +0000 (04:58 +0000)]
Merge "Merge "CEC: Defer CEC actions until logical address is available" into nyc-dev am: 4853d65a60 am: 3522ec79ca" into nyc-mr1-dev-plus-aosp

8 years agoMerge "CEC: Defer CEC actions until logical address is available" into nyc-dev am...
Donghyun Cho [Mon, 16 May 2016 04:58:18 +0000 (04:58 +0000)]
Merge "CEC: Defer CEC actions until logical address is available" into nyc-dev am: 4853d65a60
am: 3522ec79ca

* commit '3522ec79cac6e070be562d656581949b8df50fcd':
  CEC: Defer CEC actions until logical address is available

Change-Id: I03ccc98bc36732bb9d7bff7b96fd4d2464967f6b

8 years agoMerge "CEC: Defer CEC actions until logical address is available" into nyc-dev am...
Donghyun Cho [Mon, 16 May 2016 04:58:15 +0000 (04:58 +0000)]
Merge "CEC: Defer CEC actions until logical address is available" into nyc-dev am: 4853d65a60
am: 655c815cba

* commit '655c815cbae9181488bf2c7168d1b07186eb2d04':
  CEC: Defer CEC actions until logical address is available

Change-Id: Id42881e14172d0522f8cd465940d15288ef25f7d

8 years agoMerge "CEC: Defer CEC actions until logical address is available" into nyc-dev
Donghyun Cho [Mon, 16 May 2016 04:55:29 +0000 (04:55 +0000)]
Merge "CEC: Defer CEC actions until logical address is available" into nyc-dev
am: 4853d65a60

* commit '4853d65a604c253d3f2b9b5041c8cd2087e2237c':
  CEC: Defer CEC actions until logical address is available

Change-Id: Ibbe2a8b799f601f00d496861c51c4fbcfd5d4064

8 years agoMerge "CEC: Defer CEC actions until logical address is available" into nyc-dev
Donghyun Cho [Mon, 16 May 2016 04:55:27 +0000 (04:55 +0000)]
Merge "CEC: Defer CEC actions until logical address is available" into nyc-dev
am: 4853d65a60

* commit '4853d65a604c253d3f2b9b5041c8cd2087e2237c':
  CEC: Defer CEC actions until logical address is available

Change-Id: I73f9dd9e1c768bb4e59298386b085de7a3b9c478

8 years agoMerge "CEC: Defer CEC actions until logical address is available" into nyc-dev
Donghyun Cho [Mon, 16 May 2016 04:48:28 +0000 (04:48 +0000)]
Merge "CEC: Defer CEC actions until logical address is available" into nyc-dev

8 years agodocs: Revert Wear Preview coming soon page and redirects
Joe Fernandez [Mon, 16 May 2016 04:25:45 +0000 (21:25 -0700)]
docs: Revert Wear Preview coming soon page and redirects

Change-Id: I69e9291ab20e462db620c841153a76b03d7057fc

8 years agoMerge "docs: Add "coming soon" page for Wear team am: 01afbd1481 am: 793c2171c9 am...
Android Build Merger (Role) [Mon, 16 May 2016 04:12:52 +0000 (04:12 +0000)]
Merge "docs: Add "coming soon" page for Wear team am: 01afbd1481 am: 793c2171c9 am: 25919d41da am: 123274f479 am: fde411cf2f" into nyc-mr1-dev-plus-aosp

8 years agodocs: Add "coming soon" page for Wear team am: 01afbd1481 am: 793c2171c9 am: 25919d41...
Joe Fernandez [Mon, 16 May 2016 04:12:30 +0000 (04:12 +0000)]
docs: Add "coming soon" page for Wear team am: 01afbd1481 am: 793c2171c9 am: 25919d41da am: 123274f479
am: fde411cf2f

* commit 'fde411cf2f41ee51e75d8cec4a6d581a742a7cca':

Change-Id: Iad0e8452639fd682a03bbafb6f5dfe8e2950bde1

8 years agoMerge "docs: Add "coming soon" page for Wear team am: 01afbd1481 am: 793c2171c9 am...
Android Build Merger (Role) [Mon, 16 May 2016 04:10:34 +0000 (04:10 +0000)]
Merge "docs: Add "coming soon" page for Wear team am: 01afbd1481 am: 793c2171c9 am: 25919d41da am: 123274f479 am: fde411cf2f" into nyc-mr1-dev-plus-aosp

8 years agodocs: Add "coming soon" page for Wear team am: 01afbd1481 am: 793c2171c9 am: 25919d41...
Joe Fernandez [Mon, 16 May 2016 04:10:13 +0000 (04:10 +0000)]
docs: Add "coming soon" page for Wear team am: 01afbd1481 am: 793c2171c9 am: 25919d41da am: 123274f479
am: fde411cf2f

* commit 'fde411cf2f41ee51e75d8cec4a6d581a742a7cca':
  docs: Add "coming soon" page for Wear team

Change-Id: I625224c1df3951cdc001e93e24d4c7ec668b6aa7

8 years agodocs: Add "coming soon" page for Wear team am: 01afbd1481 am: 793c2171c9 am: 25919d41...
Joe Fernandez [Mon, 16 May 2016 04:10:09 +0000 (04:10 +0000)]
docs: Add "coming soon" page for Wear team am: 01afbd1481 am: 793c2171c9 am: 25919d41da am: 123274f479
am: 46b29def3e

* commit '46b29def3e2ebde6ee56aad3509d24c9aa11082e':
  docs: Add "coming soon" page for Wear team

Change-Id: Id7d1e96b44a12a65180e38025e5fcd48ee0c0b3a

8 years agodocs: Add "coming soon" page for Wear team am: 01afbd1481 am: 793c2171c9 am: 25919d41da
Joe Fernandez [Mon, 16 May 2016 04:07:23 +0000 (04:07 +0000)]
docs: Add "coming soon" page for Wear team am: 01afbd1481 am: 793c2171c9 am: 25919d41da
am: 123274f479

* commit '123274f479f561eebcb4f6f7b8e94efaa44bc869':
  docs: Add "coming soon" page for Wear team

Change-Id: Idb567d4391b043b2b9548c9fc6ef75f38981fb2f

8 years agodocs: Add "coming soon" page for Wear team am: 01afbd1481 am: 793c2171c9 am: 25919d41da
Joe Fernandez [Mon, 16 May 2016 04:07:20 +0000 (04:07 +0000)]
docs: Add "coming soon" page for Wear team am: 01afbd1481 am: 793c2171c9 am: 25919d41da
am: 123274f479

* commit '123274f479f561eebcb4f6f7b8e94efaa44bc869':
  docs: Add "coming soon" page for Wear team

Change-Id: I1105479a444dc9d0f2bc202397067db437ba49f7

8 years agodocs: Add "coming soon" page for Wear team am: 01afbd1481 am: 793c2171c9
Joe Fernandez [Mon, 16 May 2016 04:03:53 +0000 (04:03 +0000)]
docs: Add "coming soon" page for Wear team am: 01afbd1481 am: 793c2171c9
am: 25919d41da

* commit '25919d41da794e7d453742f2ddafc7cee12e6ee1':
  docs: Add "coming soon" page for Wear team

Change-Id: Ibe7d1c1c36460315bac1b2bc5ddc7fd5e456b6fd

8 years agodocs: Add "coming soon" page for Wear team am: 01afbd1481
Joe Fernandez [Mon, 16 May 2016 04:00:26 +0000 (04:00 +0000)]
docs: Add "coming soon" page for Wear team am: 01afbd1481
am: 793c2171c9

* commit '793c2171c905d8c006a7edf220c1f75439e6db51':
  docs: Add "coming soon" page for Wear team

Change-Id: I50f8b71e916f59e8c61a28aa7fa37f9a4de7d174

8 years agodocs: Add "coming soon" page for Wear team
Joe Fernandez [Mon, 16 May 2016 03:57:39 +0000 (03:57 +0000)]
docs: Add "coming soon" page for Wear team
am: 01afbd1481

* commit '01afbd14814072c39b1f10668dc345512417e945':
  docs: Add "coming soon" page for Wear team

Change-Id: I3f5b90b4cdcee2d2c16f0b91d1c98cd889d76771

8 years agodocs: Add "coming soon" page for Wear team
Joe Fernandez [Mon, 16 May 2016 03:38:52 +0000 (20:38 -0700)]
docs: Add "coming soon" page for Wear team

Change-Id: Ia5eb31fb2683c1b37188c288cf9784db22f86697

8 years agoMerge "docs: fix resource card listings for DoDS in Wear Preview am: e6c2b75650 am...
Android Build Merger (Role) [Sun, 15 May 2016 22:36:00 +0000 (22:36 +0000)]
Merge "docs: fix resource card listings for DoDS in Wear Preview am: e6c2b75650 am: 4acf490c8a am: edcf61d7f8 am: 73e912363f" into nyc-mr1-dev-plus-aosp

8 years agodocs: fix resource card listings for DoDS in Wear Preview am: e6c2b75650 am: 4acf490c...
Joe Fernandez [Sun, 15 May 2016 22:35:36 +0000 (22:35 +0000)]
docs: fix resource card listings for DoDS in Wear Preview am: e6c2b75650 am: 4acf490c8a am: edcf61d7f8
am: 73e912363f

* commit '73e912363f8be4399a47ab9616caa1ccc3fdb9d1':

Change-Id: If2fb60c3e29c6715d392befbe5f47205a956f36b

8 years agoMerge "docs: fix resource card listings for DoDS in Wear Preview am: e6c2b75650 am...
Android Build Merger (Role) [Sun, 15 May 2016 22:33:43 +0000 (22:33 +0000)]
Merge "docs: fix resource card listings for DoDS in Wear Preview am: e6c2b75650 am: 4acf490c8a am: edcf61d7f8 am: 73e912363f" into nyc-mr1-dev-plus-aosp

8 years agodocs: fix resource card listings for DoDS in Wear Preview am: e6c2b75650 am: 4acf490c...
Joe Fernandez [Sun, 15 May 2016 22:33:16 +0000 (22:33 +0000)]
docs: fix resource card listings for DoDS in Wear Preview am: e6c2b75650 am: 4acf490c8a am: edcf61d7f8
am: 73e912363f

* commit '73e912363f8be4399a47ab9616caa1ccc3fdb9d1':
  docs: fix resource card listings for DoDS in Wear Preview

Change-Id: I7b352f267fc28afcf61b09c4652ed8823f3a9aa8

8 years agodocs: fix resource card listings for DoDS in Wear Preview am: e6c2b75650 am: 4acf490c...
Joe Fernandez [Sun, 15 May 2016 22:33:13 +0000 (22:33 +0000)]
docs: fix resource card listings for DoDS in Wear Preview am: e6c2b75650 am: 4acf490c8a am: edcf61d7f8
am: aee0eac190

* commit 'aee0eac190fd680a91218847bb007053c976da75':
  docs: fix resource card listings for DoDS in Wear Preview

Change-Id: I009ade26a6b7dc9e9130bc6c4ae5a5adf9a42c67

8 years agodocs: fix resource card listings for DoDS in Wear Preview am: e6c2b75650 am: 4acf490c8a
Joe Fernandez [Sun, 15 May 2016 22:30:25 +0000 (22:30 +0000)]
docs: fix resource card listings for DoDS in Wear Preview am: e6c2b75650 am: 4acf490c8a
am: edcf61d7f8

* commit 'edcf61d7f8b724650c04116664dc53a03a6b3970':
  docs: fix resource card listings for DoDS in Wear Preview

Change-Id: I816bb5c2eae614d603fe6be91a57f36942b320d5

8 years agodocs: fix resource card listings for DoDS in Wear Preview am: e6c2b75650 am: 4acf490c8a
Joe Fernandez [Sun, 15 May 2016 22:30:23 +0000 (22:30 +0000)]
docs: fix resource card listings for DoDS in Wear Preview am: e6c2b75650 am: 4acf490c8a
am: edcf61d7f8

* commit 'edcf61d7f8b724650c04116664dc53a03a6b3970':
  docs: fix resource card listings for DoDS in Wear Preview

Change-Id: I808e71a3511649d2792303aecef0b82c2d4a3c86

8 years agodocs: fix resource card listings for DoDS in Wear Preview am: e6c2b75650
Joe Fernandez [Sun, 15 May 2016 22:27:07 +0000 (22:27 +0000)]
docs: fix resource card listings for DoDS in Wear Preview am: e6c2b75650
am: 4acf490c8a

* commit '4acf490c8aa80f1c55a0d2dfdd69fbbcf59f23de':
  docs: fix resource card listings for DoDS in Wear Preview

Change-Id: Ie865c0f17d25063983a88314c3a41a3c148638db

8 years agodocs: fix resource card listings for DoDS in Wear Preview
Joe Fernandez [Sun, 15 May 2016 22:24:18 +0000 (22:24 +0000)]
docs: fix resource card listings for DoDS in Wear Preview
am: e6c2b75650

* commit 'e6c2b75650749d79dca4e50cb9214ee75d8472b8':
  docs: fix resource card listings for DoDS in Wear Preview

Change-Id: Iaf271f90ad931c042dc0b81a55f5651af644012f

8 years agodocs: fix resource card listings for DoDS in Wear Preview
Joe Fernandez [Sun, 15 May 2016 22:11:08 +0000 (15:11 -0700)]
docs: fix resource card listings for DoDS in Wear Preview

b/28769830

Change-Id: I69eb12de0779f7a63e35d50e0f8fa767475ef1e6

8 years agoMerge "Merge "fix typo in book path for devsite builds." into mnc-mr-docs am: 44b31fa...
Android Build Merger (Role) [Sun, 15 May 2016 19:58:15 +0000 (19:58 +0000)]
Merge "Merge "fix typo in book path for devsite builds." into mnc-mr-docs am: 44b31fa0c4 am: 2394b301fc am: 21f1a6d8e1 am: 0eceb79963 am: 5f98032ddd" into nyc-mr1-dev-plus-aosp

8 years agoMerge "fix typo in book path for devsite builds." into mnc-mr-docs am: 44b31fa0c4...
Dirk Dougherty [Sun, 15 May 2016 19:57:54 +0000 (19:57 +0000)]
Merge "fix typo in book path for devsite builds." into mnc-mr-docs am: 44b31fa0c4 am: 2394b301fc am: 21f1a6d8e1 am: 0eceb79963
am: 5f98032ddd

* commit '5f98032ddd1f45f59b0adf4610177bd1c8aef806':

Change-Id: Ia78a72841e44d3eb20d4561bf444bfd050cb0470

8 years agoMerge "Merge "fix typo in book path for devsite builds." into mnc-mr-docs am: 44b31fa...
Android Build Merger (Role) [Sun, 15 May 2016 19:55:37 +0000 (19:55 +0000)]
Merge "Merge "fix typo in book path for devsite builds." into mnc-mr-docs am: 44b31fa0c4 am: 2394b301fc am: 21f1a6d8e1 am: 0eceb79963 am: 5f98032ddd" into nyc-mr1-dev-plus-aosp

8 years agoMerge "fix typo in book path for devsite builds." into mnc-mr-docs am: 44b31fa0c4...
Dirk Dougherty [Sun, 15 May 2016 19:55:06 +0000 (19:55 +0000)]
Merge "fix typo in book path for devsite builds." into mnc-mr-docs am: 44b31fa0c4 am: 2394b301fc am: 21f1a6d8e1 am: 0eceb79963
am: 5f98032ddd

* commit '5f98032ddd1f45f59b0adf4610177bd1c8aef806':
  fix typo in book path for devsite builds.

Change-Id: I910484f5b172c4eeee50bacea78e4c61b71767c2

8 years agoMerge "fix typo in book path for devsite builds." into mnc-mr-docs am: 44b31fa0c4...
Dirk Dougherty [Sun, 15 May 2016 19:55:04 +0000 (19:55 +0000)]
Merge "fix typo in book path for devsite builds." into mnc-mr-docs am: 44b31fa0c4 am: 2394b301fc am: 21f1a6d8e1 am: 0eceb79963
am: 89613588a2

* commit '89613588a23c90cd60fbf92a3458c03f10b8161d':
  fix typo in book path for devsite builds.

Change-Id: I657256a0b2537bbdb2f268683b866a282ce144dd

8 years agoMerge "fix typo in book path for devsite builds." into mnc-mr-docs am: 44b31fa0c4...
Dirk Dougherty [Sun, 15 May 2016 19:52:18 +0000 (19:52 +0000)]
Merge "fix typo in book path for devsite builds." into mnc-mr-docs am: 44b31fa0c4 am: 2394b301fc am: 21f1a6d8e1
am: 0eceb79963

* commit '0eceb79963917ca4295026b6a046389efbb7bca0':
  fix typo in book path for devsite builds.

Change-Id: Icc484fd3ed54dd70e783dacf9f52ef630b7b6d9c

8 years agoMerge "fix typo in book path for devsite builds." into mnc-mr-docs am: 44b31fa0c4...
Dirk Dougherty [Sun, 15 May 2016 19:52:14 +0000 (19:52 +0000)]
Merge "fix typo in book path for devsite builds." into mnc-mr-docs am: 44b31fa0c4 am: 2394b301fc am: 21f1a6d8e1
am: 0eceb79963

* commit '0eceb79963917ca4295026b6a046389efbb7bca0':
  fix typo in book path for devsite builds.

Change-Id: Ifb1a95022614f0fcee0b35cf96a01838a2d0f641

8 years agoMerge "fix typo in book path for devsite builds." into mnc-mr-docs am: 44b31fa0c4...
Dirk Dougherty [Sun, 15 May 2016 19:48:54 +0000 (19:48 +0000)]
Merge "fix typo in book path for devsite builds." into mnc-mr-docs am: 44b31fa0c4 am: 2394b301fc
am: 21f1a6d8e1

* commit '21f1a6d8e106d6a0fc5ccda15f93f4319b3142e1':
  fix typo in book path for devsite builds.

Change-Id: I659cb1e894b0d8156817de3264a922c5f81579d3

8 years agoMerge "fix typo in book path for devsite builds." into mnc-mr-docs am: 44b31fa0c4
Dirk Dougherty [Sun, 15 May 2016 19:45:45 +0000 (19:45 +0000)]
Merge "fix typo in book path for devsite builds." into mnc-mr-docs am: 44b31fa0c4
am: 2394b301fc

* commit '2394b301fc792bd5911cbfab585061b32a8cd7f3':
  fix typo in book path for devsite builds.

Change-Id: I83499e76960f7d507345f2374ba4adab94c4fa02

8 years agoMerge "fix typo in book path for devsite builds." into mnc-mr-docs
Dirk Dougherty [Sun, 15 May 2016 19:43:01 +0000 (19:43 +0000)]
Merge "fix typo in book path for devsite builds." into mnc-mr-docs
am: 44b31fa0c4

* commit '44b31fa0c42e0d52f0cecbc1f75a0e62279ff5c1':
  fix typo in book path for devsite builds.

Change-Id: I30c2abc4be350c6c78c0372a54459b21fb1fd132

8 years agoMerge "fix typo in book path for devsite builds." into mnc-mr-docs
Dirk Dougherty [Sun, 15 May 2016 19:38:51 +0000 (19:38 +0000)]
Merge "fix typo in book path for devsite builds." into mnc-mr-docs

8 years agoUpdate links for all files under sdk/ that moved to studio/ am: 89d11705a1 am: d10e01...
smain@google.com [Sun, 15 May 2016 03:27:41 +0000 (03:27 +0000)]
Update links for all files under sdk/ that moved to studio/ am: 89d11705a1 am: d10e0132a1 am: 6c568e6322 am: e9746f7a6a
am: b09066c4cb

* commit 'b09066c4cb9024e9081859460fd9c473a328de65':

Change-Id: I70a95c7970a76b80bc505bf893f8ee7aa04a254d

8 years agoUpdate links for all files under sdk/ that moved to studio/ am: 89d11705a1 am: d10e01...
smain@google.com [Sun, 15 May 2016 03:25:10 +0000 (03:25 +0000)]
Update links for all files under sdk/ that moved to studio/ am: 89d11705a1 am: d10e0132a1 am: 6c568e6322 am: e9746f7a6a
am: ead0d22668

* commit 'ead0d2266836d15a9d7b17d915dcc0d75e2f8145':
  Update links for all files under sdk/ that moved to studio/

Change-Id: Ie5069fbfef517008f5997130706dfe56587f11de

8 years agoUpdate links for all files under sdk/ that moved to studio/ am: 89d11705a1 am: d10e01...
smain@google.com [Sun, 15 May 2016 03:22:36 +0000 (03:22 +0000)]
Update links for all files under sdk/ that moved to studio/ am: 89d11705a1 am: d10e0132a1 am: 6c568e6322
am: e9746f7a6a

* commit 'e9746f7a6a17222162625565db197ae52bce0be6':
  Update links for all files under sdk/ that moved to studio/

Change-Id: Ibb9798a3004a1e6762deaa7d53b7cd2f1cb6c72a

8 years agoUpdate links for all files under sdk/ that moved to studio/ am: 89d11705a1 am: d10e01...
smain@google.com [Sun, 15 May 2016 03:22:33 +0000 (03:22 +0000)]
Update links for all files under sdk/ that moved to studio/ am: 89d11705a1 am: d10e0132a1 am: 6c568e6322
am: e9746f7a6a

* commit 'e9746f7a6a17222162625565db197ae52bce0be6':
  Update links for all files under sdk/ that moved to studio/

Change-Id: Ia38018c1b0901dd6b89efb71e9626447633fee16

8 years agoUpdate links for all files under sdk/ that moved to studio/ am: 89d11705a1 am: d10e0132a1
smain@google.com [Sun, 15 May 2016 03:11:46 +0000 (03:11 +0000)]
Update links for all files under sdk/ that moved to studio/ am: 89d11705a1 am: d10e0132a1
am: 6c568e6322

* commit '6c568e632242e99eb255f721edcbec0223f9934d':
  Update links for all files under sdk/ that moved to studio/

Change-Id: I2acd1acd6fef98c527ef4dfc0d016bb5cfa296cc

8 years agoUpdate links for all files under sdk/ that moved to studio/ am: 89d11705a1
smain@google.com [Sun, 15 May 2016 03:09:06 +0000 (03:09 +0000)]
Update links for all files under sdk/ that moved to studio/ am: 89d11705a1
am: d10e0132a1

* commit 'd10e0132a124f5a24bec436600e04b8f97720e7e':
  Update links for all files under sdk/ that moved to studio/

Change-Id: If4a364fecbbb012f5b6beb739d879b003f90e6d9

8 years agoUpdate links for all files under sdk/ that moved to studio/
smain@google.com [Sun, 15 May 2016 03:06:29 +0000 (03:06 +0000)]
Update links for all files under sdk/ that moved to studio/
am: 89d11705a1

* commit '89d11705a19f73d32a7e604477dd4358dc04d051':
  Update links for all files under sdk/ that moved to studio/

Change-Id: Id47c082a96ffffdfb439aaab80ccb0a645557dec

8 years agoUpdate links for all files under sdk/ that moved to studio/
smain@google.com [Sun, 15 May 2016 02:20:00 +0000 (19:20 -0700)]
Update links for all files under sdk/ that moved to studio/

Change-Id: I624621dfd7df0f441d0b559e5a12029e5e299964

8 years agoMerge "UI Widgets documentation for Wear 2.0 preview. am: 0fce5d1328 am: cf3fa15b3e...
Android Build Merger (Role) [Sat, 14 May 2016 22:08:10 +0000 (22:08 +0000)]
Merge "UI Widgets documentation for Wear 2.0 preview. am: 0fce5d1328 am: cf3fa15b3e am: c87446f5a8 am: 346ad68911" into nyc-mr1-dev-plus-aosp

8 years agoUI Widgets documentation for Wear 2.0 preview. am: 0fce5d1328 am: cf3fa15b3e am:...
sreevanis [Sat, 14 May 2016 22:07:48 +0000 (22:07 +0000)]
UI Widgets documentation for Wear 2.0 preview. am: 0fce5d1328 am: cf3fa15b3e am: c87446f5a8
am: 346ad68911

* commit '346ad689114d0a5f2d63060abf8c2e1e010e49b6':

Change-Id: Ie00940253b4b2e2b82a42a2f536e9af259bb5970

8 years agoMerge "UI Widgets documentation for Wear 2.0 preview. am: 0fce5d1328 am: cf3fa15b3e...
Android Build Merger (Role) [Sat, 14 May 2016 22:05:57 +0000 (22:05 +0000)]
Merge "UI Widgets documentation for Wear 2.0 preview. am: 0fce5d1328 am: cf3fa15b3e am: c87446f5a8 am: 346ad68911" into nyc-mr1-dev-plus-aosp

8 years agoUI Widgets documentation for Wear 2.0 preview. am: 0fce5d1328 am: cf3fa15b3e am:...
sreevanis [Sat, 14 May 2016 22:05:29 +0000 (22:05 +0000)]
UI Widgets documentation for Wear 2.0 preview. am: 0fce5d1328 am: cf3fa15b3e am: c87446f5a8
am: 346ad68911

* commit '346ad689114d0a5f2d63060abf8c2e1e010e49b6':
  UI Widgets documentation for Wear 2.0 preview.

Change-Id: Ib3743f53a355e463f99b6c2cbf114f227f265539

8 years agoUI Widgets documentation for Wear 2.0 preview. am: 0fce5d1328 am: cf3fa15b3e am:...
sreevanis [Sat, 14 May 2016 22:05:27 +0000 (22:05 +0000)]
UI Widgets documentation for Wear 2.0 preview. am: 0fce5d1328 am: cf3fa15b3e am: c87446f5a8
am: 8a7b5ca07a

* commit '8a7b5ca07abe768eda13ac2dea5eca08ca44dd57':
  UI Widgets documentation for Wear 2.0 preview.

Change-Id: I23813fee2ae21f794239737469975ab55d5b0d32

8 years agoUI Widgets documentation for Wear 2.0 preview. am: 0fce5d1328 am: cf3fa15b3e
sreevanis [Sat, 14 May 2016 22:02:55 +0000 (22:02 +0000)]
UI Widgets documentation for Wear 2.0 preview. am: 0fce5d1328 am: cf3fa15b3e
am: c87446f5a8

* commit 'c87446f5a8c75598bcc79e9400eaaf4839e105c4':
  UI Widgets documentation for Wear 2.0 preview.

Change-Id: I2798b6433215aaf6ee983f8b75ff2f3cd1dc6054

8 years agoUI Widgets documentation for Wear 2.0 preview. am: 0fce5d1328 am: cf3fa15b3e
sreevanis [Sat, 14 May 2016 22:02:53 +0000 (22:02 +0000)]
UI Widgets documentation for Wear 2.0 preview. am: 0fce5d1328 am: cf3fa15b3e
am: c87446f5a8

* commit 'c87446f5a8c75598bcc79e9400eaaf4839e105c4':
  UI Widgets documentation for Wear 2.0 preview.

Change-Id: Idb51ded93f6aa4070684c71830cbab3772a5d108

8 years agoUI Widgets documentation for Wear 2.0 preview. am: 0fce5d1328
sreevanis [Sat, 14 May 2016 22:00:19 +0000 (22:00 +0000)]
UI Widgets documentation for Wear 2.0 preview. am: 0fce5d1328
am: cf3fa15b3e

* commit 'cf3fa15b3ea686daeedffb76712f2ec43651a354':
  UI Widgets documentation for Wear 2.0 preview.

Change-Id: Ide6bbe3b5aee7358f35739b9d9c03dd58c32213e

8 years agoUI Widgets documentation for Wear 2.0 preview.
sreevanis [Sat, 14 May 2016 21:57:40 +0000 (21:57 +0000)]
UI Widgets documentation for Wear 2.0 preview.
am: 0fce5d1328

* commit '0fce5d13289606087785682b80b7ea6fb9e74293':
  UI Widgets documentation for Wear 2.0 preview.

Change-Id: I1ac2e002139cd6850b941893a9c1f7f2bc710e10

8 years agoUI Widgets documentation for Wear 2.0 preview.
sreevanis [Wed, 11 May 2016 17:16:59 +0000 (10:16 -0700)]
UI Widgets documentation for Wear 2.0 preview.

Bug:28473253
Change-Id: I983249b301ae2585e2e78f09c532e4a7e7b32df7

8 years agoMerge "Merge "network: Adds the functionality to parse uid in netlink messages."...
Android Build Merger (Role) [Sat, 14 May 2016 01:41:49 +0000 (01:41 +0000)]
Merge "Merge "network: Adds the functionality to parse uid in netlink messages." into nyc-dev am: 2512ec9e37 am: f9f10cbe36" into nyc-mr1-dev-plus-aosp

8 years agoMerge "network: Adds the functionality to parse uid in netlink messages." into nyc...
Ruchi Kandoi [Sat, 14 May 2016 01:41:30 +0000 (01:41 +0000)]
Merge "network: Adds the functionality to parse uid in netlink messages." into nyc-dev am: 2512ec9e37
am: f9f10cbe36

* commit 'f9f10cbe3622d7b1dc69f9745cdeca83f7235ec7':

Change-Id: I97c5c4680ec74dab6294dd76a0271267e619539c

8 years agoMerge "Merge "network: Adds the functionality to parse uid in netlink messages."...
Android Build Merger (Role) [Sat, 14 May 2016 01:39:48 +0000 (01:39 +0000)]
Merge "Merge "network: Adds the functionality to parse uid in netlink messages." into nyc-dev am: 2512ec9e37 am: f9f10cbe36" into nyc-mr1-dev-plus-aosp