OSDN Git Service

android-x86/build.git
11 years agoAdd OkHttp to the platform.
jwilson [Sat, 30 Mar 2013 13:00:01 +0000 (09:00 -0400)]
Add OkHttp to the platform.

Change-Id: I18716683632249573295cb2eb5229a1188ed0f17

11 years agoMerge "Add a "nano" option to LOCAL_PROTOC_OPTIMIZE_TYPE."
Wink Saville [Tue, 2 Apr 2013 00:43:38 +0000 (00:43 +0000)]
Merge "Add a "nano" option to LOCAL_PROTOC_OPTIMIZE_TYPE."

11 years agoMerge "Augment ANDROID_DEV_SCRIPTS with prebuilts/devtools/tools"
Ying Wang [Sat, 30 Mar 2013 01:20:27 +0000 (01:20 +0000)]
Merge "Augment ANDROID_DEV_SCRIPTS with prebuilts/devtools/tools"

11 years agoAugment ANDROID_DEV_SCRIPTS with prebuilts/devtools/tools
Ying Wang [Sat, 30 Mar 2013 00:40:14 +0000 (17:40 -0700)]
Augment ANDROID_DEV_SCRIPTS with prebuilts/devtools/tools

Change-Id: Ia3647674f294c42e9fbe2163bf0d70012313bb15

11 years agoAdd a "nano" option to LOCAL_PROTOC_OPTIMIZE_TYPE.
Ulas Kirazci [Thu, 28 Mar 2013 21:02:14 +0000 (14:02 -0700)]
Add a "nano" option to LOCAL_PROTOC_OPTIMIZE_TYPE.

Change-Id: I7429015b3c5f7f38b7be01eb2d4927f7a9999c80

11 years agoMerge "Added local variable info output to javac command for host build."
Brian Carlstrom [Wed, 27 Mar 2013 22:44:30 +0000 (22:44 +0000)]
Merge "Added local variable info output to javac command for host build."

11 years agoAdded local variable info output to javac command for host build.
jeffhao [Tue, 17 Apr 2012 23:24:33 +0000 (16:24 -0700)]
Added local variable info output to javac command for host build.

The host java files weren't being compiled with -g.

(cherry-picked from 3a971f734060d19fc023ccf82e39d956a31b7cfb)

Change-Id: I4274910c64ebf52ec955e30e800b34fc309db27b

11 years agoMerge "Add sepolicy and mac_perms to installclean"
Geremy Condra [Tue, 26 Mar 2013 22:35:50 +0000 (22:35 +0000)]
Merge "Add sepolicy and mac_perms to installclean"

11 years agoAdd sepolicy and mac_perms to installclean
William Roberts [Tue, 26 Mar 2013 21:51:18 +0000 (14:51 -0700)]
Add sepolicy and mac_perms to installclean

Remove the output files for SELinux policy
and mac_permissions.xml mapping for changes
between user and eng build.

Change-Id: Ie27dcedde0c22ce917d90466a763698c86919530

11 years agoMerge "We have to use := instead of +="
Ying Wang [Sat, 23 Mar 2013 01:56:36 +0000 (01:56 +0000)]
Merge "We have to use := instead of +="

11 years agoWe have to use := instead of +=
Ying Wang [Sat, 23 Mar 2013 01:52:57 +0000 (18:52 -0700)]
We have to use := instead of +=

If we use +=, the right side may be deferred to evaluate,
if that target-specific variable is not defined yet.
That's a mistke.

Change-Id: I1635ee4791473f407866e010d612948c02cdebf6

11 years agoMerge "Duplicate libgcc.a in front of *so"
Andrew Hsieh [Tue, 19 Mar 2013 17:59:50 +0000 (17:59 +0000)]
Merge "Duplicate libgcc.a in front of *so"

11 years agoDuplicate libgcc.a in front of *so
Andrew Hsieh [Thu, 7 Mar 2013 12:52:17 +0000 (20:52 +0800)]
Duplicate libgcc.a in front of *so

Also see 6c7bc550adb917157a9f53ebf8898110e37294b2

Change-Id: Iade6cd6b40cd4840a148098e1d8fc7a0c97e2f66

11 years agoMerge "Link libgcc.a before shared libraries (especially libc.so)."
Ben Cheng [Mon, 18 Mar 2013 21:05:22 +0000 (21:05 +0000)]
Merge "Link libgcc.a before shared libraries (especially libc.so)."

11 years agoLink libgcc.a before shared libraries (especially libc.so).
Ben Cheng [Wed, 13 Mar 2013 01:15:18 +0000 (18:15 -0700)]
Link libgcc.a before shared libraries (especially libc.so).

[cherry-picked from internal master]

