OSDN Git Service

android-x86/build.git
9 years agoam fb8886db: get_stage in updater takes one param, not two.
Michael Runge [Thu, 23 Oct 2014 21:57:12 +0000 (21:57 +0000)]
am fb8886db: get_stage in updater takes one param, not two.

* commit 'fb8886db6858388af5082268fd023b8a44fb87ea':
  get_stage in updater takes one param, not two.

9 years agoam 7bd80ca6: Merge "core: Let the build specify mount options for recovery" into...
JP Abgrall [Thu, 23 Oct 2014 21:57:11 +0000 (21:57 +0000)]
am 7bd80ca6: Merge "core: Let the build specify mount options for recovery" into lmp-dev

* commit '7bd80ca6ea2b0c5c39bdb05013fb3d0188fbcfa8':
  core: Let the build specify mount options for recovery

9 years agoam 7cd99bad: Allow info_dict from target_files to specify mount options
Michael Runge [Thu, 23 Oct 2014 21:57:10 +0000 (21:57 +0000)]
am 7cd99bad: Allow info_dict from target_files to specify mount options

* commit '7cd99bad210455dc57702b7cbf674a588a5eb028':
  Allow info_dict from target_files to specify mount options

9 years agoget_stage in updater takes one param, not two.
Michael Runge [Thu, 23 Oct 2014 20:51:04 +0000 (13:51 -0700)]
get_stage in updater takes one param, not two.

Change-Id: I09a77eda5a1691080b1ae074d2e94d233eca7150

9 years agoAdd a density axis to tapas.
Jeff Hamilton [Fri, 5 Sep 2014 04:28:00 +0000 (21:28 -0700)]
Add a density axis to tapas.

It allows overriding the density the app
is built for. Currently only used in the
GMS core APK's gradle file.

Change-Id: I3606df313a3110208cd8e6acade5f558261c921f
(cherry picked from commit 7e3d2341570681e566872216796dc4f79c8695ef)

9 years agoMerge "core: Let the build specify mount options for recovery" into lmp-dev
JP Abgrall [Thu, 23 Oct 2014 18:15:56 +0000 (18:15 +0000)]
Merge "core: Let the build specify mount options for recovery" into lmp-dev

9 years agocore: Let the build specify mount options for recovery
JP Abgrall [Thu, 23 Oct 2014 03:01:22 +0000 (20:01 -0700)]
core: Let the build specify mount options for recovery

Currently recovery install/patch will mount /system++ with only default
options.
The default options are not very suitable for dealing with crashes.
We now use
 TARGET_RECOVERY_FSTYPE_MOUNT_OPTIONS
that can specify which mount options to use for a given fs-type.
  # <fstype>=<fstype_opts>[|<fstype_opts>]...
  # fstype_opts := <opt>[,<opt>]...
  #         opt := <name>[=<value>]
If only defaults are to be used, then the BoardConfig.mk can just have
an empty (must have ""):
 TARGET_RECOVERY_FSTYPE_MOUNT_OPTIONS := ""

The default is
 "ext4=match_batch_time=0,commit=1,data=journal,barrier=1,errors=panic,nodelalloc"

The release tools will pick them up with
  https://googleplex-android-review.git.corp.google.com/#/c/573628

Bug: 18092222
Change-Id: Iaa59099b0edf5af8835d1862fada089cff58882c

9 years agoam f84e045e: Merge "add helpouts script to <head>, behind a condition that can be...
smain@google.com [Thu, 23 Oct 2014 16:34:39 +0000 (16:34 +0000)]
am f84e045e: Merge "add helpouts script to <head>, behind a condition that can be enabled per page" into lmp-dev

* commit 'f84e045e42f0377c415b2b6fea432ea0f3967f4f':
  add helpouts script to <head>, behind a condition that can be enabled per page

9 years agoAllow info_dict from target_files to specify mount options
Michael Runge [Thu, 23 Oct 2014 00:21:48 +0000 (17:21 -0700)]
Allow info_dict from target_files to specify mount options

This will allow safer mount options to be added per mount FS
type, to better ensure data is written during an OTA.
Bug: 1807977318092222

Change-Id: I1e3e4fd4639c6fd263e550b770cc3c858ef1e03b

9 years agoam b6f60d57: Use the lowest common denominator 32-bit abi for arm64 cts build.
Ying Wang [Thu, 23 Oct 2014 00:14:19 +0000 (00:14 +0000)]
am b6f60d57: Use the lowest common denominator 32-bit abi for arm64 cts build.

* commit 'b6f60d57e3e5ccb89145cd2513a9a35077c025a5':
  Use the lowest common denominator 32-bit abi for arm64 cts build.

9 years agoMerge "add helpouts script to <head>, behind a condition that can be enabled per...
smain@google.com [Wed, 22 Oct 2014 23:58:07 +0000 (23:58 +0000)]
Merge "add helpouts script to <head>, behind a condition that can be enabled per page" into lmp-dev

9 years agoam 03eceba1: Reset LOCAL_2ND_ARCH_VAR_PREFIX before referencing it.
Ying Wang [Wed, 22 Oct 2014 20:47:46 +0000 (20:47 +0000)]
am 03eceba1: Reset LOCAL_2ND_ARCH_VAR_PREFIX before referencing it.

