OSDN Git Service

android-x86/build.git
8 years agoMerge "PLATFORM_PREVIEW_SDK_VERSION == 4 for DP4" into nyc-dev
Ian Pedowitz [Thu, 12 May 2016 18:58:17 +0000 (18:58 +0000)]
Merge "PLATFORM_PREVIEW_SDK_VERSION == 4 for DP4" into nyc-dev

8 years agoRemoving commented out deprecated download links in sdkpage.cs am: eefc7d441c am...
Amanda Kassay [Thu, 12 May 2016 18:32:29 +0000 (18:32 +0000)]
Removing commented out deprecated download links in sdkpage.cs am: eefc7d441c am: 7387b5861b
am: 494e80cabc

* commit '494e80cabcec97f4052ca15bd1eb8968e7910c35':
  Removing commented out deprecated download links in sdkpage.cs

Change-Id: I332c0b7c12686e868fe24404aecc8966cdcf6f5d

8 years agoRemoving commented out deprecated download links in sdkpage.cs am: eefc7d441c
Amanda Kassay [Thu, 12 May 2016 18:29:57 +0000 (18:29 +0000)]
Removing commented out deprecated download links in sdkpage.cs am: eefc7d441c
am: 7387b5861b

* commit '7387b5861b61d22a0c2edffb10611284a6d8fa0b':
  Removing commented out deprecated download links in sdkpage.cs

Change-Id: I40bb1b50cc1d49dd3113e8511b8fa744acdf27b5

8 years agoRemoving commented out deprecated download links in sdkpage.cs
Amanda Kassay [Thu, 12 May 2016 18:27:28 +0000 (18:27 +0000)]
Removing commented out deprecated download links in sdkpage.cs
am: eefc7d441c

* commit 'eefc7d441c2c3b235fdae71853921dffff6da755':
  Removing commented out deprecated download links in sdkpage.cs

Change-Id: I95145f9fb614fc875fcffbccfa24f176160138f7

8 years agoRemoving commented out deprecated download links in sdkpage.cs
Amanda Kassay [Thu, 12 May 2016 18:17:41 +0000 (14:17 -0400)]
Removing commented out deprecated download links in sdkpage.cs

Change-Id: Iad26e72120b110fa017821be887de0cd07b3889a

8 years agoPLATFORM_PREVIEW_SDK_VERSION == 4 for DP4
Ian Pedowitz [Thu, 12 May 2016 17:39:59 +0000 (10:39 -0700)]
PLATFORM_PREVIEW_SDK_VERSION == 4 for DP4

Bug: 27150977
Change-Id: I0958ee2cc377c5640c616dab8f093323ffd76c29

8 years agodocs: Wear Preview - TOC and Resource card fixes for DoDS am: 151592490e
Joe Fernandez [Thu, 12 May 2016 06:34:58 +0000 (06:34 +0000)]
docs: Wear Preview - TOC and Resource card fixes for DoDS am: 151592490e
am: 10719438d6

* commit '10719438d6faaa1fea500057e211b2d88faf6d74':
  docs: Wear Preview - TOC and Resource card fixes for DoDS

Change-Id: If17971766425bc5fbba0e9860d611ea043d6b8dd

8 years agodocs: Wear Preview - TOC and Resource card fixes for DoDS
Joe Fernandez [Thu, 12 May 2016 06:32:49 +0000 (06:32 +0000)]
docs: Wear Preview - TOC and Resource card fixes for DoDS
am: 151592490e

* commit '151592490e22253eeb5355bd2861c56c80ecf437':
  docs: Wear Preview - TOC and Resource card fixes for DoDS

Change-Id: I2e8521069969baaa1696adbef2f4cb901b636fb9

8 years agodocs: Wear Preview - TOC and Resource card fixes for DoDS
Joe Fernandez [Thu, 12 May 2016 02:43:25 +0000 (19:43 -0700)]
docs: Wear Preview - TOC and Resource card fixes for DoDS

b/28004352

Change-Id: Iff222f71508c21e0b35a3d41c846c062755605cd

8 years agoDO NOT MERGE ANYWHERE - Add verifiedboot keys to otatoools.zip. am: 16690162c3 ...
Baligh Uddin [Wed, 11 May 2016 23:42:40 +0000 (23:42 +0000)]
DO NOT MERGE ANYWHERE - Add verifiedboot keys to otatoools.zip. am: 16690162c3  -s ours
am: 1ae509ad7b  -s ours

* commit '1ae509ad7bd3efaea1e66292f25faa63d27e756d':
  DO NOT MERGE ANYWHERE - Add verifiedboot keys to otatoools.zip.

Change-Id: I9bebf65953a49a48bfd17373d6fd4bc749a9e764

8 years agoDO NOT MERGE ANYWHERE - Add verifiedboot keys to otatoools.zip.
Baligh Uddin [Wed, 11 May 2016 23:39:21 +0000 (23:39 +0000)]
DO NOT MERGE ANYWHERE - Add verifiedboot keys to otatoools.zip.
am: 16690162c3  -s ours

* commit '16690162c3eac9a40824c400822cb7023414a75b':
  DO NOT MERGE ANYWHERE - Add verifiedboot keys to otatoools.zip.

Change-Id: I299c80c92c58cd11f7f7914942728956c896cf50

8 years agoDO NOT MERGE ANYWHERE - Add verifiedboot keys to otatoools.zip.
Baligh Uddin [Wed, 11 May 2016 23:30:50 +0000 (16:30 -0700)]
DO NOT MERGE ANYWHERE - Add verifiedboot keys to otatoools.zip.

This is needed for nemo* signing off emerald-dev.

Bug: 28726512