Change-Id: I53d19754d0d40e9ca2f3d043001cc77e39e5d795

11 years agoMerge "Build SDK using prebuilts/devtools."
Raphael Moll [Thu, 14 Mar 2013 18:31:36 +0000 (18:31 +0000)]
Merge "Build SDK using prebuilts/devtools."

11 years agoBuild SDK using prebuilts/devtools.
Raphael Moll [Wed, 13 Mar 2013 22:30:35 +0000 (15:30 -0700)]
Build SDK using prebuilts/devtools.

Cleans up some unused/renamed files:
- sdk_only_whitelist is better named windows_sdk_whitelist.
- a few product.mk dependencies should not be listed here
  any more but in the sdk/product.mk instead (which they were.)

Change-Id: Ifad3049321c8ec4edd8b94b83e570eebba442e7d

11 years agoMerge "Support gdb wrappers"
Ying Wang [Mon, 11 Mar 2013 16:08:23 +0000 (16:08 +0000)]
Merge "Support gdb wrappers"

11 years agoSupport gdb wrappers
John Michelau [Fri, 9 Nov 2012 17:48:04 +0000 (11:48 -0600)]
Support gdb wrappers

Use gdbwrapper() for launching gdb.  This can be redefined to launch
one of the many gdb wrappers instead.

Example:
function gdbwrapper()
{
    ddd --debugger $ANDROID_TOOLCHAIN/$GDB -x "$@"
}

Change-Id: I3cce8a2ca1bae6d531e2388a93cb52075b21a42c

11 years agoMerge changes I1998a9d6,I2513f0de
Kenny Root [Fri, 8 Mar 2013 19:23:00 +0000 (19:23 +0000)]
Merge changes I1998a9d6,I2513f0de

* changes:
  Function to grep AndroidManifest.xml files.
  Utility to dump stacks from arbitrary processes.

11 years agoFunction to grep AndroidManifest.xml files.
Jeff Sharkey [Fri, 8 Mar 2013 18:20:47 +0000 (10:20 -0800)]
Function to grep AndroidManifest.xml files.

(cherry picked from commit 50b61e9e66bad2f8addc425271b41e74babf3a34)

Change-Id: I1998a9d6a05176fc7fc8643c5d1c40e2dd699d4e

11 years agoUtility to dump stacks from arbitrary processes.
Jeff Sharkey [Wed, 20 Feb 2013 01:00:46 +0000 (17:00 -0800)]
Utility to dump stacks from arbitrary processes.

Saves any existing traces, dumps stacks from the target process,
then restores the original traces.

(cherry picked from commit f582437162ff483b342ad9d02cb0af948a734c5a)

Change-Id: I2513f0de0d90cccd56c4949ca7d218e430439c00

11 years agoMerge "Remove nonexisting module names."
Ying Wang [Fri, 8 Mar 2013 02:30:48 +0000 (02:30 +0000)]
Merge "Remove nonexisting module names."

11 years agoRemove nonexisting module names.
Ying Wang [Fri, 8 Mar 2013 02:28:53 +0000 (18:28 -0800)]
Remove nonexisting module names.

Change-Id: I825de45f1b982e4aa391b11bf18ba90432272fa7

11 years agoMerge "Adding TARGET_CPU_VARIANT to config file."
Christopher Ferris [Fri, 8 Mar 2013 02:18:08 +0000 (02:18 +0000)]
Merge "Adding TARGET_CPU_VARIANT to config file."

11 years agoAdding TARGET_CPU_VARIANT to config file.
Christopher Ferris [Sat, 23 Feb 2013 01:24:25 +0000 (17:24 -0800)]
Adding TARGET_CPU_VARIANT to config file.

Adding this since all arm builds will require TARGET_CPU_VARIANT
to be set to a valid value in the near future.

Merge from internal master.

Change-Id: I2b73f9dbdd04cd8ac47035875c714bd0e75920e7

11 years agoMerge "Add module names to emulator PRODUCT_PACKAGES."
Ying Wang [Fri, 8 Mar 2013 01:15:00 +0000 (01:15 +0000)]
Merge "Add module names to emulator PRODUCT_PACKAGES."

11 years agoMerge "Stash TARGET_CPU_VARIANT and print it in dumpvar."
Ying Wang [Wed, 6 Mar 2013 21:55:33 +0000 (21:55 +0000)]
Merge "Stash TARGET_CPU_VARIANT and print it in dumpvar."

11 years agoStash TARGET_CPU_VARIANT and print it in dumpvar.
Ben Cheng [Tue, 15 Jan 2013 22:36:42 +0000 (14:36 -0800)]
Stash TARGET_CPU_VARIANT and print it in dumpvar.

Bug:7961327