* commit '03eceba1ddfe6cf3ae6eb22bddc889930c097c1a':
  Reset LOCAL_2ND_ARCH_VAR_PREFIX before referencing it.

9 years agoadd helpouts script to <head>, behind a condition that can be enabled per page
smain@google.com [Tue, 21 Oct 2014 20:57:01 +0000 (13:57 -0700)]
add helpouts script to <head>, behind a condition that can be enabled per page

Change-Id: Ifa2364ed77a86efd6bec69dbe4f15d7f69569504

9 years agoam f7b231b7: Docs: Making source.android.com headers match those of developer.android.com
Clay Murphy [Wed, 22 Oct 2014 14:53:29 +0000 (14:53 +0000)]
am f7b231b7: Docs: Making source.android.com headers match those of developer.android.com

* commit 'f7b231b7a64c2ab953c9f4a2eb5390f0b3a2f296':
  Docs: Making source.android.com headers match those of developer.android.com

9 years agoUse the lowest common denominator 32-bit abi for arm64 cts build.
Ying Wang [Wed, 22 Oct 2014 04:20:41 +0000 (21:20 -0700)]
Use the lowest common denominator 32-bit abi for arm64 cts build.

So the 32-bit code can be run any supported 32-bit arm devices.

Bug: 18038310
Change-Id: Ie8864cfdb87a4759d1a775d43cb5316b1f022e2b

9 years agoReset LOCAL_2ND_ARCH_VAR_PREFIX before referencing it.
Ying Wang [Wed, 22 Oct 2014 01:34:30 +0000 (18:34 -0700)]
Reset LOCAL_2ND_ARCH_VAR_PREFIX before referencing it.

Change-Id: I9182ce1efe09609100d19c9fae2bc4fe7358dfc0

9 years agoDocs: Making source.android.com headers match those of developer.android.com
Clay Murphy [Fri, 3 Oct 2014 21:58:50 +0000 (14:58 -0700)]
Docs: Making source.android.com headers match those of developer.android.com

Bug: 17814801
Change-Id: I128a76b32b0d92118f621062c62d72460313f4d6

9 years agoam 318217a8: Enable building of gtest for Windows
Adam Lesinski [Tue, 21 Oct 2014 16:40:56 +0000 (16:40 +0000)]
am 318217a8: Enable building of gtest for Windows

* commit '318217a84a05880f5e10ba2086f87eb0320772c7':
  Enable building of gtest for Windows

9 years agocore: OSX: Support 10.9 SDK as well
Naseer Ahmed [Thu, 16 Oct 2014 17:17:12 +0000 (13:17 -0400)]
core: OSX: Support 10.9 SDK as well

Change-Id: I764102df9b84ca19d217e35a209a9c80abeed6e7

9 years agoEnable building of gtest for Windows
Adam Lesinski [Mon, 20 Oct 2014 23:06:44 +0000 (16:06 -0700)]
Enable building of gtest for Windows

Windows does not have pthread support, and by defining the
GTEST_OS_WINDOWS flag, pthread support will not be built into
the windows version of gtest.

Change-Id: I0571fc52e77bb04175470d5750a7e2f46cdd5e86

9 years agoam 327180f5: Merge "Docs: Fixing link, adding Android Partner logo." into lmp-dev
Clay Murphy [Fri, 17 Oct 2014 20:01:06 +0000 (20:01 +0000)]
am 327180f5: Merge "Docs: Fixing link, adding Android Partner logo." into lmp-dev

* commit '327180f5d2009be990076f152dffb244939b1673':
  Docs: Fixing link, adding Android Partner logo.

9 years agoMerge "Docs: Fixing link, adding Android Partner logo." into lmp-dev
Clay Murphy [Fri, 17 Oct 2014 19:47:51 +0000 (19:47 +0000)]
Merge "Docs: Fixing link, adding Android Partner logo." into lmp-dev

9 years agoam be113f8a: fix broken download buttons, make a[name] offset apply only to reference...
smain@google.com [Fri, 17 Oct 2014 18:53:32 +0000 (18:53 +0000)]
am be113f8a: fix broken download buttons, make a[name] offset apply only to reference docs

* commit 'be113f8ac0f5ae00fa997db5f4507af55c523367':
  fix broken download buttons, make a[name] offset apply only to reference docs

9 years agoam 947f3e9e: Merge "fix z-order of hangouts to avoid clobbering the search suggest...
smain@google.com [Fri, 17 Oct 2014 18:52:43 +0000 (18:52 +0000)]
am 947f3e9e: Merge "fix z-order of hangouts to avoid clobbering the search suggest" into lmp-dev

* commit '947f3e9ecf9bc7875d210a45053826eb0e110186':
  fix z-order of hangouts to avoid clobbering the search suggest

9 years agoam e321df0c: Merge "Doc change: update query params to force refresh of local js...
Joe Fernandez [Fri, 17 Oct 2014 18:50:48 +0000 (18:50 +0000)]
am e321df0c: Merge "Doc change: update query params to force refresh of local js files." into lmp-dev