8 years agoFix handling of version codes in minSdkVersion when signing.
Alex Klyubin [Wed, 11 May 2016 19:11:11 +0000 (12:11 -0700)]
Fix handling of version codes in minSdkVersion when signing.

The APK signing tool, build/tools/signapk, needs to know the API Level
of the oldest platform supported by the APK. The APK's minSdkVersion
may reference that using a number (API Level) or a version code. To
handle the version code case, the existing logic was to see if it
matches $PLATFORM_VERSION_CODENAME and then substitute it with
$PLATFORM_SDK_VERSION.

However, some platforms support multiple version codes. To handle this
scenario, this commit changes the logic for computing the min API
Level for signing purposes to treat any non-numeric minSdkVersion as
$PLATFORM_SDK_VERSION.

Bug: 28715556
Change-Id: I292c96e8928b7e2f8d9716ef2be33a23a87764c4

8 years agoMerge "remove silly css hack that\'s no longer needed in the new site design, but...
smain@google.com [Wed, 11 May 2016 17:43:36 +0000 (17:43 +0000)]
Merge "remove silly css hack that\'s no longer needed in the new site design, but which now actually causes layout problems." into mnc-mr-docs am: 547111f16c am: 1db6c2f315
am: 9594b9991f

* commit '9594b9991f78e9891b530eccdb5c72c0e7343c75':
  remove silly css hack that's no longer needed in the new site design, but which now actually causes layout problems.

Change-Id: I91789079b83a42ab562bf1be84c6313c47185d3a

8 years agoMerge "remove silly css hack that\'s no longer needed in the new site design, but...
Scott Main [Wed, 11 May 2016 17:40:36 +0000 (17:40 +0000)]
Merge "remove silly css hack that\'s no longer needed in the new site design, but which now actually causes layout problems." into mnc-mr-docs am: 547111f16c
am: 1db6c2f315

* commit '1db6c2f315c5bb4068325eb2f431a36c8d3c14ba':
  remove silly css hack that's no longer needed in the new site design, but which now actually causes layout problems.

Change-Id: I050f42c42fd200ce4b6613945ffdc3a92f9fd0a9

8 years agoCustom data names for reference extensions. am: ceb4a59409 am: c72ec756c2
Dirk Dougherty [Wed, 11 May 2016 17:37:46 +0000 (17:37 +0000)]
Custom data names for reference extensions. am: ceb4a59409 am: c72ec756c2
am: a890553c51

* commit 'a890553c5137284a136f9391db78a0a2aa527c18':
  Custom data names for reference extensions.

Change-Id: I5cb49898b977dbabba014aff5c45f5d902d719c1

8 years agoMerge "remove silly css hack that\'s no longer needed in the new site design, but...
smain@google.com [Wed, 11 May 2016 17:37:45 +0000 (17:37 +0000)]
Merge "remove silly css hack that\'s no longer needed in the new site design, but which now actually causes layout problems." into mnc-mr-docs
am: 547111f16c

* commit '547111f16c6ee7418a20a9ef1f4e7d34e524d440':
  remove silly css hack that's no longer needed in the new site design, but which now actually causes layout problems.

Change-Id: I4256cbf5f4cfe5187d7f5b58d7c0315c9d89ca27

8 years agoCustom data names for reference extensions. am: ceb4a59409
Dirk Dougherty [Wed, 11 May 2016 17:34:56 +0000 (17:34 +0000)]
Custom data names for reference extensions. am: ceb4a59409
am: c72ec756c2

* commit 'c72ec756c27ccd0cde5e80a7242d3809398be19d':
  Custom data names for reference extensions.

Change-Id: If1ac0af6c4f0a78295fec643e5c1352f2597271b

8 years agoMerge "remove silly css hack that's no longer needed in the new site design, but...
Scott Main [Wed, 11 May 2016 17:34:29 +0000 (17:34 +0000)]
Merge "remove silly css hack that's no longer needed in the new site design, but which now actually causes layout problems." into mnc-mr-docs

8 years agoCustom data names for reference extensions.
Dirk Dougherty [Wed, 11 May 2016 17:32:16 +0000 (17:32 +0000)]
Custom data names for reference extensions.
am: ceb4a59409

* commit 'ceb4a5940959248284af443971d831f8be5d1312':
  Custom data names for reference extensions.

Change-Id: Ic3ffd1044067e3328709441234621c0e62677a13

8 years agoremove silly css hack that's no longer needed in the new site design,
smain@google.com [Wed, 11 May 2016 17:16:56 +0000 (10:16 -0700)]
remove silly css hack that's no longer needed in the new site design,
but which now actually causes layout problems.

Change-Id: I27859f6103ea0538442b22cd67b64d970d831d93

8 years agoMerge "Add org.apache.harmony.tests.javax.xml to old cts" into nyc-dev
Nicholas Sauer [Wed, 11 May 2016 14:35:14 +0000 (14:35 +0000)]
Merge "Add org.apache.harmony.tests.javax.xml to old cts" into nyc-dev

8 years agoCustom data names for reference extensions.
Dirk Dougherty [Wed, 11 May 2016 03:28:58 +0000 (20:28 -0700)]
Custom data names for reference extensions.

Change-Id: I55088a1ddb40fc3648dc8b983c94330084bb65f1

8 years agoFor reference extension builds, update book_path to reference the appropriate file...
Dirk Dougherty [Wed, 11 May 2016 02:01:49 +0000 (02:01 +0000)]
For reference extension builds, update book_path to reference the appropriate file location. am: 8dbd7b96cf am: ce46b86219
am: 1d2dbfe4f5

* commit '1d2dbfe4f5d929d5c671a1d73ec38d8246b1b17a':
  For reference extension builds, update book_path to reference the appropriate file location.

Change-Id: Id5ddec169d92b36f05a1d29b189b92f74396acb5

