OSDN Git Service

android-x86/build.git
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

11 years agodocs: fix lang switcher for gae by deleting obsolete method call
Scott Main [Wed, 30 Jan 2013 23:03:59 +0000 (15:03 -0800)]
docs: fix lang switcher for gae by deleting obsolete method call

Change-Id: I8d91d18e89d539960c93748557cccc5aabb0a263

11 years agodocs: delete obsolete asset files
Scott Main [Tue, 29 Jan 2013 23:12:52 +0000 (15:12 -0800)]
docs: delete obsolete asset files

Change-Id: I1aa8a8fa757dbc81180c0585eacb68df5fe0ceb1

11 years agodocs: update template files with those from the templates-ds directory
Scott Main [Tue, 29 Jan 2013 21:34:17 +0000 (13:34 -0800)]
docs: update template files with those from the templates-ds directory

Change-Id: I47b07b17ea79d0b00300492ba7854e37f1ab00d0

11 years agoJDQ29C
The Android Automerger [Tue, 29 Jan 2013 22:22:27 +0000 (14:22 -0800)]
JDQ29C

11 years agoJDQ29B
The Android Automerger [Tue, 29 Jan 2013 21:52:21 +0000 (13:52 -0800)]
JDQ29B

11 years agoam 6463953e: am b796ce35: Merge "Remove HAVE_DLADDR from AndroidConfig.h."
Elliott Hughes [Tue, 29 Jan 2013 21:49:55 +0000 (13:49 -0800)]
am 6463953e: am b796ce35: Merge "Remove HAVE_DLADDR from AndroidConfig.h."

# Via Android Git Automerger (1) and others
* commit '6463953e169bbd559cada7263be363202ed40d02':
  Remove HAVE_DLADDR from AndroidConfig.h.

11 years agoam b796ce35: Merge "Remove HAVE_DLADDR from AndroidConfig.h."
Elliott Hughes [Tue, 29 Jan 2013 21:47:14 +0000 (13:47 -0800)]
am b796ce35: Merge "Remove HAVE_DLADDR from AndroidConfig.h."

# Via Elliott Hughes (1) and Gerrit Code Review (1)
* commit 'b796ce353d114328cc16a1f2ad2b1059b03a0c52':
  Remove HAVE_DLADDR from AndroidConfig.h.

11 years agoMerge "Remove HAVE_DLADDR from AndroidConfig.h."
Elliott Hughes [Tue, 29 Jan 2013 21:28:58 +0000 (21:28 +0000)]
Merge "Remove HAVE_DLADDR from AndroidConfig.h."

11 years agoJDQ29
The Android Automerger [Tue, 29 Jan 2013 20:58:19 +0000 (12:58 -0800)]
JDQ29

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

11 years agodocs: use devsite hdf bool as a javascript condition for managing the lang toggle.
Scott Main [Tue, 29 Jan 2013 17:01:52 +0000 (09:01 -0800)]
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

Change-Id: I5316d4cd085734a47953beba203ba8beeb64549e

11 years agoJDQ28
The Android Automerger [Tue, 29 Jan 2013 06:18:25 +0000 (22:18 -0800)]
JDQ28

11 years agomerge in jb-mr1.1-release history after reset to jb-mr1.1-dev
The Android Automerger [Tue, 29 Jan 2013 06:17:51 +0000 (22:17 -0800)]
merge in jb-mr1.1-release history after reset to jb-mr1.1-dev

11 years agoAdd new droiddoc option for project-specific secondary html input/output paths.
Dirk Dougherty [Tue, 29 Jan 2013 02:57:30 +0000 (18:57 -0800)]
Add new droiddoc option for project-specific secondary html input/output paths.

Change-Id: Id9c3dc4e7cfcc26c04e4d1aeb6617e3e6b92114b

11 years agoAdd templates for devsite docs builds.
Dirk Dougherty [Mon, 28 Jan 2013 22:49:50 +0000 (14:49 -0800)]
Add templates for devsite docs builds.

Change-Id: I0bb0238326aed7d2ff931594709cb153b2587061