Merged from internal master.

Change-Id: Ia78472ba53ae1221de4572119aa5c63246941eeb

11 years agoMerge "Don't install all host modules by default."
Ying Wang [Wed, 6 Mar 2013 19:48:39 +0000 (19:48 +0000)]
Merge "Don't install all host modules by default."

11 years agoDon't install all host modules by default.
Ying Wang [Wed, 5 Sep 2012 19:48:52 +0000 (12:48 -0700)]
Don't install all host modules by default.

Instead we should explicitly set up the dependency, if the module will
be used in the build process; Use LOCAL_MODULE_TAGS with eng, debug or
tests if the module is for testing; or add to PRODUCT_PACKAGES if it's
required by a product.

Change-Id: Ic26319c26c1166bc1062dfbcfb4e006af185249a

11 years agoAdd module names to emulator PRODUCT_PACKAGES.
Ying Wang [Fri, 1 Mar 2013 00:39:32 +0000 (16:39 -0800)]
Add module names to emulator PRODUCT_PACKAGES.

Instead of using "LOCAL_MODULE_TAGS := debug" to install them.

Bug: 8276818
Change-Id: I7eba3c4e6c2f07ebe661522cb0e14afcc3ef7e92

11 years agoMerge "CTS: work around ClassLoader limitation"
Kenny Root [Thu, 28 Feb 2013 17:23:54 +0000 (17:23 +0000)]
Merge "CTS: work around ClassLoader limitation"

11 years agoCTS: work around ClassLoader limitation
Kenny Root [Thu, 28 Feb 2013 00:55:56 +0000 (16:55 -0800)]
CTS: work around ClassLoader limitation

Trying to use reflection on classes loaded from a different ClassLoader
than the system one caused SecurityException since you can't load
certain packages.

Adding them to the boot classpath forces them to be in the same
ClassLoader.

Change-Id: Id518ab0a99da6defac525c0ad430a63f600ce85f

11 years agoMerge "Specify -msse3 on host as on target."
Ian Rogers [Wed, 27 Feb 2013 18:15:49 +0000 (18:15 +0000)]
Merge "Specify -msse3 on host as on target."

11 years agoSpecify -msse3 on host as on target.
Ian Rogers [Tue, 26 Feb 2013 23:10:22 +0000 (15:10 -0800)]
Specify -msse3 on host as on target.

Make the host and the target x86 build more uniform by using the same machine flags.
Its unlikely Android has ever been built on a machine without SSE3 support.

Bug: 8068608
Change-Id: I19635528b61bf2c6faf02c2e575b1d9bf8025d3a

11 years agoMerge "Run zipalign after classes.dex is removed from the apk"
Ying Wang [Tue, 26 Feb 2013 00:51:10 +0000 (00:51 +0000)]
Merge "Run zipalign after classes.dex is removed from the apk"

11 years agoRun zipalign after classes.dex is removed from the apk
Ying Wang [Tue, 26 Feb 2013 00:02:42 +0000 (16:02 -0800)]
Run zipalign after classes.dex is removed from the apk

If LOCAL_DEX_PREOPT is enabled.

Change-Id: Ie2a706fbb77bc31c9fdb01c8435819c5de97ea28

11 years agoMerge "Fixed error message for using OpenJDK."
Jean-Baptiste Queru [Mon, 25 Feb 2013 21:01:48 +0000 (21:01 +0000)]
Merge "Fixed error message for using OpenJDK."

11 years agoFixed error message for using OpenJDK.
Tim Roes [Sat, 23 Feb 2013 19:25:00 +0000 (20:25 +0100)]
Fixed error message for using OpenJDK.

Output a meaningful error message, when OpenJDK is detected
instead of giving the "wrong java version" output.
That output confused several users (from experiences in IRC)
since it gives you an output like "You are using java
version 1.6.0, right version would be Java SE 1.6".

Change-Id: I31ceeb03f1f98524b2b7de9b8be45231985fdb9e
Signed-off-by: Tim Roes <tim.roes88@googlemail.com>
11 years agoMerge "build: update fs_config calls for capabilities change."
Nick Kralevich [Sat, 23 Feb 2013 02:04:55 +0000 (02:04 +0000)]
Merge "build: update fs_config calls for capabilities change."

11 years agoMerge "[MIPS] Update build rules"
Ying Wang [Fri, 22 Feb 2013 18:03:15 +0000 (18:03 +0000)]
Merge "[MIPS] Update build rules"

11 years agoMerge "We shouldn't use temporary variable in the build recipe."
Ying Wang [Fri, 22 Feb 2013 18:02:04 +0000 (18:02 +0000)]
Merge "We shouldn't use temporary variable in the build recipe."