8 years agoFor reference extension builds, update book_path to reference the appropriate file...
Dirk Dougherty [Wed, 11 May 2016 01:58:57 +0000 (01:58 +0000)]
For reference extension builds, update book_path to reference the appropriate file location. am: 8dbd7b96cf
am: ce46b86219

* commit 'ce46b86219b973a5f90d16e5e59073952ef01519':
  For reference extension builds, update book_path to reference the appropriate file location.

Change-Id: Icc7e68ec871661b3d2824452a4c12b24f9a83aee

8 years agoFor reference extension builds, update book_path to reference the appropriate file...
Dirk Dougherty [Wed, 11 May 2016 01:56:11 +0000 (01:56 +0000)]
For reference extension builds, update book_path to reference the appropriate file location.
am: 8dbd7b96cf

* commit '8dbd7b96cfd667866f992d8bf5252eb8bef29ccc':
  For reference extension builds, update book_path to reference the appropriate file location.

Change-Id: I2555dee5e78998d8e042cfe22c45d9dadd469149

8 years agoFor reference extension builds, update book_path to reference the appropriate file...
Dirk Dougherty [Wed, 11 May 2016 00:56:19 +0000 (17:56 -0700)]
For reference extension builds, update book_path to reference the appropriate file location.

Change-Id: I1eab8fcde8348e7cd7efa90c5c1768b1103e5b97

8 years agoAdd org.apache.harmony.tests.javax.xml to old cts
Nicholas Sauer [Tue, 10 May 2016 19:54:32 +0000 (12:54 -0700)]
Add org.apache.harmony.tests.javax.xml to old cts

bug: 28556024
Change-Id: I7903ce93f27aef55f55acc9231e631d11a463f1b

8 years agoBuild: Switch on oat file mini-debug-info for boot.oat
Andreas Gampe [Fri, 29 Apr 2016 21:34:10 +0000 (14:34 -0700)]
Build: Switch on oat file mini-debug-info for boot.oat

Enable mini-debug-info for the boot image by default. This
can be disabled with WITH_DEXPREOPT_DEBUG_INFO=false.

Bug: 28474219

(cherry picked from commit 58f6bfaa37946835b3a4da279e4e4743181da159)

Change-Id: Ifd59d854f01ad8cf703f16d7a6e88c2c82d47feb

8 years agoMerge "Remove Romansh from PRODUCT_LOCALES" into nyc-dev
Roozbeh Pournader [Fri, 6 May 2016 23:51:48 +0000 (23:51 +0000)]
Merge "Remove Romansh from PRODUCT_LOCALES" into nyc-dev

8 years agoRemove Romansh from PRODUCT_LOCALES
Roozbeh Pournader [Fri, 6 May 2016 22:10:51 +0000 (15:10 -0700)]
Remove Romansh from PRODUCT_LOCALES

The inclusion of Romansh (rm_CH), while it did not have localized
strings, was causing the incorrect assumption that the system
supports Romansh, causing the language fallback to work incorrectly
when Romansh was in the list of user's locales.

Hindi (hi_IN) was also included twice, and this removes the duplicate
too.

Bug: 27325465
Change-Id: I87ec06dc459137f71bb8e5e2f431f629bd51928e

8 years agoRevert "add studio survey button to header." 40k responses is probably enough. am...
Scott Main [Fri, 6 May 2016 16:37:05 +0000 (16:37 +0000)]
Revert "add studio survey button to header." 40k responses is probably enough. am: 4d6e15df03 am: fa46661aa7 am: 3ff492deee
am: 20324e21f9

* commit '20324e21f9752fcae8775f1a65dc24ffffe592e7':
  Revert "add studio survey button to header." 40k responses is probably enough.

Change-Id: I22deb175299dd6614dc72c6daaa5baf2fab9342a

8 years agoRevert "add studio survey button to header." 40k responses is probably enough. am...
Scott Main [Fri, 6 May 2016 16:32:20 +0000 (16:32 +0000)]
Revert "add studio survey button to header." 40k responses is probably enough. am: 4d6e15df03 am: fa46661aa7
am: 3ff492deee

* commit '3ff492deee3df77f6a1ce8afa0fc8ac75d8808c2':
  Revert "add studio survey button to header." 40k responses is probably enough.

Change-Id: Ib0bfd417c340f1f5d734f4551813cd6079b28f3e

8 years agoRevert "add studio survey button to header." 40k responses is probably enough. am...
Scott Main [Fri, 6 May 2016 16:27:28 +0000 (16:27 +0000)]
Revert "add studio survey button to header." 40k responses is probably enough. am: 4d6e15df03
am: fa46661aa7

* commit 'fa46661aa7990698cc4e6e65b830a3ce94edcb07':
  Revert "add studio survey button to header." 40k responses is probably enough.

Change-Id: I260ad3f4292699b37e8a9def1c259a95a5713c1c

8 years agoRevert "add studio survey button to header." 40k responses is probably enough.
Scott Main [Fri, 6 May 2016 16:22:24 +0000 (16:22 +0000)]
Revert "add studio survey button to header." 40k responses is probably enough.
am: 4d6e15df03

* commit '4d6e15df032f561d64a11190df052aec364a3d47':
  Revert "add studio survey button to header." 40k responses is probably enough.

Change-Id: I7fd13ab441835b3515e5a66aeda8e27ce748c8a8

8 years agoRevert "add studio survey button to header."
Scott Main [Fri, 6 May 2016 16:08:56 +0000 (16:08 +0000)]
Revert "add studio survey button to header."
40k responses is probably enough.

This reverts commit 075aad742a9d12d43435e7b909a6a999c1050f6c.

Change-Id: I0c1964fda243c32f57156e762edec511314d9cb5