11 years agoam cf0a9042: am 9e808ff7: Merge "Use += to append to target-specific PRIVATE_CLEAN_FILES"
Ying Wang [Mon, 28 Jan 2013 19:36:51 +0000 (11:36 -0800)]
am cf0a9042: am 9e808ff7: Merge "Use += to append to target-specific PRIVATE_CLEAN_FILES"

# Via Android Git Automerger (1) and others
* commit 'cf0a90426ad969bd2deb66b0c23079842b6c4fa2':
  Use += to append to target-specific PRIVATE_CLEAN_FILES

11 years agoam 9e808ff7: Merge "Use += to append to target-specific PRIVATE_CLEAN_FILES"
Ying Wang [Mon, 28 Jan 2013 19:34:56 +0000 (11:34 -0800)]
am 9e808ff7: Merge "Use += to append to target-specific PRIVATE_CLEAN_FILES"

# Via Gerrit Code Review (1) and Ying Wang (1)
* commit '9e808ff70515479458d39abfd64ed11eb55fefbb':
  Use += to append to target-specific PRIVATE_CLEAN_FILES

11 years agoMerge "Use += to append to target-specific PRIVATE_CLEAN_FILES"
Ying Wang [Mon, 28 Jan 2013 19:05:29 +0000 (19:05 +0000)]
Merge "Use += to append to target-specific PRIVATE_CLEAN_FILES"

11 years agoUse += to append to target-specific PRIVATE_CLEAN_FILES
Ying Wang [Mon, 28 Jan 2013 18:58:01 +0000 (10:58 -0800)]
Use += to append to target-specific PRIVATE_CLEAN_FILES

Instead of incorrectly including global variable PRIVATE_CLEAN_FILES

Change-Id: I9b5e12448dad5001de051a566d8a94a89b20ecac

11 years agoRemove HAVE_DLADDR from AndroidConfig.h.
Elliott Hughes [Fri, 25 Jan 2013 23:57:40 +0000 (15:57 -0800)]
Remove HAVE_DLADDR from AndroidConfig.h.

Change-Id: I014ce98c61b12169e381b769af34b682df46087e

11 years agoJDQ23
The Android Automerger [Thu, 24 Jan 2013 00:29:19 +0000 (16:29 -0800)]
JDQ23

11 years agomerge in jb-mr1.1-release history after reset to jb-mr1.1-dev
The Android Automerger [Thu, 24 Jan 2013 00:28:43 +0000 (16:28 -0800)]
merge in jb-mr1.1-release history after reset to jb-mr1.1-dev

11 years agoJDQ18
The Android Automerger [Fri, 18 Jan 2013 20:20:38 +0000 (12:20 -0800)]
JDQ18

11 years agomerge in jb-mr1.1-release history after reset to jb-mr1.1-dev
The Android Automerger [Fri, 18 Jan 2013 20:19:58 +0000 (12:19 -0800)]
merge in jb-mr1.1-release history after reset to jb-mr1.1-dev

11 years agoam 383ecfaf: DO NOT MERGE: Support LOCAL_EXPORT_C_INCLUDE_DIRS for prebuilts too
Ying Wang [Fri, 18 Jan 2013 02:13:08 +0000 (18:13 -0800)]
am 383ecfaf: DO NOT MERGE: Support LOCAL_EXPORT_C_INCLUDE_DIRS for prebuilts too

* commit '383ecfaf023dab1fcab25d97548093e32ef1a564':
  DO NOT MERGE: Support LOCAL_EXPORT_C_INCLUDE_DIRS for prebuilts too

11 years agoDO NOT MERGE: Support LOCAL_EXPORT_C_INCLUDE_DIRS for prebuilts too
Ying Wang [Tue, 4 Dec 2012 02:24:55 +0000 (18:24 -0800)]
DO NOT MERGE: Support LOCAL_EXPORT_C_INCLUDE_DIRS for prebuilts too

Cherry picked from commit fe3f62d06b77888cddf0365a40b20835eeac221f
in master.  Since this is already in master, and we're upstream,
set to DO NOT MERGE.

Change-Id: I09e8e849f642792e3a74e2564820ab9bbf1eb28c
Signed-off-by: Mike J. Chen <mjchen@google.com>