11 years agoWe shouldn't use temporary variable in the build recipe.
Ying Wang [Fri, 22 Feb 2013 17:59:17 +0000 (09:59 -0800)]
We shouldn't use temporary variable in the build recipe.

Use $@ instead.

Change-Id: Ida0960a453b3701383a31f698c3163a297c4bce5

11 years agobuild: update fs_config calls for capabilities change.
Nick Kralevich [Wed, 20 Feb 2013 20:43:51 +0000 (12:43 -0800)]
build: update fs_config calls for capabilities change.

Change-Id: Ic3c94f990c34a56d84f01c151f1b64f419e16419

11 years ago[MIPS] Update build rules
Chris Dearman [Thu, 15 Nov 2012 02:45:47 +0000 (18:45 -0800)]
[MIPS] Update build rules

Add  -D_FORTIFY_SOURCE=1 to the default cflags
Update build rule for executable with PRIVATE_ALL_WHOLE_STATIC_LIBRARIES
Use single dash version of -print-whatever
compile everything with relro / bind_now
Enable NX protections

Some other cleanups to reduce differences between ARM and MIPS config files

Change-Id: I30b4de449e6353b581ef7f9437a3bb9be53d5bbf
Signed-off-by: Chris Dearman <chris@mips.com>
11 years agoMerge "[MIPS] Use mksh for /system/bin/sh"
Ying Wang [Fri, 15 Feb 2013 22:51:05 +0000 (22:51 +0000)]
Merge "[MIPS] Use mksh for /system/bin/sh"

11 years ago[MIPS] Use mksh for /system/bin/sh
Chris Dearman [Wed, 14 Nov 2012 02:18:59 +0000 (18:18 -0800)]
[MIPS] Use mksh for /system/bin/sh

Signed-off-by: Chris Dearman <chris@mips.com>
Change-Id: I01a6c1e2ac9de5b6d86c2aace041a0f7400f6b5e

11 years agoMerge "For the current MIPS compiler __builtin___clear_cache() generates synci instru...
Ying Wang [Fri, 15 Feb 2013 19:33:59 +0000 (19:33 +0000)]
Merge "For the current MIPS compiler __builtin___clear_cache() generates synci instruction only with -msynci option So, add -msynci to all mips32r2 makefiles. Also add msynci to the list flags not recognized by clang."

11 years agoMerge "Remove more always-true ARCH_ARM_HAVE_ flags."
Elliott Hughes [Fri, 15 Feb 2013 00:22:52 +0000 (00:22 +0000)]
Merge "Remove more always-true ARCH_ARM_HAVE_ flags."

11 years agoRemove more always-true ARCH_ARM_HAVE_ flags.
Elliott Hughes [Thu, 14 Feb 2013 20:04:48 +0000 (12:04 -0800)]
Remove more always-true ARCH_ARM_HAVE_ flags.

All the remaining flags appear to be actually used.

Change-Id: I0e3d84915487eda4f0e97809fc36624fef5f1848

11 years agoMerge "Nothing uses ARCH_ARM_HAVE_CLZ or ARCH_ARM_HAVE_FFS."
Elliott Hughes [Thu, 14 Feb 2013 00:52:52 +0000 (00:52 +0000)]
Merge "Nothing uses ARCH_ARM_HAVE_CLZ or ARCH_ARM_HAVE_FFS."

11 years agoNothing uses ARCH_ARM_HAVE_CLZ or ARCH_ARM_HAVE_FFS.
Elliott Hughes [Wed, 13 Feb 2013 23:03:41 +0000 (15:03 -0800)]
Nothing uses ARCH_ARM_HAVE_CLZ or ARCH_ARM_HAVE_FFS.

Because every ARM architecture we've ever supported has had both.

Change-Id: I607b56416e65073c5ac1b85fb17c092516e02573

11 years agoam 1f7c3cb3: am 061c758c: am 9fdf671d: Add LOCAL_ADDITIONAL_HTML_DIR to clear_vars...
Dirk Dougherty [Sat, 9 Feb 2013 00:30:26 +0000 (16:30 -0800)]
am 1f7c3cb3: am 061c758c: am 9fdf671d: Add LOCAL_ADDITIONAL_HTML_DIR to clear_vars for devsite docs builds.

# Via Android Git Automerger (2) and Dirk Dougherty (1)
* commit '1f7c3cb3c2b475903c7616bf3f5b06530420cd94':
  Add LOCAL_ADDITIONAL_HTML_DIR to clear_vars for devsite docs builds.

11 years agoam 061c758c: am 9fdf671d: Add LOCAL_ADDITIONAL_HTML_DIR to clear_vars for devsite...
Dirk Dougherty [Sat, 9 Feb 2013 00:27:11 +0000 (16:27 -0800)]
am 061c758c: am 9fdf671d: Add LOCAL_ADDITIONAL_HTML_DIR to clear_vars for devsite docs builds.