8 years agoMerge "Indicate that all emulator images support USB" into nyc-dev
Bjoern Johansson [Thu, 5 May 2016 15:38:32 +0000 (15:38 +0000)]
Merge "Indicate that all emulator images support USB" into nyc-dev

8 years agoUpdate to reference templates to include resources to fix navigation highlighting...
Amanda Kassay [Thu, 5 May 2016 14:02:00 +0000 (14:02 +0000)]
Update to reference templates to include resources to fix navigation highlighting issues. b/28560594 b/28586131 am: 307d36d9d4 am: aa012638d6
am: 69ef986675

* commit '69ef986675f98d48f98c2d8a28492a5b636ef2da':
  Update to reference templates to include resources to fix navigation highlighting issues. b/28560594 b/28586131

Change-Id: Id3e9210f4c704e13b1c3c5a6cf8219f2d83080a8

8 years agoUpdate to reference templates to include resources to fix navigation highlighting...
Amanda Kassay [Thu, 5 May 2016 13:59:33 +0000 (13:59 +0000)]
Update to reference templates to include resources to fix navigation highlighting issues. b/28560594 b/28586131 am: 307d36d9d4
am: aa012638d6

* commit 'aa012638d607cd8d0dc919ffcffd8009bcc389e4':
  Update to reference templates to include resources to fix navigation highlighting issues. b/28560594 b/28586131

Change-Id: Ib64ca322b4a86f8ae4cd55e087bce7ab74720963

8 years agoUpdate to reference templates to include resources to fix navigation highlighting...
Amanda Kassay [Thu, 5 May 2016 13:57:02 +0000 (13:57 +0000)]
Update to reference templates to include resources to fix navigation highlighting issues. b/28560594 b/28586131
am: 307d36d9d4

* commit '307d36d9d4938f6e7ff92d54f3962f23c073f5dc':
  Update to reference templates to include resources to fix navigation highlighting issues. b/28560594 b/28586131

Change-Id: I72781c9ed831e0f15689a7f4e64f5c0413c3e975

8 years agoUpdate to reference templates to include resources to fix navigation highlighting...
Amanda Kassay [Thu, 5 May 2016 02:31:54 +0000 (22:31 -0400)]
Update to reference templates to include resources to fix navigation highlighting issues.
b/28560594
b/28586131

Staged:
http://akassay.nyc.corp.google.com:8080/reference/android/Manifest.permission_group.html?tenant=android

Change-Id: I6cefa0014a308e571f88b0635f6bdae21b4276cb

8 years agoIndicate that all emulator images support USB
Bjoern Johansson [Wed, 4 May 2016 22:09:40 +0000 (15:09 -0700)]
Indicate that all emulator images support USB

The Android framework assumes that if an app uses UsbManager then there
must be USB support on the device. In order to deal with this the
emulator has to indicate USB support. Previously this was true for
Google SDK phone images because USB support is part of the common API
packages that gets installed. For AOSP and some other build targets USB
support was not included. This change indicates support for USB for all
emulator system images.

BUG: 28088069

Change-Id: I880210e89e6ad3412bdc069d6c20ed54a52cff83

8 years agoMerge "releasetools: Perform erase commands first." into nyc-dev
Tao Bao [Wed, 4 May 2016 22:32:38 +0000 (22:32 +0000)]
Merge "releasetools: Perform erase commands first." into nyc-dev

8 years agoreleasetools: Perform erase commands first.
Tao Bao [Tue, 3 May 2016 17:02:01 +0000 (10:02 -0700)]
releasetools: Perform erase commands first.

We used to erase all the unused blocks at the end of an update. In order
to work around the eMMC issue in b/28347095, we move part of the erase
commands, which won't be used during the update, to the beginning. The
reset would be erased at the end. This is in hopes of avoiding eMMC
getting starved for clean blocks which would otherwise fail an OTA.

Bug: 28347095
Change-Id: Ia96b06216b35d6700858687a66734af36d0ec213

8 years agoMerge "remove left nav from any remaining sdk/ and tools/ pages. There are still...
smain@google.com [Wed, 4 May 2016 18:40:35 +0000 (18:40 +0000)]
Merge "remove left nav from any remaining sdk/ and tools/ pages. There are still some sdk/ pages but all tools/ pages are gone, so although we could just ignore such pages, better safe than sorry, so going to catch those too." into mnc-mr-docs am: 7204a974dc am: a4da48a31f
am: 68d68d9f0f

* commit '68d68d9f0f4434abb861a90bf5ff6ba5b1c98321':
  remove left nav from any remaining sdk/ and tools/ pages. There are still some sdk/ pages but all tools/ pages are gone, so although we could just ignore such pages, better safe than sorry, so going to catch those too.

Change-Id: If633ef35502fb79d0735d7bf39862e2d7a715938

8 years agoMerge "remove left nav from any remaining sdk/ and tools/ pages. There are still...
smain@google.com [Wed, 4 May 2016 18:37:15 +0000 (18:37 +0000)]
Merge "remove left nav from any remaining sdk/ and tools/ pages. There are still some sdk/ pages but all tools/ pages are gone, so although we could just ignore such pages, better safe than sorry, so going to catch those too." into mnc-mr-docs am: 7204a974dc
am: a4da48a31f

* commit 'a4da48a31f52c9ea98855a2af4f5a7f9f405d13c':
  remove left nav from any remaining sdk/ and tools/ pages. There are still some sdk/ pages but all tools/ pages are gone, so although we could just ignore such pages, better safe than sorry, so going to catch those too.

Change-Id: I055deb6bfb3761b0e6486cfe6b9c4c311f20e0c8