* commit 'e321df0ca2eaada3e126393a7976cd4cc09afdf6':
  Doc change: update query params to force refresh of local js files.

9 years agoam 19c6780f: Merge "fix scroll offset when loading non-header pages" into lmp-dev
smain@google.com [Fri, 17 Oct 2014 18:50:47 +0000 (18:50 +0000)]
am 19c6780f: Merge "fix scroll offset when loading non-header pages" into lmp-dev

* commit '19c6780f9fc4994c0909afa900e59b9282a0d253':
  fix scroll offset when loading non-header pages

9 years agoam e0471a82: Changes to NDK download table format to reflect change in download struc...
David Friedman [Fri, 17 Oct 2014 18:50:46 +0000 (18:50 +0000)]
am e0471a82: Changes to NDK download table format to reflect change in download structure Associated CL: https://googleplex-android-review.git.corp.google.com/#/c/567643/

* commit 'e0471a82276d86c671a9e2a21f58eb140cb94dc0':
  Changes to NDK download table format to reflect change in download structure Associated CL: https://googleplex-android-review.git.corp.google.com/#/c/567643/

9 years agoMerge "Move up to API 21, Lollipop MR1." into lmp-mr1-dev
Dianne Hackborn [Fri, 17 Oct 2014 17:12:11 +0000 (17:12 +0000)]
Merge "Move up to API 21, Lollipop MR1." into lmp-mr1-dev

9 years agoMove up to API 21, Lollipop MR1.
Dianne Hackborn [Fri, 17 Oct 2014 17:05:33 +0000 (10:05 -0700)]
Move up to API 21, Lollipop MR1.

Change-Id: I81c3455d99673447ac0bc1b48d5ab1500b2bfd20

9 years agofix broken download buttons, make a[name] offset apply only to reference docs
smain@google.com [Fri, 17 Oct 2014 16:56:10 +0000 (09:56 -0700)]
fix broken download buttons, make a[name] offset apply only to reference docs

Change-Id: I44421d90c335e0fcb4b35d8f568f9775a84b41ea

9 years agoMerge "fix z-order of hangouts to avoid clobbering the search suggest" into lmp-dev
smain@google.com [Fri, 17 Oct 2014 08:27:18 +0000 (08:27 +0000)]
Merge "fix z-order of hangouts to avoid clobbering the search suggest" into lmp-dev

9 years agofix z-order of hangouts to avoid clobbering the search suggest
smain@google.com [Fri, 17 Oct 2014 08:21:13 +0000 (01:21 -0700)]
fix z-order of hangouts to avoid clobbering the search suggest

Change-Id: I3993a118a1c7eb33ecc661635b1e9db2416bdf73

9 years agoMerge "Doc change: update query params to force refresh of local js files." into...
Joe Fernandez [Fri, 17 Oct 2014 05:41:07 +0000 (05:41 +0000)]
Merge "Doc change: update query params to force refresh of local js files." into lmp-dev

9 years agoMerge "fix scroll offset when loading non-header pages" into lmp-dev
smain@google.com [Fri, 17 Oct 2014 05:18:08 +0000 (05:18 +0000)]
Merge "fix scroll offset when loading non-header pages" into lmp-dev

9 years agofix scroll offset when loading non-header pages
smain@google.com [Fri, 17 Oct 2014 05:10:00 +0000 (22:10 -0700)]
fix scroll offset when loading non-header pages

Change-Id: I7a90ccf760eb06c291e88a3ace04c8c7498f75c1

9 years agoDocs: Fixing link, adding Android Partner logo.
Clay Murphy [Fri, 17 Oct 2014 01:23:58 +0000 (18:23 -0700)]
Docs: Fixing link, adding Android Partner logo.

Bug: 17998826
Change-Id: Ia6b46d8230e5c9041b732e481fd5fcb546d2099d

9 years agoChanges to NDK download table format to reflect change in download structure
David Friedman [Wed, 15 Oct 2014 09:21:19 +0000 (02:21 -0700)]
Changes to NDK download table format to reflect change in download structure
Associated CL: https://googleplex-android-review.git.corp.google.com/#/c/567643/

Change-Id: Id19f095c506bab62a3be23a1cb0d1bf30369c54d

9 years agoam f0d8234b: Merge "add helpouts banner thing to recruit providers includes script...
smain@google.com [Thu, 16 Oct 2014 18:35:37 +0000 (18:35 +0000)]
am f0d8234b: Merge "add helpouts banner thing to recruit providers includes script to randomly change the URL and text of link as an A/B test it\'s a bad A/B test because it does not save the A/B per session" into lmp-dev

* commit 'f0d8234ba94bac48d0f5848ff9a15d2cd9bcef6b':
  add helpouts banner thing to recruit providers includes script to randomly change the URL and text of link as an A/B test it's a bad A/B test because it does not save the A/B per session

9 years agoDoc change: update query params to force refresh of local js files.
Dirk Dougherty [Thu, 16 Oct 2014 17:28:52 +0000 (10:28 -0700)]
Doc change: update query params to force refresh of local js files.

Change-Id: I217b5b80e39452412816907d55dee23a5176b287