# Via Android Git Automerger (1) and Dirk Dougherty (1)
* commit '061c758cfa5409035854804efa1e0c4d32d2f007':
  Add LOCAL_ADDITIONAL_HTML_DIR to clear_vars for devsite docs builds.

11 years agoam 9fdf671d: Add LOCAL_ADDITIONAL_HTML_DIR to clear_vars for devsite docs builds.
Dirk Dougherty [Sat, 9 Feb 2013 00:22:04 +0000 (16:22 -0800)]
am 9fdf671d: Add LOCAL_ADDITIONAL_HTML_DIR to clear_vars for devsite docs builds.

# Via Dirk Dougherty
* commit '9fdf671d7f8fb96c1a8d3b41aaf4478e7274e45f':
  Add LOCAL_ADDITIONAL_HTML_DIR to clear_vars for devsite docs builds.

11 years agoAdd LOCAL_ADDITIONAL_HTML_DIR to clear_vars for devsite docs builds.
Dirk Dougherty [Fri, 8 Feb 2013 23:45:45 +0000 (15:45 -0800)]
Add LOCAL_ADDITIONAL_HTML_DIR to clear_vars for devsite docs builds.

Change-Id: Ib75e776d0220a86a08ddd5d7e09edd069af05da1

11 years agoReconcile with jb-mr1.1-release - do not merge
The Android Open Source Project [Fri, 8 Feb 2013 23:40:29 +0000 (15:40 -0800)]
Reconcile with jb-mr1.1-release - do not merge

Change-Id: I242df2bfe9436a6b16e952da318b67b212e54516

11 years agoJDQ39
The Android Automerger [Fri, 8 Feb 2013 21:51:43 +0000 (13:51 -0800)]
JDQ39

11 years agomerge in jb-mr1.1-release history after reset to jb-mr1.1-dev
The Android Automerger [Fri, 8 Feb 2013 21:50:51 +0000 (13:50 -0800)]
merge in jb-mr1.1-release history after reset to jb-mr1.1-dev

11 years agoam cd7ef9ce: am 8359d2c4: am b7f96375: docs: fix ::selection style to use Android...
Scott Main [Fri, 8 Feb 2013 01:07:57 +0000 (17:07 -0800)]
am cd7ef9ce: am 8359d2c4: am b7f96375: docs: fix ::selection style to use Android blue for text highlighting

# Via Android Git Automerger (2) and Scott Main (1)
* commit 'cd7ef9ce90907f6894679bf293c7fca4759c3e72':
  docs: fix ::selection style to use Android blue for text highlighting

11 years agoam 8359d2c4: am b7f96375: docs: fix ::selection style to use Android blue for text...
Scott Main [Fri, 8 Feb 2013 01:05:25 +0000 (17:05 -0800)]
am 8359d2c4: am b7f96375: docs: fix ::selection style to use Android blue for text highlighting

# Via Android Git Automerger (1) and Scott Main (1)
* commit '8359d2c4e98df00f66712c79efe3216059f5424d':
  docs: fix ::selection style to use Android blue for text highlighting

11 years agoam b7f96375: docs: fix ::selection style to use Android blue for text highlighting
Scott Main [Fri, 8 Feb 2013 01:00:42 +0000 (17:00 -0800)]
am b7f96375: docs: fix ::selection style to use Android blue for text highlighting

# Via Scott Main
* commit 'b7f963758f1a252a943b67b200b8e6141d94430c':
  docs: fix ::selection style to use Android blue for text highlighting

11 years agodocs: fix ::selection style to use Android blue for text highlighting
Scott Main [Fri, 8 Feb 2013 00:56:43 +0000 (16:56 -0800)]
docs: fix ::selection style to use Android blue for text highlighting

Change-Id: I485be948326fc40c349c8170dd1be13962b4c003

11 years agoFor the current MIPS compiler __builtin___clear_cache() generates synci instruction...
Raghu Gandham [Fri, 8 Feb 2013 00:07:01 +0000 (16:07 -0800)]
For the current MIPS compiler __builtin___clear_cache() generates synci instruction only with -msynci option
So, add -msynci to all mips32r2 makefiles. Also add msynci to the list flags not recognized by clang.

Change-Id: I48fd6f2b0cbe80c3cd90f453ced97a2f154f7ad3
Signed-off-by: Rocky Zhang <yan@mips.com>
11 years agoJDQ38
The Android Automerger [Thu, 7 Feb 2013 22:23:55 +0000 (14:23 -0800)]
JDQ38

