OSDN Git Service
Dave Allison [Mon, 25 Nov 2013 21:36:12 +0000 (13:36 -0800)]
am
797589d4: am
014a3c0d: Add support for instruction set features
* commit '
797589d4e495359bda682a627da4ca32ff30f5a1':
Add support for instruction set features
Dave Allison [Mon, 25 Nov 2013 21:30:49 +0000 (13:30 -0800)]
am
014a3c0d: Add support for instruction set features
* commit '
014a3c0d6268c5e167a8fad39c8d24b962101d0a':
Add support for instruction set features
Dave Allison [Thu, 31 Oct 2013 18:44:47 +0000 (11:44 -0700)]
Add support for instruction set features
This adds the --instruction-set-features= arguments to the dex2oat
commands for the system images. The feature set is determined at
build time
(cherry picked from commit
4145a2a20a0f275fe4c77e39d507cd5f8eb7a73b)
(cherry picked from commit
5174bb052986e9d90b597824a7e7b9ee2dfc8668)
Change-Id: I45af3b59752a48897bff2dd468b74f3ea73000be
Ying Wang [Mon, 25 Nov 2013 20:11:34 +0000 (20:11 +0000)]
Merge "Delete board config for the unused "emulator" device."
Ying Wang [Mon, 25 Nov 2013 19:16:13 +0000 (11:16 -0800)]
Delete board config for the unused "emulator" device.
Change-Id: I1e1d47fece4113be9f31f04775c5b310d28017e3
Ying Wang [Mon, 25 Nov 2013 19:11:18 +0000 (11:11 -0800)]
am
7c40768a: am
3821622f: Merge "Rework the generation of host java libraries."
* commit '
7c40768ada93613b739fb007f4af70a8e0a45dbb':
Rework the generation of host java libraries.
Ying Wang [Mon, 25 Nov 2013 19:06:59 +0000 (11:06 -0800)]
am
3821622f: Merge "Rework the generation of host java libraries."
* commit '
3821622fc7e6ed03973d4b85a10ad23261ba12ef':
Rework the generation of host java libraries.
Ying Wang [Mon, 25 Nov 2013 19:01:43 +0000 (19:01 +0000)]
Merge "Rework the generation of host java libraries."
Ying Wang [Mon, 25 Nov 2013 18:42:17 +0000 (10:42 -0800)]
Explictly set WPA_SUPPLICANT_VERSION := VER_0_8_X for the generic devices
Since
558477c0b2a5a7db679c1ad7551d43e6364d1df2 in
external/wpa_supplicant_8 we don't have WPA_SUPPLICANT_VERSION default
to VER_0_8_X.
This fixes the SDK build.
Change-Id: Ib7a8e10705dc6b987b60b1308405e89eaa2a47c9
Narayan Kamath [Mon, 28 Oct 2013 13:20:52 +0000 (13:20 +0000)]
Rework the generation of host java libraries.
We currently have two types of host libraries, those
meant for the host VM (Sun, OpenJDK etc.) and those meant
for a host dalvik build. The former need to be compiled
against the host standard libraries and the latter need
to be compiled against libcore. This change introduces
two new build rules to complement the existing the existing
host rules.
BUILD_HOST_DALVIK_JAVA_LIBRARY : Build a java library for
a host build of dalvik. Bootclasspath will be set to a host
build of libcore.
BUILD_HOST_DALVIK_STATIC_JAVA_LIBRARY : Build a static java
library for a host build of dalvik. Bootclasspath will be set
to a host build of libcore.
This change also removes support for the LOCAL_BUILD_HOST_DEX
flag, which is now unnecessary.
bug:
8992787
(cherry picked from commit
0dd273a3f68364045c0e8bdcc10a4ecd3c07b745)
Change-Id: I3569fff8eaa4d26d55fcc317bd98471f55d74c14
The Android Open Source Project [Sat, 23 Nov 2013 03:31:05 +0000 (19:31 -0800)]
The Android Open Source Project [Sat, 23 Nov 2013 01:30:36 +0000 (17:30 -0800)]
Doug Zongker [Fri, 22 Nov 2013 21:45:40 +0000 (13:45 -0800)]
am
b1e393dd: am
b480d152: am
816d73f9: store releasetools.py in the target_files zip
* commit '
b1e393ddad02684198e4da414417b66bd09862b8':
store releasetools.py in the target_files zip
Doug Zongker [Fri, 22 Nov 2013 21:43:05 +0000 (13:43 -0800)]
am
b480d152: am
816d73f9: store releasetools.py in the target_files zip
* commit '
b480d1529e10b608c590a87839cfbafc46b2caed':
store releasetools.py in the target_files zip
Doug Zongker [Fri, 22 Nov 2013 21:39:48 +0000 (13:39 -0800)]
am
816d73f9: store releasetools.py in the target_files zip
* commit '
816d73f9ebfef7829ca60d9199a8b609cb1cb0cf':
store releasetools.py in the target_files zip
Doug Zongker [Fri, 22 Nov 2013 21:29:55 +0000 (13:29 -0800)]
store releasetools.py in the target_files zip
Save the device-specific releasetools.py module in the target_files
zip so that the OTA tools can use it without needing to get it from a
client.
Change-Id: I2dd5f4628290a8f2f56bd519b07d4ca8d92fddcd
The Android Open Source Project [Fri, 22 Nov 2013 19:06:11 +0000 (11:06 -0800)]
Merge commit '
c73341006286c391ae4d268a77f5e008045d5308' into HEAD
Change-Id: I4bf7d32d65e19dfa1f0533fdd3b2295c50b13005
Ying Wang [Fri, 22 Nov 2013 18:07:51 +0000 (10:07 -0800)]
Keep a copy of the space-separated PRODUCT_AAPT_CONFIG
That can be used to select dpi-specific prebuilt apks.
Change-Id: Ic68be8fc6fdb46f3ff8de490a35a042a31f1cb19
Dave Langemak [Fri, 22 Nov 2013 06:59:47 +0000 (22:59 -0800)]
am
c3644114: am
8ea83e90: am
96f56b6f: Merge "Revert "Enable incremental builder to find files that moved, and try to process them via patch + rename, instead of delete + add."" into klp-dev
* commit '
c3644114805150eef2f5035085878e5f860c7436':
Revert "Enable incremental builder to find files that moved, and try to process them via patch + rename, instead of delete + add."
Dave Langemak [Fri, 22 Nov 2013 01:16:26 +0000 (17:16 -0800)]
am
8ea83e90: am
96f56b6f: Merge "Revert "Enable incremental builder to find files that moved, and try to process them via patch + rename, instead of delete + add."" into klp-dev
* commit '
8ea83e902d931591af37e747763e768e7a6990be':
Revert "Enable incremental builder to find files that moved, and try to process them via patch + rename, instead of delete + add."
Elliott Hughes [Fri, 22 Nov 2013 01:12:13 +0000 (17:12 -0800)]
am
e0daed20: am
a59b8545: am
e296f2c3: Merge "Switch mips to the uapi kernel headers."
* commit '
e0daed20a6dfbd767ece790a30f68e602a0ec1ad':
Switch mips to the uapi kernel headers.
Dave Langemak [Fri, 22 Nov 2013 01:11:44 +0000 (17:11 -0800)]
am
96f56b6f: Merge "Revert "Enable incremental builder to find files that moved, and try to process them via patch + rename, instead of delete + add."" into klp-dev
* commit '
96f56b6fcbe21c2786ec985bee252e5cd5c3190b':
Revert "Enable incremental builder to find files that moved, and try to process them via patch + rename, instead of delete + add."
Dave Langemak [Fri, 22 Nov 2013 01:08:52 +0000 (01:08 +0000)]
Merge "Revert "Enable incremental builder to find files that moved, and try to process them via patch + rename, instead of delete + add."" into klp-dev
Elliott Hughes [Fri, 22 Nov 2013 01:07:48 +0000 (17:07 -0800)]
am
a59b8545: am
e296f2c3: Merge "Switch mips to the uapi kernel headers."
* commit '
a59b8545cf1aa013cf87b9946e738e0add1f4536':
Switch mips to the uapi kernel headers.
Michael Runge [Fri, 22 Nov 2013 00:52:51 +0000 (00:52 +0000)]
Revert "Enable incremental builder to find files that moved, and try to process them via patch + rename, instead of delete + add."
This reverts commit
37335b42385970d957d48056145a3d4c4dbc6087.
Change-Id: I61cc125d3b08eaa300a7774b6607dbb43f0e7148
Elliott Hughes [Thu, 21 Nov 2013 18:15:32 +0000 (10:15 -0800)]
am
a4a1061f: am
bd36506e: am
e57c8446: Merge "Switch x86 to uapi headers."
* commit '
a4a1061fbf5e59319510528a7eda77fe8f6fbd09':
Switch x86 to uapi headers.
Elliott Hughes [Thu, 21 Nov 2013 18:12:26 +0000 (10:12 -0800)]
am
bd36506e: am
e57c8446: Merge "Switch x86 to uapi headers."
* commit '
bd36506ee4ece41b8a32ac5b078e4538af4bc02a':
Switch x86 to uapi headers.
Ying Wang [Thu, 21 Nov 2013 16:12:36 +0000 (08:12 -0800)]
am
f817876b: am
1b4252cd: am
0f78b47b: Merge "Switch AOSP X86/MIPS compiler to gcc4.8"
* commit '
f817876b9951160f2fdb02579c08b63156a9596f':
Switch AOSP X86/MIPS compiler to gcc4.8
Ying Wang [Thu, 21 Nov 2013 16:09:45 +0000 (08:09 -0800)]
am
1b4252cd: am
0f78b47b: Merge "Switch AOSP X86/MIPS compiler to gcc4.8"
* commit '
1b4252cd0312695827529f2a8470b68e5a5c05e2':
Switch AOSP X86/MIPS compiler to gcc4.8
Scott Main [Thu, 21 Nov 2013 03:46:02 +0000 (19:46 -0800)]
am
c1b340e1: am
927612f4: am
42d6e581: fix the \'to top\' link; it wasn\'t appearing due to a previous CSS change
* commit '
c1b340e1a6aad0f82cff7251379b0583833849d0':
fix the 'to top' link; it wasn't appearing due to a previous CSS change
Scott Main [Thu, 21 Nov 2013 03:42:37 +0000 (19:42 -0800)]
am
927612f4: am
42d6e581: fix the \'to top\' link; it wasn\'t appearing due to a previous CSS change
* commit '
927612f4df56caf0ac639efcd1c89801d2c13972':
fix the 'to top' link; it wasn't appearing due to a previous CSS change
Scott Main [Thu, 21 Nov 2013 03:38:48 +0000 (03:38 +0000)]
am
42d6e581: fix the \'to top\' link; it wasn\'t appearing due to a previous CSS change
* commit '
42d6e58195445617fb739d5363d5f23a7b5d990c':
fix the 'to top' link; it wasn't appearing due to a previous CSS change
Scott Main [Thu, 21 Nov 2013 03:30:41 +0000 (19:30 -0800)]
fix the 'to top' link; it wasn't appearing due to a previous CSS change
Change-Id: I00aa080982f5e5d90fd6abcf6e19d41d1727b444
Scott Main [Thu, 21 Nov 2013 02:15:44 +0000 (18:15 -0800)]
am
6913165e: am
c694cf89: am
afc4db3b: make short banners even shorter also add new "next-docs" style for links at the end of a doc.
* commit '
6913165edf28d25b2fa1db399cea11047ada9bcc':
make short banners even shorter also add new "next-docs" style for links at the end of a doc.
Scott Main [Thu, 21 Nov 2013 02:12:57 +0000 (18:12 -0800)]
am
c694cf89: am
afc4db3b: make short banners even shorter also add new "next-docs" style for links at the end of a doc.
* commit '
c694cf89295ba76dcc2d68a19a143d27a60bf93a':
make short banners even shorter also add new "next-docs" style for links at the end of a doc.
Scott Main [Thu, 21 Nov 2013 02:09:25 +0000 (02:09 +0000)]
am
afc4db3b: make short banners even shorter also add new "next-docs" style for links at the end of a doc.
* commit '
afc4db3b341b82b5f31c624abce292d4f71b76b3':
make short banners even shorter also add new "next-docs" style for links at the end of a doc.
Scott Main [Thu, 21 Nov 2013 00:53:12 +0000 (16:53 -0800)]
make short banners even shorter
also add new "next-docs" style for links at the end of a doc.
Change-Id: I696a01f7614614eec56d9774036559af6bfe0378
(cherry picked from commit
9d6461dfabc9c76aef7dde4f6cf7a16ac5457bfe)
Scott Main [Thu, 21 Nov 2013 02:06:14 +0000 (02:06 +0000)]
Merge "make short banners even shorter also add new "next-docs" style for links at the end of a doc."
Scott Main [Thu, 21 Nov 2013 00:53:12 +0000 (16:53 -0800)]
make short banners even shorter
also add new "next-docs" style for links at the end of a doc.
Change-Id: I696a01f7614614eec56d9774036559af6bfe0378
Ying Wang [Thu, 21 Nov 2013 00:41:52 +0000 (00:41 +0000)]
Merge "Remove the unused large_emu_hw.mk"
Ying Wang [Thu, 21 Nov 2013 00:41:18 +0000 (16:41 -0800)]
Remove the unused large_emu_hw.mk
Change-Id: Iea8330e00983f4eac44d8a072c1bf185afcf6a80
Scott Main [Thu, 21 Nov 2013 00:35:46 +0000 (16:35 -0800)]
am
0ee84713: am
3956c322: am
2fbc1c95: add analytics event to track sample downloads
* commit '
0ee847132b7782839b7c082ea46445315b9ce727':
add analytics event to track sample downloads
Scott Main [Thu, 21 Nov 2013 00:32:48 +0000 (16:32 -0800)]
am
3956c322: am
2fbc1c95: add analytics event to track sample downloads
* commit '
3956c3221386cea7ccb760b1ff1a51e26a0ae79b':
add analytics event to track sample downloads
Scott Main [Thu, 21 Nov 2013 00:29:39 +0000 (00:29 +0000)]
am
2fbc1c95: add analytics event to track sample downloads
* commit '
2fbc1c95377e8a4cfd33b08ef2f615ccd78cdc6a':
add analytics event to track sample downloads
Ying Wang [Thu, 21 Nov 2013 00:09:00 +0000 (00:09 +0000)]
Merge "Clean up the common base core.mk of the sdk and the aosp_* products."
Ying Wang [Wed, 20 Nov 2013 23:18:02 +0000 (15:18 -0800)]
Clean up the common base core.mk of the sdk and the aosp_* products.
Any modules common to sdk and aosp_* builds should go to core.mk.
Bug:
11773036
Change-Id: I342133c94eb24be3e69a553be0069e2269624d3e
Scott Main [Wed, 20 Nov 2013 23:22:15 +0000 (15:22 -0800)]
add analytics event to track sample downloads
Change-Id: Ibb6ca88845ca0f26b759503fbca540009e1d7c8c
Elliott Hughes [Wed, 20 Nov 2013 21:30:29 +0000 (13:30 -0800)]
am
e296f2c3: Merge "Switch mips to the uapi kernel headers."
* commit '
e296f2c38279836e23e15fad0064a88dbfe058e7':
Switch mips to the uapi kernel headers.
Elliott Hughes [Wed, 20 Nov 2013 21:26:25 +0000 (21:26 +0000)]
Merge "Switch mips to the uapi kernel headers."
Scott Main [Wed, 20 Nov 2013 21:03:26 +0000 (13:03 -0800)]
am
8b5d96bb: am
01f988f7: am
95cd097f: Merge "add analytics event tracking for SDK tools download" into klp-docs
* commit '
8b5d96bb772d1e859d4f7460da9937280aa8d3ca':
add analytics event tracking for SDK tools download
Scott Main [Wed, 20 Nov 2013 21:00:57 +0000 (13:00 -0800)]
am
01f988f7: am
95cd097f: Merge "add analytics event tracking for SDK tools download" into klp-docs
* commit '
01f988f7be6c875197aa39e8a223c26f1fe564c7':
add analytics event tracking for SDK tools download
Scott Main [Wed, 20 Nov 2013 20:59:17 +0000 (20:59 +0000)]
am
95cd097f: Merge "add analytics event tracking for SDK tools download" into klp-docs
* commit '
95cd097f429483dbea76804515c2d5b4de5037f7':
add analytics event tracking for SDK tools download
Scott Main [Wed, 20 Nov 2013 20:57:04 +0000 (20:57 +0000)]
Merge "add analytics event tracking for SDK tools download" into klp-docs
Elliott Hughes [Wed, 20 Nov 2013 20:55:09 +0000 (12:55 -0800)]
Switch mips to the uapi kernel headers.
Bug:
11559337
Change-Id: Ic37b284398c049011f98651de84cef760566ebde
Scott Main [Wed, 20 Nov 2013 20:52:22 +0000 (12:52 -0800)]
add analytics event tracking for SDK tools download
Change-Id: I6ad2d540a3d496a8f563c22a0778c0f4bbd67f6c
Dirk Dougherty [Wed, 20 Nov 2013 19:31:02 +0000 (11:31 -0800)]
am
25eec8bf: am
d8bb1b11: am
acecb040: Add jd_lists_unified.cs to sac, pdk, ds templates.
* commit '
25eec8bf3ec712c6628992e217b9eea4cb8ac5f7':
Add jd_lists_unified.cs to sac, pdk, ds templates.
Dirk Dougherty [Wed, 20 Nov 2013 19:27:11 +0000 (11:27 -0800)]
am
d8bb1b11: am
acecb040: Add jd_lists_unified.cs to sac, pdk, ds templates.
* commit '
d8bb1b11068aa423884cff1862ffb0f0362da16f':
Add jd_lists_unified.cs to sac, pdk, ds templates.
Dirk Dougherty [Wed, 20 Nov 2013 19:23:23 +0000 (19:23 +0000)]
am
acecb040: Add jd_lists_unified.cs to sac, pdk, ds templates.
* commit '
acecb040464c4d8cf21c25369360b6d4d06034e0':
Add jd_lists_unified.cs to sac, pdk, ds templates.
Dirk Dougherty [Wed, 20 Nov 2013 19:18:19 +0000 (11:18 -0800)]
Add jd_lists_unified.cs to sac, pdk, ds templates.
Change-Id: I4d3216018932e0482e20f01c944429e0a7ccee65
Ying Wang [Wed, 20 Nov 2013 18:58:00 +0000 (10:58 -0800)]
Remove the unused product variable PRODUCT_POLICY
Change-Id: Idf17d36e9278ed3ed701e0231205525a87b97c41
Dirk Dougherty [Wed, 20 Nov 2013 03:25:07 +0000 (19:25 -0800)]
am
7aa10021: am
8b8a23c6: am
bb2b5538: Show overview, project, and download links on samples project index pages. Show standard plusone on all samples pages.
* commit '
7aa10021e7f211211e8edd0299114756f0586567':
Show overview, project, and download links on samples project index pages. Show standard plusone on all samples pages.
Dirk Dougherty [Wed, 20 Nov 2013 03:22:48 +0000 (19:22 -0800)]
am
8b8a23c6: am
bb2b5538: Show overview, project, and download links on samples project index pages. Show standard plusone on all samples pages.
* commit '
8b8a23c6f4a0c7b7a0bdc9a87398e1aac4e92f5a':
Show overview, project, and download links on samples project index pages. Show standard plusone on all samples pages.
Dirk Dougherty [Wed, 20 Nov 2013 02:39:59 +0000 (02:39 +0000)]
am
bb2b5538: Show overview, project, and download links on samples project index pages. Show standard plusone on all samples pages.
* commit '
bb2b55381d0fde9acf5d367b0d5409d4317cfc17':
Show overview, project, and download links on samples project index pages. Show standard plusone on all samples pages.
Dirk Dougherty [Sun, 17 Nov 2013 00:07:51 +0000 (16:07 -0800)]
Show overview, project, and download links on samples project index pages. Show standard plusone on all samples pages.
Change-Id: I368fe1e0004e623cfbdaa39ff74e82f31c9f95d8
Elliott Hughes [Wed, 20 Nov 2013 01:16:24 +0000 (17:16 -0800)]
am
e57c8446: Merge "Switch x86 to uapi headers."
* commit '
e57c8446f0fa8e02b27e0b77aee7a2b62784cc54':
Switch x86 to uapi headers.
Elliott Hughes [Wed, 20 Nov 2013 01:12:23 +0000 (01:12 +0000)]
Merge "Switch x86 to uapi headers."
Elliott Hughes [Wed, 20 Nov 2013 00:55:00 +0000 (16:55 -0800)]
Switch x86 to uapi headers.
We still need the 'aux' hack, but this is a good step forward.
Bug:
11559337
Change-Id: Ib3d79317293e1cd3d2620c38e6b472a5994ee554
Igor Murashkin [Tue, 19 Nov 2013 19:52:11 +0000 (19:52 +0000)]
Merge "DO NOT MERGE: Change build id to MASTER"
Igor Murashkin [Tue, 19 Nov 2013 19:39:51 +0000 (11:39 -0800)]
DO NOT MERGE: Change build id to MASTER
Change-Id: I826114a98a59b1b27530e289605e947302a18268
Dirk Dougherty [Tue, 19 Nov 2013 01:59:48 +0000 (17:59 -0800)]
am
ee1934be: am
ea994c2a: am
45734df7: Merge "Add new jd_lists_unified template for unified metadata. Expose page tags to JavaScript through metaTags var." into klp-docs
* commit '
ee1934be485e6f25fd9b89c8bf415d13326de1ab':
Add new jd_lists_unified template for unified metadata. Expose page tags to JavaScript through metaTags var.
Dirk Dougherty [Tue, 19 Nov 2013 01:58:08 +0000 (17:58 -0800)]
am
ea994c2a: am
45734df7: Merge "Add new jd_lists_unified template for unified metadata. Expose page tags to JavaScript through metaTags var." into klp-docs
* commit '
ea994c2ad282cf744414a208f9ec2a8be67ca1aa':
Add new jd_lists_unified template for unified metadata. Expose page tags to JavaScript through metaTags var.
Dirk Dougherty [Tue, 19 Nov 2013 01:54:49 +0000 (01:54 +0000)]
am
45734df7: Merge "Add new jd_lists_unified template for unified metadata. Expose page tags to JavaScript through metaTags var." into klp-docs
* commit '
45734df779f3653c3b9f1ecdc0aa21ddc4c76cf0':
Add new jd_lists_unified template for unified metadata. Expose page tags to JavaScript through metaTags var.
Dirk Dougherty [Tue, 19 Nov 2013 01:51:12 +0000 (01:51 +0000)]
Merge "Add new jd_lists_unified template for unified metadata. Expose page tags to JavaScript through metaTags var." into klp-docs
Amith Yamasani [Mon, 18 Nov 2013 19:13:19 +0000 (19:13 +0000)]
Merge "tiny: generic product configs for super-low-mem devices"
Geremy Condra [Mon, 18 Nov 2013 02:10:55 +0000 (18:10 -0800)]
Fix a misnamed variable to fix the build.
Change-Id: Ia69d48ace0a6c10c5e6ea06714e52b8c937e213f
Geremy Condra [Mon, 17 Jun 2013 00:26:08 +0000 (17:26 -0700)]
Add support for verity builds to the build system.
Change-Id: I3ef908d8d52ec88de453b161bbc3f198517a72f1
Alex Ray [Fri, 25 Oct 2013 07:30:33 +0000 (00:30 -0700)]
tiny: generic product configs for super-low-mem devices
and no telephony
Change-Id: Id9507d21118710a9e3d8860d2c58a55f9a31597e
Ying Wang [Fri, 15 Nov 2013 22:56:50 +0000 (14:56 -0800)]
am
0f78b47b: Merge "Switch AOSP X86/MIPS compiler to gcc4.8"
* commit '
0f78b47bb304bc6f9597dd0788c60eb4f83d9ea0':
Switch AOSP X86/MIPS compiler to gcc4.8
Ying Wang [Fri, 15 Nov 2013 22:51:10 +0000 (22:51 +0000)]
Merge "Switch AOSP X86/MIPS compiler to gcc4.8"
Andrew Hsieh [Fri, 15 Nov 2013 02:25:58 +0000 (10:25 +0800)]
Switch AOSP X86/MIPS compiler to gcc4.8
Change-Id: Ifeee2c7d696c8a8e96e52c6ca51434260bdae5f8
Brian Carlstrom [Fri, 15 Nov 2013 00:57:21 +0000 (00:57 +0000)]
Merge changes I423c6c11,I09fe17f1
* changes:
changing the rules following java package renaming for external/apache-harmony.
Adding apache-harmony to cts.
Tsu Chiang Chuang [Mon, 29 Oct 2012 21:56:49 +0000 (14:56 -0700)]
changing the rules following java package renaming for
external/apache-harmony.
(cherry picked from commit
27b4b5ffe12b179fc0d24747f9ead2d5f52c871a)
Change-Id: I423c6c11f253239faae89e5319ff40fc15b943a6
Tsu Chiang Chuang [Wed, 24 Oct 2012 23:47:49 +0000 (16:47 -0700)]
Adding apache-harmony to cts.
(cherry-picked from commit
5fef52e9c986184796ff1e5fe54390614ba318a6)
Change-Id: I09fe17f1675aa16a8e325384a7f6d042b07fe02d
Dianne Hackborn [Thu, 14 Nov 2013 23:49:32 +0000 (15:49 -0800)]
am
d54f8c2d: am
1611712d: am
221fcf31: Merge "Just a little .1 makes all the difference in the world." into klp-dev
* commit '
d54f8c2d1b4d88db84465fee93aa29103ca32078':
Just a little .1 makes all the difference in the world.
Dianne Hackborn [Thu, 14 Nov 2013 23:44:33 +0000 (15:44 -0800)]
am
1611712d: am
221fcf31: Merge "Just a little .1 makes all the difference in the world." into klp-dev
* commit '
1611712dac98d13e24ac6056405713d4994d25a5':
Just a little .1 makes all the difference in the world.
Dianne Hackborn [Thu, 14 Nov 2013 22:57:39 +0000 (14:57 -0800)]
am
221fcf31: Merge "Just a little .1 makes all the difference in the world." into klp-dev
* commit '
221fcf3183978d7ec6d482e09602312485f6652f':
Just a little .1 makes all the difference in the world.
Dianne Hackborn [Thu, 14 Nov 2013 22:53:54 +0000 (22:53 +0000)]
Merge "Just a little .1 makes all the difference in the world." into klp-dev
Ben Cheng [Thu, 14 Nov 2013 22:18:27 +0000 (14:18 -0800)]
am
9a1f26e4: am
2e6753a0: am
de9b1835: Merge "Switch AOSP ARM build to use GCC 4.8."
* commit '
9a1f26e425d8674234331c17e16e1bef72cbf7c9':
Switch AOSP ARM build to use GCC 4.8.
Ben Cheng [Thu, 14 Nov 2013 22:14:22 +0000 (14:14 -0800)]
am
2e6753a0: am
de9b1835: Merge "Switch AOSP ARM build to use GCC 4.8."
* commit '
2e6753a058a766d7c0607437224470c14574a94e':
Switch AOSP ARM build to use GCC 4.8.
Ben Cheng [Thu, 14 Nov 2013 22:09:57 +0000 (14:09 -0800)]
am
de9b1835: Merge "Switch AOSP ARM build to use GCC 4.8."
* commit '
de9b1835b3f3a025c2ab57154d0b5840469868f6':
Switch AOSP ARM build to use GCC 4.8.
Ben Cheng [Thu, 14 Nov 2013 22:06:34 +0000 (22:06 +0000)]
Merge "Switch AOSP ARM build to use GCC 4.8."
Ben Cheng [Thu, 14 Nov 2013 22:05:29 +0000 (14:05 -0800)]
Switch AOSP ARM build to use GCC 4.8.
Change-Id: I65051773153ad5bc2c093cd1313acd212eb427b1
Dirk Dougherty [Thu, 14 Nov 2013 21:33:17 +0000 (13:33 -0800)]
Add new jd_lists_unified template for unified metadata. Expose page tags to JavaScript through metaTags var.
Change-Id: I6cc7d980e627d3be06f9dee6af4d9e9ebd272577
Dianne Hackborn [Thu, 14 Nov 2013 20:06:49 +0000 (12:06 -0800)]
Just a little .1 makes all the difference in the world.
Change-Id: I4c4d8f507f9e81a632e22612043dc904694c5497
Clay Murphy [Thu, 14 Nov 2013 17:37:59 +0000 (17:37 +0000)]
Merge "Docs: replacing analytics ID from D.A.C. Bug:
11476435"
Ying Wang [Thu, 14 Nov 2013 06:18:18 +0000 (22:18 -0800)]
am
e4ab2f96: am
18b86b97: am
77f27f1d: Merge "Cleanup x86 and x86_64 flags"
* commit '
e4ab2f96082d1e3fa7bb8eab1f495a5d49f77bde':
Cleanup x86 and x86_64 flags
Scott Main [Thu, 14 Nov 2013 06:17:58 +0000 (22:17 -0800)]
am
82335c87: am
9526eefb: am
4e5b39d8: style adjustment to design/dev/video buttons
* commit '
82335c87c1a6295c6de44f0b203b66e4020f51d6':
style adjustment to design/dev/video buttons
Ying Wang [Thu, 14 Nov 2013 05:02:17 +0000 (21:02 -0800)]
am
18b86b97: am
77f27f1d: Merge "Cleanup x86 and x86_64 flags"
* commit '
18b86b97b83e7d254125723363f170bc6f8d391e':
Cleanup x86 and x86_64 flags
Ying Wang [Thu, 14 Nov 2013 05:00:10 +0000 (05:00 +0000)]
Merge "Simplify the calculation of LOCAL_UNSTRIPPED_PATH"
Ying Wang [Thu, 14 Nov 2013 04:57:48 +0000 (20:57 -0800)]
am
77f27f1d: Merge "Cleanup x86 and x86_64 flags"
* commit '
77f27f1dbe485d80692102743529e6973ba4a121':
Cleanup x86 and x86_64 flags