9 years agoMerge "add helpouts banner thing to recruit providers includes script to randomly...
smain@google.com [Thu, 16 Oct 2014 16:32:37 +0000 (16:32 +0000)]
Merge "add helpouts banner thing to recruit providers includes script to randomly change the URL and text of link as an A/B test it's a bad A/B test because it does not save the A/B per session" into lmp-dev

9 years agoam e18eb508: add support for the \'fill\' chunk type to sparse_img
Doug Zongker [Thu, 16 Oct 2014 05:52:53 +0000 (05:52 +0000)]
am e18eb508: add support for the \'fill\' chunk type to sparse_img

* commit 'e18eb50850201e573084a0cd8e1199d877170b64':
  add support for the 'fill' chunk type to sparse_img

9 years agoam c70ae578: Merge "Docs: Replacing s.a.c. Android logo to match other sites." into...
Conley Owens [Thu, 16 Oct 2014 05:52:17 +0000 (05:52 +0000)]
am c70ae578: Merge "Docs: Replacing s.a.c. Android logo to match other sites." into lmp-dev

* commit 'c70ae578118573ec2073012ab57f0307184f74a3':
  Docs: Replacing s.a.c. Android logo to match other sites.

9 years agoam 9d641c41: Merge "Fix public/private key options on sign_target_files_apks" into...
Michael Runge [Thu, 16 Oct 2014 05:52:17 +0000 (05:52 +0000)]
am 9d641c41: Merge "Fix public/private key options on sign_target_files_apks" into lmp-dev

* commit '9d641c41db732c4e9e7a5dac074197f1a9d40bcc':
  Fix public/private key options on sign_target_files_apks

9 years agoam c69af6fa: hide the butter bar but also update the CSS for recent butterbar changes
smain@google.com [Thu, 16 Oct 2014 05:52:16 +0000 (05:52 +0000)]
am c69af6fa: hide the butter bar but also update the CSS for recent butterbar changes

* commit 'c69af6faebbc2546aebee2c5d08eedb28f2b52ee':
  hide the butter bar but also update the CSS for recent butterbar changes

9 years agoadd support for the 'fill' chunk type to sparse_img
Doug Zongker [Wed, 15 Oct 2014 22:55:50 +0000 (15:55 -0700)]
add support for the 'fill' chunk type to sparse_img

Bug: 17987996
Change-Id: Ia661e87877e52274a991ceb77bbed93b7e6218f2
(cherry picked from commit 629c7cc84d4880611718ab1812b9b9d1bf7ee6a0)

9 years agoam 820e226d: am d1ab4cb3: am 05e55e90: Merge "add butterbar for L announcement. make...
smain@google.com [Wed, 15 Oct 2014 23:24:55 +0000 (23:24 +0000)]
am 820e226d: am d1ab4cb3: am 05e55e90: Merge "add butterbar for L announcement. make the butterbar an encapsulated method for inclusion multiple places." into klp-modular-docs

* commit '820e226d5dc63589dec0263d3639526addb5dbaa':
  add butterbar for L announcement. make the butterbar an encapsulated method for inclusion multiple places.

9 years agoMerge "Docs: Replacing s.a.c. Android logo to match other sites." into lmp-dev
Conley Owens [Wed, 15 Oct 2014 21:27:13 +0000 (21:27 +0000)]
Merge "Docs: Replacing s.a.c. Android logo to match other sites." into lmp-dev

9 years agoDocs: Replacing s.a.c. Android logo to match other sites.
Clay Murphy [Tue, 24 Jun 2014 18:32:56 +0000 (11:32 -0700)]
Docs: Replacing s.a.c. Android logo to match other sites.

Bug: 15408415
Change-Id: I9bdb294f3ff0c5aaf766b4ead79ad9614f9dbd89

9 years agoadd helpouts banner thing to recruit providers
smain@google.com [Fri, 3 Oct 2014 22:37:49 +0000 (15:37 -0700)]
add helpouts banner thing to recruit providers
includes script to randomly change the URL and text of link as an A/B test
it's a bad A/B test because it does not save the A/B per session

Change-Id: Ie8338a7403834d2322c5088039f2936207db734b

9 years agoMerge "Fix public/private key options on sign_target_files_apks" into lmp-dev
Michael Runge [Wed, 15 Oct 2014 19:54:21 +0000 (19:54 +0000)]
Merge "Fix public/private key options on sign_target_files_apks" into lmp-dev

9 years agohide the butter bar but also update the CSS for recent butterbar changes
smain@google.com [Wed, 15 Oct 2014 19:48:58 +0000 (12:48 -0700)]
hide the butter bar but also update the CSS for recent butterbar changes

Change-Id: I29cbdfe4ef6542a0dd04642be76856f3af2732d1

9 years agoam d1ab4cb3: am 05e55e90: Merge "add butterbar for L announcement. make the butterbar...
smain@google.com [Wed, 15 Oct 2014 19:11:38 +0000 (19:11 +0000)]
am d1ab4cb3: am 05e55e90: Merge "add butterbar for L announcement. make the butterbar an encapsulated method for inclusion multiple places." into klp-modular-docs

* commit 'd1ab4cb3b4ca8de66a873abb072bd73556926d4d':
  add butterbar for L announcement. make the butterbar an encapsulated method for inclusion multiple places.