8 years agoMerge "remove left nav from any remaining sdk/ and tools/ pages. There are still...
smain@google.com [Wed, 4 May 2016 18:34:11 +0000 (18:34 +0000)]
Merge "remove left nav from any remaining sdk/ and tools/ pages. There are still some sdk/ pages but all tools/ pages are gone, so although we could just ignore such pages, better safe than sorry, so going to catch those too." into mnc-mr-docs
am: 7204a974dc

* commit '7204a974dc4b040bf91b41d59684d1831301a0d5':
  remove left nav from any remaining sdk/ and tools/ pages. There are still some sdk/ pages but all tools/ pages are gone, so although we could just ignore such pages, better safe than sorry, so going to catch those too.

Change-Id: I17c4f49dbf47fec3421e5d1f780b0100289f6d5c

8 years agoMerge "remove left nav from any remaining sdk/ and tools/ pages. There are still...
Scott Main [Wed, 4 May 2016 18:31:39 +0000 (18:31 +0000)]
Merge "remove left nav from any remaining sdk/ and tools/ pages. There are still some sdk/ pages but all tools/ pages are gone, so although we could just ignore such pages, better safe than sorry, so going to catch those too." into mnc-mr-docs

8 years agodoc: Changed go/ category etc. to topic/ am: 36af4d4d08 am: dae70906a5
Andrew Solovay [Wed, 4 May 2016 18:22:51 +0000 (18:22 +0000)]
doc: Changed go/ category etc. to topic/ am: 36af4d4d08 am: dae70906a5
am: fd017785eb

* commit 'fd017785eb412e0a754de9104391274b084a93f0':
  doc: Changed go/ category etc. to topic/

Change-Id: I1b686880d3a376b991dadd84f7ee0a07633aef64

8 years agodoc: Changed go/ category etc. to topic/ am: 36af4d4d08
Andrew Solovay [Wed, 4 May 2016 18:19:08 +0000 (18:19 +0000)]
doc: Changed go/ category etc. to topic/ am: 36af4d4d08
am: dae70906a5

* commit 'dae70906a53c692daee4d3ae92efe2166a01fec2':
  doc: Changed go/ category etc. to topic/

Change-Id: I5356efde244ffdb17b65199689a8e9255724bd7e

8 years agodoc: Changed go/ category etc. to topic/
Andrew Solovay [Wed, 4 May 2016 18:16:25 +0000 (18:16 +0000)]
doc: Changed go/ category etc. to topic/
am: 36af4d4d08

* commit '36af4d4d084f787ebaeb48de1cd059a028f9c090':
  doc: Changed go/ category etc. to topic/

Change-Id: I144632b43c6fdc34a83f61e5945bf496b42bc7e0

8 years agoremove left nav from any remaining sdk/ and tools/ pages.
smain@google.com [Wed, 4 May 2016 17:19:00 +0000 (10:19 -0700)]
remove left nav from any remaining sdk/ and tools/ pages.
There are still some sdk/ pages but all tools/ pages are gone,
so although we could just ignore such pages, better safe than sorry,
so going to catch those too.

Change-Id: Iaa16fcbf88db39f38b8d5f0dee5f8ab068664f3c

8 years agodoc: Changed go/ category etc. to topic/
Andrew Solovay [Tue, 3 May 2016 19:20:21 +0000 (12:20 -0700)]
doc: Changed go/ category etc. to topic/

Per instructions from DD and JF, changing the top-level go/
directory to topic/ ; as a result, I'm going into AK's recent CLs
(in which she added infrastructure for the new go/ directory)
and changing those too.

See first comment for doc stage location.

bug: 28558659
Change-Id: Iaa10f1a9f7477b00f6bfaa748039d146dfb292fe

8 years agoUpdate path to be absolute instead of relative am: 6da868246b am: bd5a129e00
Amanda Kassay [Tue, 3 May 2016 22:24:23 +0000 (22:24 +0000)]
Update path to be absolute instead of relative am: 6da868246b am: bd5a129e00
am: cb380fcbe3

* commit 'cb380fcbe35399226b51055bdffc38b2952a557d':
  Update path to be absolute instead of relative

Change-Id: I911f81de6c66d0827ab9b0571599d1a13582025e

8 years agoUpdate path to be absolute instead of relative am: 6da868246b
Amanda Kassay [Tue, 3 May 2016 22:22:03 +0000 (22:22 +0000)]
Update path to be absolute instead of relative am: 6da868246b
am: bd5a129e00

* commit 'bd5a129e0092cbecfa29c970d9055302b9596961':
  Update path to be absolute instead of relative

Change-Id: Ieab3056e0f5531a6556a8d49e6b50dd1f2a88c82

8 years agoUpdate path to be absolute instead of relative
Amanda Kassay [Tue, 3 May 2016 22:19:37 +0000 (22:19 +0000)]
Update path to be absolute instead of relative
am: 6da868246b

* commit '6da868246bb4714af31eda7fae4b59ba2b4f740c':
  Update path to be absolute instead of relative

Change-Id: I8e4a160abf7ef9c70dea425ac1dcc6f339aa08c9

8 years agoUpdate path to be absolute instead of relative
Amanda Kassay [Tue, 3 May 2016 22:06:14 +0000 (18:06 -0400)]
Update path to be absolute instead of relative

Staged:
http://akassay.nyc.corp.google.com:8080/reference/packages.html?tenant=android

b/28560594

Change-Id: I7a13aebf0932a8a37fcc09bad4dcbe4cc5252bb3

8 years agoMoving preview as a top level category so changing top category from develop to previ...
Amanda Kassay [Tue, 3 May 2016 20:09:51 +0000 (20:09 +0000)]
Moving preview as a top level category so changing top category from develop to preview am: cb8ddc56e5 am: e11fd46903
am: cece14c2bc

* commit 'cece14c2bc393bfe2deb99c3593e7c6424fd05d3':
  Moving preview as a top level category so changing top category from develop to preview