11 years agomerge in jb-mr1.1-release history after reset to jb-mr1.1-dev
The Android Automerger [Thu, 7 Feb 2013 22:23:13 +0000 (14:23 -0800)]
merge in jb-mr1.1-release history after reset to jb-mr1.1-dev

11 years agoReconcile with jb-mr1.1-release - do not merge
The Android Open Source Project [Wed, 6 Feb 2013 17:11:09 +0000 (09:11 -0800)]
Reconcile with jb-mr1.1-release - do not merge

Change-Id: Icd2030678228e137e2616e2d64847abf4f5a2242

11 years agoJDQ36B
The Android Automerger [Wed, 6 Feb 2013 00:48:44 +0000 (16:48 -0800)]
JDQ36B

11 years agoReconcile with jb-mr1.1-release - do not merge
The Android Open Source Project [Tue, 5 Feb 2013 21:43:19 +0000 (13:43 -0800)]
Reconcile with jb-mr1.1-release - do not merge

Change-Id: I8c2fd056e6eea6c8d818aa44ced9421f84f64fe5

11 years agoJDQ36
The Android Automerger [Tue, 5 Feb 2013 20:24:50 +0000 (12:24 -0800)]
JDQ36

11 years agomerge in jb-mr1.1-release history after reset to jb-mr1.1-dev
The Android Automerger [Tue, 5 Feb 2013 20:24:05 +0000 (12:24 -0800)]
merge in jb-mr1.1-release history after reset to jb-mr1.1-dev

11 years agoam 97c89d4c: am 7257c71f: am 6668404e: Merge "docs: minimize code-font line-height...
Scott Main [Mon, 4 Feb 2013 17:07:47 +0000 (09:07 -0800)]
am 97c89d4c: am 7257c71f: am 6668404e: Merge "docs: minimize code-font line-height. Fixes problem in which any paragraph with code text has more whitespace below it than other lines." into jb-mr1-dev

# Via Android Git Automerger (2) and others
* commit '97c89d4c5de1bae9d2bbfb040a3ca484d4782540':
  docs: minimize code-font line-height. Fixes problem in which any paragraph with code text has more whitespace below it than other lines.

11 years agoam 9bbc247d: am a334cee6: am 77c51357: docs: fix lang switcher for gae by deleting...
Scott Main [Mon, 4 Feb 2013 17:07:46 +0000 (09:07 -0800)]
am 9bbc247d: am a334cee6: am 77c51357: docs: fix lang switcher for gae by deleting obsolete method call

# Via Android Git Automerger (2) and Scott Main (1)
* commit '9bbc247decb20ac35fded7d56afb6e424ca56173':
  docs: fix lang switcher for gae by deleting obsolete method call

11 years agoam 2baf87e4: am b88c1a8a: am 98f23e7a: docs: delete obsolete asset files
Scott Main [Mon, 4 Feb 2013 17:07:31 +0000 (09:07 -0800)]
am 2baf87e4: am b88c1a8a: am 98f23e7a: docs: delete obsolete asset files

# Via Android Git Automerger (2) and Scott Main (1)
* commit '2baf87e4f34659905cdea30100855fbdf041d02a':
  docs: delete obsolete asset files

11 years agoam 20ba728e: am 89442344: am e05e6f99: docs: update template files with those from...
Scott Main [Mon, 4 Feb 2013 17:07:30 +0000 (09:07 -0800)]
am 20ba728e: am 89442344: am e05e6f99: docs: update template files with those from the templates-ds directory

# Via Android Git Automerger (2) and Scott Main (1)
* commit '20ba728ecbff1019939c3486a146581d1c158b4e':
  docs: update template files with those from the templates-ds directory

11 years agoam 086e7f8b: am 79935f59: am 015d616a: docs: use devsite hdf bool as a javascript...
Scott Main [Mon, 4 Feb 2013 17:07:29 +0000 (09:07 -0800)]
am 086e7f8b: am 79935f59: am 015d616a: docs: use devsite hdf bool as a javascript condition for managing the lang toggle. sync the sdk and ds templates so we can move toward one template set

# Via Android Git Automerger (2) and Scott Main (1)
* commit '086e7f8b23f3f5547d75078a670dd4efeede6bc8':
  docs: use devsite hdf bool as a javascript condition for managing the lang toggle. sync the sdk and ds templates so we can move toward one template set

11 years agoam 34eb13de: am 18a1a50f: am 9c2336e0: Add new droiddoc option for project-specific...
Dirk Dougherty [Mon, 4 Feb 2013 17:07:28 +0000 (09:07 -0800)]
am 34eb13de: am 18a1a50f: am 9c2336e0: Add new droiddoc option for project-specific secondary html input/output paths.