9 years agoFix public/private key options on sign_target_files_apks
Michael Runge [Wed, 15 Oct 2014 03:58:38 +0000 (20:58 -0700)]
Fix public/private key options on sign_target_files_apks

The if statements appear to check for public_signing
and then calls the private_signing function, and vice
versa.

Change-Id: I4511b9bcf0e03b9ba49b69eb80db84cf31d77020

9 years agoam 05e55e90: Merge "add butterbar for L announcement. make the butterbar an encapsula...
smain@google.com [Wed, 15 Oct 2014 02:15:31 +0000 (02:15 +0000)]
am 05e55e90: Merge "add butterbar for L announcement. make the butterbar an encapsulated method for inclusion multiple places." into klp-modular-docs

* commit '05e55e9009435072ac25d2ce487d47b6c4f8a60b':
  add butterbar for L announcement. make the butterbar an encapsulated method for inclusion multiple places.

9 years agoMerge "add butterbar for L announcement. make the butterbar an encapsulated method...
smain@google.com [Wed, 15 Oct 2014 02:08:50 +0000 (02:08 +0000)]
Merge "add butterbar for L announcement. make the butterbar an encapsulated method for inclusion multiple places." into klp-modular-docs

9 years agoadd butterbar for L announcement.
smain@google.com [Wed, 15 Oct 2014 01:47:36 +0000 (18:47 -0700)]
add butterbar for L announcement.
make the butterbar an encapsulated method for inclusion multiple places.

Change-Id: I7716bd293372dcf88cd0bd57fb399d01bfa897a0

9 years agoam f06c6eff: Add abi to generated XML
Stuart Scott [Wed, 15 Oct 2014 00:22:35 +0000 (00:22 +0000)]
am f06c6eff: Add abi to generated XML

* commit 'f06c6eff656f6bf0ac06662ef21e29e446e1a43d':
  Add abi to generated XML

9 years agoAdd abi to generated XML
Stuart Scott [Thu, 9 Oct 2014 02:01:37 +0000 (19:01 -0700)]
Add abi to generated XML

bug:17881028
Change-Id: I6dd37e99c0f511d8c883cb8128ea743c2e21f6ad

9 years agoam 4543ae81: Merge "Add Cutive Mono to makefiles" into lmp-dev
Alan Viverette [Sat, 11 Oct 2014 02:49:49 +0000 (02:49 +0000)]
am 4543ae81: Merge "Add Cutive Mono to makefiles" into lmp-dev

* commit '4543ae819da023b8d51f36497c6e5445a51b70ba':
  Add Cutive Mono to makefiles

9 years agoMerge "Add Cutive Mono to makefiles" into lmp-dev
Alan Viverette [Fri, 10 Oct 2014 23:41:20 +0000 (23:41 +0000)]
Merge "Add Cutive Mono to makefiles" into lmp-dev

9 years agoAdd Cutive Mono to makefiles
Alan Viverette [Fri, 10 Oct 2014 19:48:34 +0000 (12:48 -0700)]
Add Cutive Mono to makefiles

BUG: 17666124
Change-Id: I73aee6b7a211bfbd0bdba9c6c630c4c5dea905c7

9 years agoam f0daf562: Merge "fix bug causing anchors to fail on preview landing page; exit...
smain@google.com [Fri, 10 Oct 2014 15:17:17 +0000 (15:17 +0000)]
am f0daf562: Merge "fix bug causing anchors to fail on preview landing page; exit the onhashchange listener if there\'s no searchbar on the page" into lmp-dev

* commit 'f0daf562f766d1cf15583e171b94107c193e5db4':
  fix bug causing anchors to fail on preview landing page; exit the onhashchange listener if there's no searchbar on the page

9 years agoam 17e2c06e: make the <a> tag offset effective for the whole site, not just reference...
smain@google.com [Fri, 10 Oct 2014 15:17:17 +0000 (15:17 +0000)]
am 17e2c06e: make the <a> tag offset effective for the whole site, not just reference, because turns out these are also used in the manifest docs, so what the heck.

* commit '17e2c06e8aa92b9d99e8e3a8e6f44a630e9529ad':
  make the <a> tag offset effective for the whole site, not just reference, because turns out these are also used in the manifest docs, so what the heck.

9 years agoam a4d1f6a7: SDK Addon multi-sys-img support.
Raphael Moll [Fri, 10 Oct 2014 15:17:16 +0000 (15:17 +0000)]
am a4d1f6a7: SDK Addon multi-sys-img support.

* commit 'a4d1f6a7f0399b5e5e38b7c6f274f5fb11be48b9':
  SDK Addon multi-sys-img support.

9 years agoMerge "fix bug causing anchors to fail on preview landing page; exit the onhashchange...
smain@google.com [Fri, 10 Oct 2014 02:12:24 +0000 (02:12 +0000)]
Merge "fix bug causing anchors to fail on preview landing page; exit the onhashchange listener if there's no searchbar on the page" into lmp-dev