Change-Id: Ie68a233c418e93db7be4a9fc02cc0a1346aefcaf

8 years agoMoving preview as a top level category so changing top category from develop to previ...
Amanda Kassay [Tue, 3 May 2016 20:07:22 +0000 (20:07 +0000)]
Moving preview as a top level category so changing top category from develop to preview am: cb8ddc56e5
am: e11fd46903

* commit 'e11fd46903a2e450f15e469cf3ec4a17da22825f':
  Moving preview as a top level category so changing top category from develop to preview

Change-Id: I4f0b2af875bdc6eb93bfa568a735e7f63470a12b

8 years agoMoving preview as a top level category so changing top category from develop to preview
Amanda Kassay [Tue, 3 May 2016 20:05:01 +0000 (20:05 +0000)]
Moving preview as a top level category so changing top category from develop to preview
am: cb8ddc56e5

* commit 'cb8ddc56e5f3ef5308257a87195aee2a743ec083':
  Moving preview as a top level category so changing top category from develop to preview

Change-Id: Ifaf1a0e788fa74137f929cd0b8a9c5b2f1787629

8 years agoMoving preview as a top level category so changing top category from develop to preview
Amanda Kassay [Tue, 3 May 2016 19:52:06 +0000 (15:52 -0400)]
Moving preview as a top level category so changing top category from develop to preview

Change-Id: I30f97904f078b7730e12aece36343ed1a03c6cbe

8 years agoRevert "Revert "Add shim app for CTS testing""
Todd Kennedy [Tue, 3 May 2016 16:11:38 +0000 (16:11 +0000)]
Revert "Revert "Add shim app for CTS testing""

This reverts commit 31003c48c12201a914c68c0a15053a6a8bf5b1c3.

Bug: 28398205
Change-Id: Ia884957e224f46157af31814c32c5e0e1a33b7b8

8 years agoreleasetools: Change the base_fs assertion into warnings.
Tao Bao [Tue, 3 May 2016 15:01:19 +0000 (08:01 -0700)]
releasetools: Change the base_fs assertion into warnings.

commit f54216f29238a67aad1199a0e85d09e443740bf0 packed the base_fs files
into target_files.zip and added assertion to ensure the existence of the
files. We don't want to fail the OTA generation for the target_files.zip
without the base_fs files. Change the assertion into warnings instead.

Bug: 28547368
Change-Id: I6fd758a0a4fdfff02d1640fa46cf43d971627e26

8 years agoMerge "Revert "Add shim app for CTS testing"" into nyc-dev
Todd Kennedy [Mon, 2 May 2016 23:56:36 +0000 (23:56 +0000)]
Merge "Revert "Add shim app for CTS testing"" into nyc-dev

8 years agoRevert "Add shim app for CTS testing"
Todd Kennedy [Mon, 2 May 2016 23:54:08 +0000 (23:54 +0000)]
Revert "Add shim app for CTS testing"

Build errors when trying to dex2oat the CtsShim prebuilt even though it's marked with "hasCode=false".

This reverts commit d987a11126e9c6d58cf02137971e424eb0a735da.

Change-Id: If47b3bcd4c727da7acd9068c02f8fb671ed0ae84

8 years agoMerge "Add shim app for CTS testing" into nyc-dev
Todd Kennedy [Mon, 2 May 2016 22:49:53 +0000 (22:49 +0000)]
Merge "Add shim app for CTS testing" into nyc-dev

8 years agoresolve merge conflicts of bfa0fff to nyc-dev
smain@google.com [Mon, 2 May 2016 22:30:44 +0000 (15:30 -0700)]
resolve merge conflicts of bfa0fff to nyc-dev

Change-Id: Ibcb549cbb578bb1aa2347a63df0420d65272586e

8 years agoremove the sdk download tables. No longer used now that downloads are in the /studio...
smain@google.com [Mon, 2 May 2016 21:41:35 +0000 (21:41 +0000)]
remove the sdk download tables. No longer used now that downloads are in the /studio docs. am: 6f0ed9bddd
am: 56c09c5e6e

* commit '56c09c5e6e9095c9a7b3e4387a81ce1fd2ea1145':
  remove the sdk download tables. No longer used now that downloads are in the /studio docs.

Change-Id: I362d830a6ecbe48e99cd0cf77d6d52136fa15a94

8 years agoremove the sdk download tables. No longer used now that downloads are in the /studio...
smain@google.com [Mon, 2 May 2016 21:36:38 +0000 (21:36 +0000)]
remove the sdk download tables. No longer used now that downloads are in the /studio docs.
am: 6f0ed9bddd

* commit '6f0ed9bddd6457b358f662a2d1657686f633f903':
  remove the sdk download tables. No longer used now that downloads are in the /studio docs.

Change-Id: I64df6648f49943177192ea7cd27139b9b21d29ea

8 years agoremove the sdk download tables. No longer used now that downloads are in the /studio...
smain@google.com [Mon, 2 May 2016 21:18:31 +0000 (14:18 -0700)]
remove the sdk download tables. No longer used now that downloads are in the /studio docs.

Change-Id: I19524f58c2bcbfc5abdc79c60b16a259b526801b

8 years agoMerge "Added bugreportz binary." into nyc-dev
TreeHugger Robot [Mon, 2 May 2016 19:54:49 +0000 (19:54 +0000)]
Merge "Added bugreportz binary." into nyc-dev

8 years agoAdded bugreportz binary.
Felipe Leme [Mon, 2 May 2016 18:18:07 +0000 (11:18 -0700)]
Added bugreportz binary.

BUG: 28479946
Change-Id: Ic0d1b6598867ccbbc65f3fdc0d32cac7c53128a3

