Elliott Hughes
dde1a37eb6
am fbc6f257: am c04b4455: Merge "Updated gdbclient path support."
...
* commit 'fbc6f25712362b1f9b7b8970a96833ed0be0f12c':
Updated gdbclient path support.
2014-06-23 19:48:57 +00:00
Elliott Hughes
fbc6f25712
am c04b4455: Merge "Updated gdbclient path support."
...
* commit 'c04b4455689280fad51d48a5587fd93aa8980d01':
Updated gdbclient path support.
2014-06-23 19:44:23 +00:00
Ying Wang
e9ef4005ea
am cd66e5ca: am 6a8b3b43: Merge " delete duplicate variable definition"
...
* commit 'cd66e5ca0a8ab3235b5a49c904a692ff9142999e':
delete duplicate variable definition
2014-06-23 16:57:53 +00:00
Ying Wang
cd66e5ca0a
am 6a8b3b43: Merge " delete duplicate variable definition"
...
* commit '6a8b3b43bbc99f23439ae32c0ec1180d5586b773':
delete duplicate variable definition
2014-06-23 16:54:01 +00:00
Robert Ly
60a69946da
am 69a08861: fix preview link
...
* commit '69a0886170560d76fe402cf21a99119689aa3a0a':
fix preview link
2014-06-23 09:56:06 +00:00
Robert Ly
69a0886170
fix preview link
...
Change-Id: Ia4f409471e0c62b365fab7dba598e8bee690f0c3
2014-06-22 23:17:33 -07:00
smain@google.com
694b1a9a1b
am ebed3b85: Merge "new android logo for preview docs header" into klp-modular-dev
...
* commit 'ebed3b8595b141de1ad8f282c52284dca1e72e19':
new android logo for preview docs header
2014-06-21 20:15:55 +00:00
Griff Hazen
e47f4c65dc
am 90e99716: Merge "Move sdk staging dir to a product-specific dir. DO NOT MERGE." into klp-modular-dev
...
* commit '90e99716c8e8ebf9b3cfd56387a02f843af67351':
Move sdk staging dir to a product-specific dir. DO NOT MERGE.
2014-06-21 20:14:40 +00:00
Brian Carlstrom
515907a98c
am 696f9d3e: am e0be9135: Merge "Bump BOARD_SYSTEMIMAGE_PARTITION_SIZE for generic_x86_64"
...
* commit '696f9d3e9cedc221cf907a5cc49f4e6533033372':
Bump BOARD_SYSTEMIMAGE_PARTITION_SIZE for generic_x86_64
2014-06-20 22:40:34 +00:00
Bill Yi
5ad302b090
am 9c623577: (-s ours) am 85fe1439: (-s ours) Merge "Restore AOSP-style version numbers - DO NOT MERGE"
...
* commit '9c6235777e89b54fd933c187ffa1d9184086a787':
Restore AOSP-style version numbers - DO NOT MERGE
2014-06-20 22:40:15 +00:00
smain@google.com
a076aed179
am 1ac633c4: Merge "fix vertical spacing following collection" into klp-modular-dev
...
* commit '1ac633c4c835b814545532ea71e230a5fd93cc1d':
fix vertical spacing following collection
2014-06-20 22:30:39 +00:00
smain@google.com
19194e2a23
am eb01827b: reverse the blue button hover state color
...
* commit 'eb01827bef34ebbe8d867ec32a42b31e3c3f8abc':
reverse the blue button hover state color
2014-06-20 22:30:21 +00:00
smain@google.com
d357cc2f01
am baf5b60b: make primary landing button dark red
...
* commit 'baf5b60b1242710867878b350595cb98a9511b61':
make primary landing button dark red
2014-06-20 22:30:20 +00:00
smain@google.com
b07a681e9e
am cda1a9a7: add "static" class to allow hand-written version of collection card for the homepage and add "no-section" override to resource widget to enable title+description only card layout and make the landing-secondary button blue
...
* commit 'cda1a9a756cbe694fda94687eccf64fdabb8c775':
add "static" class to allow hand-written version of collection card for the homepage and add "no-section" override to resource widget to enable title+description only card layout and make the landing-secondary button blue
2014-06-20 22:29:58 +00:00
Elliott Hughes
c04b445568
Merge "Updated gdbclient path support."
2014-06-20 21:00:34 +00:00
Brigid Smith
7a569a6282
Updated gdbclient path support.
...
Now gdbclient accepts a fully qualified pathname for EXEs, which it will
not modify, or a relative pathname, to which it will prefix
"/system/bin". As an example, each of the following now works.
Fully qualified:
adb shell gdbserver :5039 /system/bin/ping
bg
gdbclient /system/bin/ping :5039 /system/bin/ping
Relative:
adb shell gdbserver :5039 /system/bin/ping
bg
gdbclient ping :5039 /system/bin/ping
Change-Id: I1e4c9fca64c4fbc52c255271cc7f83f35c258509
2014-06-20 14:12:42 -07:00
Ying Wang
6a8b3b43bb
Merge " delete duplicate variable definition"
2014-06-20 21:00:34 +00:00
smain@google.com
ebed3b8595
Merge "new android logo for preview docs header" into klp-modular-dev
2014-06-20 21:00:34 +00:00
smain@google.com
13f0a0bf0f
new android logo for preview docs header
...
Change-Id: I80a35bcbdb55c50a445e061212e32ed2361f983c
2014-06-20 16:54:50 -07:00
Brian Carlstrom
696f9d3e9c
am e0be9135: Merge "Bump BOARD_SYSTEMIMAGE_PARTITION_SIZE for generic_x86_64"
...
* commit 'e0be9135a249ee5d60c6b897e7d538b1afb94b29':
Bump BOARD_SYSTEMIMAGE_PARTITION_SIZE for generic_x86_64
2014-06-20 20:58:52 +00:00
Bill Yi
9c6235777e
am 85fe1439: (-s ours) Merge "Restore AOSP-style version numbers - DO NOT MERGE"
...
* commit '85fe14395b8bbc5b44383c1705f60bfdc12c61cf':
Restore AOSP-style version numbers - DO NOT MERGE
2014-06-20 18:29:59 +00:00
smain@google.com
95c0d99f75
fix vertical spacing following collection
...
Change-Id: I50ec016d646a8fd92cf1f85a844cb6f3bf96cf79
2014-06-20 10:22:38 -07:00
smain@google.com
eb01827bef
reverse the blue button hover state color
...
Change-Id: Ib3b8abcd9683eda3b9a69f0c0ba1d53228191540
2014-06-19 22:54:07 -07:00
smain@google.com
baf5b60b12
make primary landing button dark red
...
Change-Id: I2d515991ccdca79a28ee1ebe7706e8fbc3afc57e
2014-06-19 22:24:44 -07:00
Bill Yi
85fe14395b
Merge "Restore AOSP-style version numbers - DO NOT MERGE"
2014-06-20 02:09:57 +00:00
Brian Carlstrom
e0be9135a2
Merge "Bump BOARD_SYSTEMIMAGE_PARTITION_SIZE for generic_x86_64"
2014-06-20 02:09:57 +00:00
Brian Carlstrom
6bf07cc4de
Bump BOARD_SYSTEMIMAGE_PARTITION_SIZE for generic_x86_64
...
Change-Id: Ia856159017f6228dbfd5a7100e3731b82e6e8fe4
2014-06-20 13:09:25 -07:00
Griff Hazen
90e99716c8
Merge "Move sdk staging dir to a product-specific dir. DO NOT MERGE." into klp-modular-dev
2014-06-20 02:09:17 +00:00
Ying Wang
eb76adb55f
Move sdk staging dir to a product-specific dir. DO NOT MERGE.
...
So we can do incremental build across different SDK products.
(cherry picked from commit d7af176199
)
Change-Id: I7fc1489c00511b6689d738ee12f0347618c03aa3
2014-06-20 08:59:33 -07:00
smain@google.com
cda1a9a756
add "static" class to allow hand-written version of collection card for the homepage
...
and add "no-section" override to resource widget to enable title+description only card layout
and make the landing-secondary button blue
Change-Id: I4432c2ff267c20cb64f9c87524560b2d779c9e91
2014-06-19 18:24:28 -07:00
smain@google.com
1ac633c4c8
Merge "fix vertical spacing following collection" into klp-modular-dev
2014-06-20 00:20:03 +00:00
smain@google.com
f82118195e
am b8281c70: add new preview watermark for docs
...
* commit 'b8281c70915cc296d7083f46811850e6888ffdf3':
add new preview watermark for docs
2014-06-19 17:49:18 +00:00
smain@google.com
b8281c7091
add new preview watermark for docs
...
Change-Id: Idd63395b6b53674d0db87fbbcf37eb4864accacd
2014-06-19 10:44:03 -07:00
Ying Wang
240e136efd
am 318c8e76: am 17c6426e: Merge "Document the worker_threads option."
...
* commit '318c8e76ee8f47fb9f077e419713cf4dbb454788':
Document the worker_threads option.
2014-06-19 17:16:39 +00:00
Ying Wang
318c8e76ee
am 17c6426e: Merge "Document the worker_threads option."
...
* commit '17c6426e75ef46238f5866f9a9295db4a95f21b5':
Document the worker_threads option.
2014-06-19 17:11:59 +00:00
Neil Fuller
cc317c40d3
am 40f33005: am fa63e306: Merge "Fix the CTS build now that core is gone"
...
* commit '40f3300577d4b55926728744f1d25c08aa4e4a8b':
Fix the CTS build now that core is gone
2014-06-19 10:39:23 +00:00
Neil Fuller
40f3300577
am fa63e306: Merge "Fix the CTS build now that core is gone"
...
* commit 'fa63e30605ff723cfef493540553dabdf0440339':
Fix the CTS build now that core is gone
2014-06-19 10:34:02 +00:00
Bill Yi
b76d4093d3
Restore AOSP-style version numbers - DO NOT MERGE
2014-06-19 00:22:38 -07:00
Brian Carlstrom
8fd9944e8f
am 32d25fda: am dab766a7: Merge "Switch from core to core-libart"
...
* commit '32d25fdabfaadc95292b43a29b695d8229333bcf':
Switch from core to core-libart
2014-06-19 02:17:54 +00:00
Brian Carlstrom
32d25fdabf
am dab766a7: Merge "Switch from core to core-libart"
...
* commit 'dab766a7312b1313c89930b5307f33f0baec1549':
Switch from core to core-libart
2014-06-19 02:14:26 +00:00
Ying Wang
451dbd7c00
am cc2e90e6: am 0f1ca830: Merge "Rewrite the clean steps for TARGET_2ND_ARCH."
...
* commit 'cc2e90e653c55724f20410347d709b70b1eaf105':
Rewrite the clean steps for TARGET_2ND_ARCH.
2014-06-18 22:58:30 +00:00
Brian Carlstrom
dab766a731
Merge "Switch from core to core-libart"
2014-06-18 22:48:04 +00:00
Brian Carlstrom
b1dafb1804
Switch from core to core-libart
...
Bug: 14298175
Change-Id: I1db40e7c67322d80a108b2b88e6d2e6d275d7898
2014-06-18 17:42:32 -07:00
Ying Wang
cc2e90e653
am 0f1ca830: Merge "Rewrite the clean steps for TARGET_2ND_ARCH."
...
* commit '0f1ca830ce14277f2fe71c066b4e83ee53727f77':
Rewrite the clean steps for TARGET_2ND_ARCH.
2014-06-18 22:42:18 +00:00
Ying Wang
17c6426e75
Merge "Document the worker_threads option."
2014-06-18 21:47:53 +00:00
Brian Carlstrom
0d073451e7
am 9a954de3: am 8fb55d06: Merge "Remove some uses of the deprecated WITH_HOST_DALVIK."
...
* commit '9a954de366bad8ba2cce2cb6c917a1bec7c61c77':
Remove some uses of the deprecated WITH_HOST_DALVIK.
2014-06-18 20:51:14 +00:00
Brian Carlstrom
9a954de366
am 8fb55d06: Merge "Remove some uses of the deprecated WITH_HOST_DALVIK."
...
* commit '8fb55d06c7bd153e673c1372b3af75bcb849ed9d':
Remove some uses of the deprecated WITH_HOST_DALVIK.
2014-06-18 20:46:53 +00:00
Colin Cross
a1ac473676
am b110da5f: am 9d8854e3: Merge "build: delete 64-bit blacklist"
...
* commit 'b110da5f2bf9cf105dd675648075d13c942d1892':
build: delete 64-bit blacklist
2014-06-18 20:24:56 +00:00
Colin Cross
b110da5f2b
am 9d8854e3: Merge "build: delete 64-bit blacklist"
...
* commit '9d8854e30c93ae9c635ae37c4825ff2c3bfb0f44':
build: delete 64-bit blacklist
2014-06-18 20:20:58 +00:00
Ying Wang
0f1ca830ce
Merge "Rewrite the clean steps for TARGET_2ND_ARCH."
2014-06-18 19:25:04 +00:00