9 years agomake the <a> tag offset effective for the whole site,
smain@google.com [Fri, 10 Oct 2014 02:10:32 +0000 (19:10 -0700)]
make the <a> tag offset effective for the whole site,
not just reference, because turns out these are also used in the manifest docs,
so what the heck.

Change-Id: I33d3cf842377511d0733983deffa03639eb0bdbf

9 years agofix bug causing anchors to fail on preview landing page;
smain@google.com [Fri, 10 Oct 2014 01:04:10 +0000 (18:04 -0700)]
fix bug causing anchors to fail on preview landing page;
exit the onhashchange listener if there's no searchbar on the page

Change-Id: I7bdd31d0ea997e408b997856450822d1bc56af92

9 years agoSDK Addon multi-sys-img support.
Raphael Moll [Fri, 10 Oct 2014 00:48:12 +0000 (17:48 -0700)]
SDK Addon multi-sys-img support.

Fix an issue where the add-on system images have 2 extra
inner folders. The sole root folder in the zip file should
be the ABI one.

Change-Id: Ie12b913438e2b1113d34222e467ff280daa23c7f

9 years agoam edb9df24: Merge "Check to determine if we can run dex-preopt." into lmp-dev
Ying Wang [Thu, 9 Oct 2014 16:57:16 +0000 (16:57 +0000)]
am edb9df24: Merge "Check  to determine if we can run dex-preopt." into lmp-dev

* commit 'edb9df24d00091a5206ba36d7f32ed75d6c462b9':
  Check $(built_dex) to determine if we can run dex-preopt.

9 years agoam 811e650b: Merge "Add appops command to devices" into lmp-dev
Adam Lesinski [Thu, 9 Oct 2014 13:02:13 +0000 (13:02 +0000)]
am 811e650b: Merge "Add appops command to devices" into lmp-dev

* commit '811e650b820ffa4f291d18d6f49673314848c810':
  Add appops command to devices

9 years agoresolved conflicts for merge of 1a856098 to lmp-mr1-dev
Narayan Kamath [Thu, 9 Oct 2014 12:58:05 +0000 (13:58 +0100)]
resolved conflicts for merge of 1a856098 to lmp-mr1-dev

Change-Id: Id2ef023078a251cc58450d457f5b20261e2851a3

9 years agoMerge "Check $(built_dex) to determine if we can run dex-preopt." into lmp-dev
Ying Wang [Wed, 8 Oct 2014 22:25:17 +0000 (22:25 +0000)]
Merge "Check $(built_dex) to determine if we can run dex-preopt." into lmp-dev

9 years agoCheck $(built_dex) to determine if we can run dex-preopt.
Ying Wang [Wed, 8 Oct 2014 21:48:07 +0000 (14:48 -0700)]
Check $(built_dex) to determine if we can run dex-preopt.

Change-Id: Icfed37f50671ec041f2cfdcec9175cb094b572fc

9 years agofs_mgr is now different on different build types
Paul Lawrence [Wed, 8 Oct 2014 22:05:21 +0000 (15:05 -0700)]
fs_mgr is now different on different build types

This is to enable compile time selection of disable-verity behavior

See https://googleplex-android-review.git.corp.google.com/#/c/563402/

Bug: 17691572
Change-Id: I6d77e39f070f2a753e09e5634cc3d9ebfceccada

9 years agoMerge "Add appops command to devices" into lmp-dev
Adam Lesinski [Wed, 8 Oct 2014 18:03:14 +0000 (18:03 +0000)]
Merge "Add appops command to devices" into lmp-dev

9 years agoAdd appops command to devices
Adam Lesinski [Wed, 8 Oct 2014 17:53:59 +0000 (10:53 -0700)]
Add appops command to devices

This is used to set appops permissions from the command line
or from CTS tests via the shell.

Change-Id: I8a71d1398e2071aecfd22be7b6530f186f40c2c0

9 years agoMerge "Export build thumbprint only if the product has specified at least one oem...
Ying Wang [Wed, 8 Oct 2014 16:33:16 +0000 (16:33 +0000)]
Merge "Export build thumbprint only if the product has specified at least one oem fingerprint property" into lmp-dev

9 years agoam 3e8b79c2: Merge "Increase system image partition size to fix build" into lmp-dev
Vince Harron [Wed, 8 Oct 2014 05:19:12 +0000 (05:19 +0000)]
am 3e8b79c2: Merge "Increase system image partition size to fix build" into lmp-dev

* commit '3e8b79c2b3c84b2c6ef7b28903a719b10248e63d':
  Increase system image partition size to fix build

9 years agoam 783d016a: am bc667f1c: am 08f336ea: fix regression from Change-Id: I88c1e8192f1cbb...
smain@google.com [Wed, 8 Oct 2014 05:19:11 +0000 (05:19 +0000)]
am 783d016a: am bc667f1c: am 08f336ea: fix regression from Change-Id: I88c1e8192f1cbb5373af592b9e9f9a04ffe6fc7c that causes anchors in most docs other than reference to stop working

* commit '783d016a27ea342ad6445720026a14e89ae1c78c':
  fix regression from Change-Id: I88c1e8192f1cbb5373af592b9e9f9a04ffe6fc7c that causes anchors in most docs other than reference to stop working