8 years agoPack base_fs files into target_files.zip.
Tao Bao [Tue, 29 Mar 2016 22:12:37 +0000 (15:12 -0700)]
Pack base_fs files into target_files.zip.

Pack the base_fs files ({system,vendor}.map) into target_files.zip,
which would be needed when rebuilding the images at signing.

Reset the base_fs paths to point to the files in META/.

Also add blk_alloc_to_base_fs into otatools.zip.

Bug: 27698960
Change-Id: If4eb274b3f3d839c4365624f46f0dc89bd2fa440

8 years agoMerge "Generate reference nav to _book.yaml for devsite builds." into mnc-mr-docs...
Dirk Dougherty [Fri, 29 Apr 2016 23:54:12 +0000 (23:54 +0000)]
Merge "Generate reference nav to _book.yaml for devsite builds." into mnc-mr-docs am: dc55c97296 am: 16c30a64a6
am: f1929d419b

* commit 'f1929d419b5ac003d50e4a2efc18bbeadf81245b':
  Generate reference nav to _book.yaml for devsite builds.

Change-Id: Ifda2c3062588bfb8205e59dfcc3d909a62334ddc

8 years agoMerge "Generate reference nav to _book.yaml for devsite builds." into mnc-mr-docs...
Elliot Waite [Fri, 29 Apr 2016 23:52:00 +0000 (23:52 +0000)]
Merge "Generate reference nav to _book.yaml for devsite builds." into mnc-mr-docs am: dc55c97296
am: 16c30a64a6

* commit '16c30a64a66aa141822df3d77277050cf4271524':
  Generate reference nav to _book.yaml for devsite builds.

Change-Id: I905d220aef6137863a16556ed24fbf6d14788f7d

8 years agoMerge "Generate reference nav to _book.yaml for devsite builds." into mnc-mr-docs
Dirk Dougherty [Fri, 29 Apr 2016 23:49:43 +0000 (23:49 +0000)]
Merge "Generate reference nav to _book.yaml for devsite builds." into mnc-mr-docs
am: dc55c97296

* commit 'dc55c97296b0cc7d50d56013d417444c9b012ce2':
  Generate reference nav to _book.yaml for devsite builds.

Change-Id: Id90b7d082e780530943f2a9e25f42edbc634658d

8 years agoMerge "Generate reference nav to _book.yaml for devsite builds." into mnc-mr-docs
Elliot Waite [Fri, 29 Apr 2016 23:42:15 +0000 (23:42 +0000)]
Merge "Generate reference nav to _book.yaml for devsite builds." into mnc-mr-docs

8 years agoGenerate reference nav to _book.yaml for devsite builds.
Dirk Dougherty [Fri, 29 Apr 2016 23:13:06 +0000 (16:13 -0700)]
Generate reference nav to _book.yaml for devsite builds.

Change-Id: Iea0e1031b0d757664b8994096010dd92b98ca883

8 years agoMerge "Call aapt2 link with argument-list" into nyc-dev
Adam Lesinski [Fri, 29 Apr 2016 22:09:00 +0000 (22:09 +0000)]
Merge "Call aapt2 link with argument-list" into nyc-dev

8 years agoMerge "Only align when necessary" into nyc-dev
Todd Kennedy [Fri, 29 Apr 2016 20:59:04 +0000 (20:59 +0000)]
Merge "Only align when necessary" into nyc-dev

8 years agoOnly align when necessary
Todd Kennedy [Fri, 29 Apr 2016 14:32:00 +0000 (07:32 -0700)]
Only align when necessary

Bug: 27887819
Change-Id: Ie8b5ca31cc1c08943588fc6039d75190ff7eeb8b

8 years agoMerge "Adding top category, subcategory and book path detection for go/libraries...
Amanda Kassay [Fri, 29 Apr 2016 18:58:40 +0000 (18:58 +0000)]
Merge "Adding top category, subcategory and book path detection for go/libraries" into mnc-mr-docs am: 5b005e1ded am: e0b5cb8f29
am: 532e0accaa

* commit '532e0accaa91468550ce0ddc375629618e8873c2':
  Adding top category, subcategory and book path detection for go/libraries

Change-Id: I1264c52ce1a3329ee54565ba14a412144d229647

8 years agoMerge "Adding top category, subcategory and book path detection for go/libraries...
Amanda Kassay [Fri, 29 Apr 2016 18:56:25 +0000 (18:56 +0000)]
Merge "Adding top category, subcategory and book path detection for go/libraries" into mnc-mr-docs am: 5b005e1ded
am: e0b5cb8f29

* commit 'e0b5cb8f297c24a58382baa41d006783c61afd35':
  Adding top category, subcategory and book path detection for go/libraries

Change-Id: I2132c0e0e52a0659874e495ac852e037ada17036

8 years agoMerge "Adding top category, subcategory and book path detection for go/libraries...
Amanda Kassay [Fri, 29 Apr 2016 18:54:12 +0000 (18:54 +0000)]
Merge "Adding top category, subcategory and book path detection for go/libraries" into mnc-mr-docs
am: 5b005e1ded

* commit '5b005e1ded3a7c857fa326811e4cc197f394dab3':
  Adding top category, subcategory and book path detection for go/libraries

Change-Id: Id9274c4d464a42f54f5e6c53ede396e7060e773e

8 years agoMerge "Adding top category, subcategory and book path detection for go/libraries...
Amanda Kassay [Fri, 29 Apr 2016 18:44:25 +0000 (18:44 +0000)]
Merge "Adding top category, subcategory and book path detection for go/libraries" into mnc-mr-docs

8 years agoadd studio survey button to header. am: 075aad742a am: 1e5a77656d am: 5b21ac836b
smain@google.com [Fri, 29 Apr 2016 16:40:05 +0000 (16:40 +0000)]
add studio survey button to header. am: 075aad742a am: 1e5a77656d am: 5b21ac836b
am: 0fbdef286c