# Via Android Git Automerger (2) and Dirk Dougherty (1)
* commit '34eb13de682225fbb6453f606ed75b3460c0a57d':
  Add new droiddoc option for project-specific secondary html input/output paths.

11 years agoam 5bd7d418: am 9c3033ce: am dc6b4a59: Add templates for devsite docs builds.
Dirk Dougherty [Mon, 4 Feb 2013 17:07:27 +0000 (09:07 -0800)]
am 5bd7d418: am 9c3033ce: am dc6b4a59: Add templates for devsite docs builds.

# Via Android Git Automerger (2) and Dirk Dougherty (1)
* commit '5bd7d418aa88ab914576f8cbf3a5fcd6bf7b45eb':
  Add templates for devsite docs builds.

11 years agoJDQ32B
The Android Automerger [Sat, 2 Feb 2013 04:45:42 +0000 (20:45 -0800)]
JDQ32B

11 years agoJDQ32
The Android Automerger [Sat, 2 Feb 2013 02:25:58 +0000 (18:25 -0800)]
JDQ32

11 years agomerge in jb-mr1.1-release history after reset to jb-mr1.1-dev
The Android Automerger [Sat, 2 Feb 2013 02:24:59 +0000 (18:24 -0800)]
merge in jb-mr1.1-release history after reset to jb-mr1.1-dev

11 years agoam 7257c71f: am 6668404e: Merge "docs: minimize code-font line-height. Fixes problem...
Scott Main [Fri, 1 Feb 2013 23:41:22 +0000 (15:41 -0800)]
am 7257c71f: am 6668404e: Merge "docs: minimize code-font line-height. Fixes problem in which any paragraph with code text has more whitespace below it than other lines." into jb-mr1-dev

# Via Android (Google) Code Review (1) and others
* commit '7257c71fa86f6d65fab9fae4b9fd76c2f6ba3b70':
  docs: minimize code-font line-height. Fixes problem in which any paragraph with code text has more whitespace below it than other lines.

11 years agoam a334cee6: am 77c51357: docs: fix lang switcher for gae by deleting obsolete method...
Scott Main [Fri, 1 Feb 2013 23:41:21 +0000 (15:41 -0800)]
am a334cee6: am 77c51357: docs: fix lang switcher for gae by deleting obsolete method call

# Via Android Git Automerger (1) and Scott Main (1)
* commit 'a334cee69d787ca3fb22a790f002443c02804176':
  docs: fix lang switcher for gae by deleting obsolete method call

11 years agoam 6668404e: Merge "docs: minimize code-font line-height. Fixes problem in which...
Scott Main [Fri, 1 Feb 2013 23:34:17 +0000 (15:34 -0800)]
am 6668404e: Merge "docs: minimize code-font line-height. Fixes problem in which any paragraph with code text has more whitespace below it than other lines." into jb-mr1-dev

# Via Android (Google) Code Review (1) and Scott Main (1)
* commit '6668404ede38d806102eb481d857ca8c0931d364':
  docs: minimize code-font line-height. Fixes problem in which any paragraph with code text has more whitespace below it than other lines.

11 years agoam 77c51357: docs: fix lang switcher for gae by deleting obsolete method call
Scott Main [Fri, 1 Feb 2013 23:34:17 +0000 (15:34 -0800)]
am 77c51357: docs: fix lang switcher for gae by deleting obsolete method call

# Via Scott Main
* commit '77c51357eb1ba3b55d0a9363cb981daab1b484d2':
  docs: fix lang switcher for gae by deleting obsolete method call

11 years agoMerge "docs: minimize code-font line-height. Fixes problem in which any paragraph...
Scott Main [Fri, 1 Feb 2013 23:31:56 +0000 (23:31 +0000)]
Merge "docs: minimize code-font line-height. Fixes problem in which any paragraph with code text has more whitespace below it than other lines." into jb-mr1-dev

11 years agodocs: minimize code-font line-height.
Scott Main [Fri, 1 Feb 2013 23:29:44 +0000 (15:29 -0800)]
docs: minimize code-font line-height.
Fixes problem in which any paragraph with code text has more whitespace below it than other lines.

Change-Id: I0f39655472d09f5af346c7c7e4df8eb0a5a144df

11 years agoam b88c1a8a: am 98f23e7a: docs: delete obsolete asset files
Scott Main [Fri, 1 Feb 2013 22:29:44 +0000 (14:29 -0800)]
am b88c1a8a: am 98f23e7a: docs: delete obsolete asset files

# Via Android Git Automerger (1) and Scott Main (1)
* commit 'b88c1a8a053a2274b315bc83c5f7e1c4d5666f68':
  docs: delete obsolete asset files