9 years agoam 4247c940: am f4cefc19: am 633f322b: update the analytics tracking event calls...
smain@google.com [Wed, 8 Oct 2014 05:19:10 +0000 (05:19 +0000)]
am 4247c940: am f4cefc19: am 633f322b: update the analytics tracking event calls to use new API for analytics.js bug: 16331906

* commit '4247c940d45318f5553138fd37f13f85f2854c6a':
  update the analytics tracking event calls to use new API for analytics.js bug: 16331906

9 years agoExport build thumbprint only if the product has specified at least one oem fingerprin...
Ying Wang [Wed, 8 Oct 2014 01:42:11 +0000 (18:42 -0700)]
Export build thumbprint only if the product has specified at least one oem fingerprint property

Bug: 17888863
Change-Id: I4d12bc977dcb5e8e1858efb2a395466d8779de34

9 years agoMerge "Increase system image partition size to fix build" into lmp-dev
Vince Harron [Tue, 7 Oct 2014 23:19:35 +0000 (23:19 +0000)]
Merge "Increase system image partition size to fix build" into lmp-dev

9 years agoIncrease system image partition size to fix build
Vince Harron [Tue, 7 Oct 2014 22:54:19 +0000 (15:54 -0700)]
Increase system image partition size to fix build

Build of sdk_google_phone_x86_64-sdk_addon product was failing with
the following error message:

error: ext4_allocate_best_fit_partial: failed to allocate 2420 blocks,
out of space?

Change-Id: Ib9e2d21bac86b12b6f8f75d4f30806dd20abcb90

9 years agoam bc667f1c: am 08f336ea: fix regression from Change-Id: I88c1e8192f1cbb5373af592b9e9...
smain@google.com [Tue, 7 Oct 2014 22:23:35 +0000 (22:23 +0000)]
am bc667f1c: am 08f336ea: fix regression from Change-Id: I88c1e8192f1cbb5373af592b9e9f9a04ffe6fc7c that causes anchors in most docs other than reference to stop working

* commit 'bc667f1cd7d852909a9a3893473f29dc7b000b2f':
  fix regression from Change-Id: I88c1e8192f1cbb5373af592b9e9f9a04ffe6fc7c that causes anchors in most docs other than reference to stop working

9 years agoam f4cefc19: am 633f322b: update the analytics tracking event calls to use new API...
smain@google.com [Tue, 7 Oct 2014 22:23:19 +0000 (22:23 +0000)]
am f4cefc19: am 633f322b: update the analytics tracking event calls to use new API for analytics.js bug: 16331906

* commit 'f4cefc19e87eae62b6f2f8cc40b154f9fbe4b3de':
  update the analytics tracking event calls to use new API for analytics.js bug: 16331906

9 years agoam 397a8be4: Merge "Call art-on only when debugging ART processes." into lmp-dev
Christopher Ferris [Sun, 5 Oct 2014 19:27:10 +0000 (19:27 +0000)]
am 397a8be4: Merge "Call art-on only when debugging ART processes." into lmp-dev

* commit '397a8be4bc26a696cf205ac9800865caee3ecf61':
  Call art-on only when debugging ART processes.

9 years agoMerge "Call art-on only when debugging ART processes." into lmp-dev
Christopher Ferris [Sun, 5 Oct 2014 19:19:56 +0000 (19:19 +0000)]
Merge "Call art-on only when debugging ART processes." into lmp-dev

9 years agoCall art-on only when debugging ART processes.
Christopher Ferris [Sat, 4 Oct 2014 00:29:27 +0000 (17:29 -0700)]
Call art-on only when debugging ART processes.

If you are debugging a native process, SIGSEGV gets ignored by default.
Make it so that the special ART gdb macro is only called when debugging
app_processXX.

Bug: 17815162
Change-Id: Idba86860dfd94e7483f2668beeb76b3e6032fb34

9 years agoam 08f336ea: fix regression from Change-Id: I88c1e8192f1cbb5373af592b9e9f9a04ffe6fc7c...
smain@google.com [Sat, 4 Oct 2014 00:46:20 +0000 (00:46 +0000)]
am 08f336ea: fix regression from Change-Id: I88c1e8192f1cbb5373af592b9e9f9a04ffe6fc7c that causes anchors in most docs other than reference to stop working

* commit '08f336eaffa09581f2c33aee99847ee4edbeb370':
  fix regression from Change-Id: I88c1e8192f1cbb5373af592b9e9f9a04ffe6fc7c that causes anchors in most docs other than reference to stop working

9 years agofix regression from Change-Id: I88c1e8192f1cbb5373af592b9e9f9a04ffe6fc7c
smain@google.com [Sat, 4 Oct 2014 00:40:00 +0000 (17:40 -0700)]
fix regression from Change-Id: I88c1e8192f1cbb5373af592b9e9f9a04ffe6fc7c
that causes anchors in most docs other than reference to stop working

Change-Id: I58ed0f7a84c4478d482d63e675693a197088019a

9 years agoam 633f322b: update the analytics tracking event calls to use new API for analytics...
smain@google.com [Fri, 3 Oct 2014 23:57:14 +0000 (23:57 +0000)]
am 633f322b: update the analytics tracking event calls to use new API for analytics.js bug: 16331906