* commit '0fbdef286c3d75c46f6cfe8222a02f23fe71eada':
  add studio survey button to header.

Change-Id: I0c30340254f078958a4d87a4a6368673fb8978d2

8 years agoAdding top category, subcategory and book path detection for go/libraries
Amanda Kassay [Wed, 27 Apr 2016 19:01:21 +0000 (15:01 -0400)]
Adding top category, subcategory and book path detection for go/libraries

Fix for sdk download form b/28425669

Fix for missing 'Develop' text in left nav on preview pages b/28450858

Change-Id: I0b7a5dc26dc3cb4be58aecbbad41cdf62e0331ba

8 years agoadd studio survey button to header. am: f887aec708 am: cc81c16143
smain@google.com [Fri, 29 Apr 2016 16:37:24 +0000 (16:37 +0000)]
add studio survey button to header. am: f887aec708 am: cc81c16143
am: ec1a297d39

* commit 'ec1a297d39ee983dd82353ffc53428eb6da09f0c':
  add studio survey button to header.

Change-Id: I4608a02f570358c8efaec0568517f1923f59e65e

8 years agoadd studio survey button to header. am: 075aad742a am: 1e5a77656d
smain@google.com [Fri, 29 Apr 2016 16:37:23 +0000 (16:37 +0000)]
add studio survey button to header. am: 075aad742a am: 1e5a77656d
am: 5b21ac836b

* commit '5b21ac836b99141e460b5426c8781dddc9987439':
  add studio survey button to header.

Change-Id: Iaff1610a9fdc0eb64cabb09bd151a81896d2e065

8 years agoadd studio survey button to header. am: 075aad742a
smain@google.com [Fri, 29 Apr 2016 16:34:58 +0000 (16:34 +0000)]
add studio survey button to header. am: 075aad742a
am: 1e5a77656d

* commit '1e5a77656d6edc39f5cc61e118edd78a0c99b1d8':
  add studio survey button to header.

Change-Id: I5deb51962a013dbc895c87a64be2f2c7c0a9ca4e

8 years agoadd studio survey button to header. am: f887aec708
smain@google.com [Fri, 29 Apr 2016 16:34:58 +0000 (16:34 +0000)]
add studio survey button to header. am: f887aec708
am: cc81c16143

* commit 'cc81c161431ac0bdbd460dd0ed4a56dce2a4c2b3':
  add studio survey button to header.

Change-Id: Idd83cccf03d06223a625e3ae9bf66eb39c9dfd66

8 years agoadd studio survey button to header.
smain@google.com [Fri, 29 Apr 2016 16:32:31 +0000 (16:32 +0000)]
add studio survey button to header.
am: 075aad742a

* commit '075aad742a9d12d43435e7b909a6a999c1050f6c':
  add studio survey button to header.

Change-Id: I82c20a411335126acfcca8773aab51eb142b213d

8 years agoadd studio survey button to header.
smain@google.com [Fri, 29 Apr 2016 16:32:31 +0000 (16:32 +0000)]
add studio survey button to header.
am: f887aec708

* commit 'f887aec708426ca4f6dbb1def25b006813979e42':
  add studio survey button to header.

Change-Id: I7b674d935116978bcd6a1c0b11ad5f54bd950f74

8 years agoadd studio survey button to header.
smain@google.com [Thu, 28 Apr 2016 23:54:06 +0000 (16:54 -0700)]
add studio survey button to header.

adds JS to save in local storage whether the user already clicked the
survey. The button appears only if they have not clicked it yet.

Change-Id: Ifc5a100a8bb8505c47d95c7cfb5aaa8cdbfdc8bd
(cherry picked from commit f887aec708426ca4f6dbb1def25b006813979e42)

8 years agoAdd shim app for CTS testing
Todd Kennedy [Wed, 30 Mar 2016 16:56:08 +0000 (09:56 -0700)]
Add shim app for CTS testing

We need a shim application on the system partition that we can upgrade
during CTS tests.

Bug: 27450489
Change-Id: I32a72dc5110cedd466cdee2607965c705f7aa6d3

8 years agoadd studio survey button to header.
smain@google.com [Thu, 28 Apr 2016 23:54:06 +0000 (16:54 -0700)]
add studio survey button to header.

adds JS to save in local storage whether the user already clicked the
survey. The button appears only if they have not clicked it yet.

Change-Id: Ifc5a100a8bb8505c47d95c7cfb5aaa8cdbfdc8bd

8 years agoCall aapt2 link with argument-list
Adam Lesinski [Tue, 26 Apr 2016 17:36:11 +0000 (10:36 -0700)]
Call aapt2 link with argument-list

Also follow symbolic links when looking for assets.

Bug:22775504
Change-Id: I971e23505f766a2192469df1aad55bc20c46f618

8 years agoMerge "Revert "Call aapt2 link with argument-list"" into nyc-dev
Adam Lesinski [Thu, 28 Apr 2016 20:10:16 +0000 (20:10 +0000)]
Merge "Revert "Call aapt2 link with argument-list"" into nyc-dev

8 years agoRevert "Call aapt2 link with argument-list"
Adam Lesinski [Thu, 28 Apr 2016 20:06:53 +0000 (20:06 +0000)]
Revert "Call aapt2 link with argument-list"

This reverts commit d4d6a50fbb69e53131d42fd35aca382ab12c8c27.

Change-Id: If84ad9921eb51ae16eae2be3cf4b2ee86b31ce80

8 years agoMerge "Call aapt2 link with argument-list" into nyc-dev
Adam Lesinski [Thu, 28 Apr 2016 19:34:30 +0000 (19:34 +0000)]
Merge "Call aapt2 link with argument-list" into nyc-dev