11 years agoam 89442344: am e05e6f99: docs: update template files with those from the templates...
Scott Main [Fri, 1 Feb 2013 22:29:43 +0000 (14:29 -0800)]
am 89442344: am e05e6f99: docs: update template files with those from the templates-ds directory

# Via Android Git Automerger (1) and Scott Main (1)
* commit '894423441edeb5ff431c1c82db8fa42ab25a27f7':
  docs: update template files with those from the templates-ds directory

11 years agoam 79935f59: am 015d616a: docs: use devsite hdf bool as a javascript condition for...
Scott Main [Fri, 1 Feb 2013 22:29:42 +0000 (14:29 -0800)]
am 79935f59: am 015d616a: docs: use devsite hdf bool as a javascript condition for managing the lang toggle. sync the sdk and ds templates so we can move toward one template set

# Via Android Git Automerger (1) and Scott Main (1)
* commit '79935f593bc567517c95d0f09198a519f315b2ca':
  docs: use devsite hdf bool as a javascript condition for managing the lang toggle. sync the sdk and ds templates so we can move toward one template set

11 years agoam 18a1a50f: am 9c2336e0: Add new droiddoc option for project-specific secondary...
Dirk Dougherty [Fri, 1 Feb 2013 22:29:41 +0000 (14:29 -0800)]
am 18a1a50f: am 9c2336e0: Add new droiddoc option for project-specific secondary html input/output paths.

# Via Android Git Automerger (1) and Dirk Dougherty (1)
* commit '18a1a50f981449bb3dbd6bab3ee2502b51259fd7':
  Add new droiddoc option for project-specific secondary html input/output paths.

11 years agoam 9c3033ce: am dc6b4a59: Add templates for devsite docs builds.
Dirk Dougherty [Fri, 1 Feb 2013 22:29:40 +0000 (14:29 -0800)]
am 9c3033ce: am dc6b4a59: Add templates for devsite docs builds.

# Via Android Git Automerger (1) and Dirk Dougherty (1)
* commit '9c3033ce0e099b8722cb8524ee52b6bce2e46506':
  Add templates for devsite docs builds.

11 years agoam 98f23e7a: docs: delete obsolete asset files
Scott Main [Fri, 1 Feb 2013 21:28:09 +0000 (13:28 -0800)]
am 98f23e7a: docs: delete obsolete asset files

# Via Scott Main
* commit '98f23e7af0480b70515552195e359633191f83d8':
  docs: delete obsolete asset files

11 years agoam e05e6f99: docs: update template files with those from the templates-ds directory
Scott Main [Fri, 1 Feb 2013 21:28:02 +0000 (13:28 -0800)]
am e05e6f99: docs: update template files with those from the templates-ds directory

# Via Scott Main
* commit 'e05e6f99b312e9a7b460b70986a419d30576d66c':
  docs: update template files with those from the templates-ds directory

11 years agoam 015d616a: docs: use devsite hdf bool as a javascript condition for managing the...
Scott Main [Fri, 1 Feb 2013 21:27:58 +0000 (13:27 -0800)]
am 015d616a: docs: use devsite hdf bool as a javascript condition for managing the lang toggle. sync the sdk and ds templates so we can move toward one template set

# Via Scott Main
* commit '015d616af8cf72cf609b19257604e520a70c3286':
  docs: use devsite hdf bool as a javascript condition for managing the lang toggle. sync the sdk and ds templates so we can move toward one template set

11 years agoam 9c2336e0: Add new droiddoc option for project-specific secondary html input/output...
Dirk Dougherty [Fri, 1 Feb 2013 21:27:53 +0000 (13:27 -0800)]
am 9c2336e0: Add new droiddoc option for project-specific secondary html input/output paths.

# Via Dirk Dougherty
* commit '9c2336e073cef13a5237965dc7d5fcdb0091be34':
  Add new droiddoc option for project-specific secondary html input/output paths.

11 years agoam dc6b4a59: Add templates for devsite docs builds.
Dirk Dougherty [Fri, 1 Feb 2013 21:27:40 +0000 (13:27 -0800)]
am dc6b4a59: Add templates for devsite docs builds.

# Via Dirk Dougherty
* commit 'dc6b4a591c62f72ee5fea1e3bdadd3584e1eb284':
  Add templates for devsite docs builds.

11 years agoJDQ30
The Android Automerger [Thu, 31 Jan 2013 04:06:22 +0000 (20:06 -0800)]
JDQ30

11 years agomerge in jb-mr1.1-release history after reset to jb-mr1.1-dev
The Android Automerger [Thu, 31 Jan 2013 04:05:38 +0000 (20:05 -0800)]
merge in jb-mr1.1-release history after reset to jb-mr1.1-dev