* commit '633f322b38c9a16aa0cac78a1f2a3fb6b1cacf86':
  update the analytics tracking event calls to use new API for analytics.js bug: 16331906

9 years agoam c776f063: Merge "Build: Do not set interpreted mode for SDK build" into lmp-dev
Andreas Gampe [Fri, 3 Oct 2014 23:52:41 +0000 (23:52 +0000)]
am c776f063: Merge "Build: Do not set interpreted mode for SDK build" into lmp-dev

* commit 'c776f06379929f1e1b9d1f4bb0749faf36e19670':
  Build: Do not set interpreted mode for SDK build

9 years agoupdate the analytics tracking event calls to use new API for analytics.js
smain@google.com [Fri, 3 Oct 2014 22:49:45 +0000 (15:49 -0700)]
update the analytics tracking event calls to use new API for analytics.js
bug: 16331906

Change-Id: I015b5aae825525822ca767d293b473f9f332961a

9 years agoMerge "Build: Do not set interpreted mode for SDK build" into lmp-dev
Andreas Gampe [Fri, 3 Oct 2014 22:20:54 +0000 (22:20 +0000)]
Merge "Build: Do not set interpreted mode for SDK build" into lmp-dev

9 years agoam c464dbc3: am 5e5f5b77: am 7ddf7943: am 9a818f55: more fixes to scroll offset for...
smain@google.com [Fri, 3 Oct 2014 21:32:19 +0000 (21:32 +0000)]
am c464dbc3: am 5e5f5b77: am 7ddf7943: am 9a818f55: more fixes to scroll offset for the sticky header. This offsets the layout position of all <a name=""> tags so they naturally show up below the sticky nav bar... though this is only for API reference, which uses <a>

* commit 'c464dbc3b673010720e66d6a299dadb1dfaadab6':
  more fixes to scroll offset for the sticky header. This offsets the layout position of all <a name=""> tags so they naturally show up below the sticky nav bar... though this is only for API reference, which uses <a> tags as anchors for all API members. bug: 16924057

9 years agoam a45c2e58: Merge "Add two useful character constants." into lmp-dev
Ying Wang [Fri, 3 Oct 2014 21:32:19 +0000 (21:32 +0000)]
am a45c2e58: Merge "Add two useful character constants." into lmp-dev

* commit 'a45c2e5834ae6ff983e158c79f4fd65e09cdb766':
  Add two useful character constants.

9 years agoBuild: Do not set interpreted mode for SDK build
Andreas Gampe [Fri, 3 Oct 2014 20:36:51 +0000 (13:36 -0700)]
Build: Do not set interpreted mode for SDK build

In case of emulator images created for an sdk build (sdk, win_sdk,
sdk_addon), do not set dex2oat to compile apps interpret-only.

Bug: 17796919

Change-Id: I6961aa20fd3b6ea164a1f55321387e84c8983550

9 years agoam 5e5f5b77: am 7ddf7943: am 9a818f55: more fixes to scroll offset for the sticky...
smain@google.com [Fri, 3 Oct 2014 19:03:43 +0000 (19:03 +0000)]
am 5e5f5b77: am 7ddf7943: am 9a818f55: more fixes to scroll offset for the sticky header. This offsets the layout position of all <a name=""> tags so they naturally show up below the sticky nav bar... though this is only for API reference, which uses <a> tags as ancho

* commit '5e5f5b777414204cf600727662ac0f89de6f8211':
  more fixes to scroll offset for the sticky header. This offsets the layout position of all <a name=""> tags so they naturally show up below the sticky nav bar... though this is only for API reference, which uses <a> tags as anchors for all API members. bug: 16924057

9 years agoam 7ddf7943: am 9a818f55: more fixes to scroll offset for the sticky header. This...
smain@google.com [Fri, 3 Oct 2014 18:59:17 +0000 (18:59 +0000)]
am 7ddf7943: am 9a818f55: more fixes to scroll offset for the sticky header. This offsets the layout position of all <a name=""> tags so they naturally show up below the sticky nav bar... though this is only for API reference, which uses <a> tags as anchors for all AP

* commit '7ddf794392d6e79fed66039fd9a59d37d12dbcd3':
  more fixes to scroll offset for the sticky header. This offsets the layout position of all <a name=""> tags so they naturally show up below the sticky nav bar... though this is only for API reference, which uses <a> tags as anchors for all API members. bug: 16924057

9 years agoam 9a818f55: more fixes to scroll offset for the sticky header. This offsets the...
smain@google.com [Fri, 3 Oct 2014 18:54:36 +0000 (18:54 +0000)]
am 9a818f55: more fixes to scroll offset for the sticky header. This offsets the layout position of all <a name=""> tags so they naturally show up below the sticky nav bar... though this is only for API reference, which uses <a> tags as anchors for all API members. bu

* commit '9a818f55f4a4ca4f88c2a29f8e77ea6cb2153de6':
  more fixes to scroll offset for the sticky header. This offsets the layout position of all <a name=""> tags so they naturally show up below the sticky nav bar... though this is only for API reference, which uses <a> tags as anchors for all API members. bug: 16924057