Elliott Hughes
e5df095b76
Switch x86 over to uapi-only.
...
Bug: 11559337
Change-Id: I95aa40ec2094acdaef1d4b4d9f0dd6278cf558d1
2013-11-25 16:38:47 -08:00
Elliott Hughes
b88bdebcb9
Switch MIPS over to uapi-only.
...
Bug: 11559337
Change-Id: I04b93d0d681ddf75573cdeca2d25ffa44862a35f
2013-11-25 14:01:10 -08:00
Elliott Hughes
a5b55c27c0
Merge "Add a "reverse AUX hack" for ARM."
2013-11-25 21:42:12 +00:00
Dave Allison
014a3c0d62
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 5174bb0529
)
Change-Id: I45af3b59752a48897bff2dd468b74f3ea73000be
2013-11-25 12:27:24 -08:00
Elliott Hughes
9696acae02
Add a "reverse AUX hack" for ARM.
...
MIPS and x86 are almost completely switched over to uapi-only. ARM is still
currently old-only. A cleanup of the uapi headers over the weekend means
that the uapi-only <linux/kexec.h> is now in the right place, which will break
the ARM build unless the ARM build also looks in the uapi headers if it can't
find an old header.
Change-Id: Ie7a53ef2122b43cdef64b71d7b36a8381992a461
2013-11-25 12:06:25 -08:00
Ying Wang
3821622fc7
Merge "Rework the generation of host java libraries."
2013-11-25 19:01:43 +00:00
Narayan Kamath
40dae1fefa
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 0dd273a3f6
)
Change-Id: I3569fff8eaa4d26d55fcc317bd98471f55d74c14
2013-11-25 10:17:53 +00:00
Chirayu Desai
ab5e1624f0
Change build id to OPENMASTER
...
Change-Id: I2ca9b8de815c9c9e7e9d4c5a616e4ae270992761
2013-11-25 15:37:46 +05:30
The Android Open Source Project
b9041a45b1
Merge commit 'c73341006286c391ae4d268a77f5e008045d5308' into HEAD
...
Change-Id: I4bf7d32d65e19dfa1f0533fdd3b2295c50b13005
2013-11-22 11:06:11 -08:00
Elliott Hughes
a59b8545cf
am e296f2c3
: Merge "Switch mips to the uapi kernel headers."
...
* commit 'e296f2c38279836e23e15fad0064a88dbfe058e7':
Switch mips to the uapi kernel headers.
2013-11-20 13:30:29 -08:00
Elliott Hughes
e296f2c382
Merge "Switch mips to the uapi kernel headers."
2013-11-20 21:26:26 +00:00
Elliott Hughes
66ef53d83b
Switch mips to the uapi kernel headers.
...
Bug: 11559337
Change-Id: Ic37b284398c049011f98651de84cef760566ebde
2013-11-20 12:55:09 -08:00
Elliott Hughes
bd36506ee4
am e57c8446
: Merge "Switch x86 to uapi headers."
...
* commit 'e57c8446f0fa8e02b27e0b77aee7a2b62784cc54':
Switch x86 to uapi headers.
2013-11-19 17:16:24 -08:00
Elliott Hughes
e57c8446f0
Merge "Switch x86 to uapi headers."
2013-11-20 01:12:23 +00:00
Elliott Hughes
2d9dc89962
Switch x86 to uapi headers.
...
We still need the 'aux' hack, but this is a good step forward.
Bug: 11559337
Change-Id: Ib3d79317293e1cd3d2620c38e6b472a5994ee554
2013-11-19 16:55:00 -08:00
Ying Wang
1b4252cd03
am 0f78b47b
: Merge "Switch AOSP X86/MIPS compiler to gcc4.8"
...
* commit '0f78b47bb304bc6f9597dd0788c60eb4f83d9ea0':
Switch AOSP X86/MIPS compiler to gcc4.8
2013-11-15 14:56:50 -08:00
Ying Wang
0f78b47bb3
Merge "Switch AOSP X86/MIPS compiler to gcc4.8"
2013-11-15 22:51:10 +00:00
Andrew Hsieh
8baaca5f97
Switch AOSP X86/MIPS compiler to gcc4.8
...
Change-Id: Ifeee2c7d696c8a8e96e52c6ca51434260bdae5f8
2013-11-15 10:25:58 +08:00
Dianne Hackborn
d54f8c2d1b
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.
2013-11-14 15:44:33 -08:00
Dianne Hackborn
1611712dac
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.
2013-11-14 14:57:39 -08:00
Dianne Hackborn
221fcf3183
Merge "Just a little .1 makes all the difference in the world." into klp-dev
2013-11-14 22:53:55 +00:00
Ben Cheng
9a1f26e425
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.
2013-11-14 14:14:22 -08:00
Ben Cheng
2e6753a058
am de9b1835
: Merge "Switch AOSP ARM build to use GCC 4.8."
...
* commit 'de9b1835b3f3a025c2ab57154d0b5840469868f6':
Switch AOSP ARM build to use GCC 4.8.
2013-11-14 14:09:57 -08:00
Ben Cheng
de9b1835b3
Merge "Switch AOSP ARM build to use GCC 4.8."
2013-11-14 22:06:34 +00:00
Ben Cheng
818d7d04f5
Switch AOSP ARM build to use GCC 4.8.
...
Change-Id: I65051773153ad5bc2c093cd1313acd212eb427b1
2013-11-14 14:05:29 -08:00
Dianne Hackborn
b6ab1203fb
Just a little .1 makes all the difference in the world.
...
Change-Id: I4c4d8f507f9e81a632e22612043dc904694c5497
2013-11-14 12:06:49 -08:00
Ying Wang
e4ab2f9608
am 18b86b97
: am 77f27f1d
: Merge "Cleanup x86 and x86_64 flags"
...
* commit '18b86b97b83e7d254125723363f170bc6f8d391e':
Cleanup x86 and x86_64 flags
2013-11-13 21:02:17 -08:00
Ying Wang
18b86b97b8
am 77f27f1d
: Merge "Cleanup x86 and x86_64 flags"
...
* commit '77f27f1dbe485d80692102743529e6973ba4a121':
Cleanup x86 and x86_64 flags
2013-11-13 20:57:48 -08:00
Ying Wang
77f27f1dbe
Merge "Cleanup x86 and x86_64 flags"
2013-11-14 04:54:55 +00:00
Scott Main
82335c87c1
am 9526eefb
: am 4e5b39d8
: style adjustment to design/dev/video buttons
...
* commit '9526eefbf30da333c003d7278d2977e70304a180':
style adjustment to design/dev/video buttons
2013-11-13 18:12:20 -08:00
Scott Main
9526eefbf3
am 4e5b39d8
: style adjustment to design/dev/video buttons
...
* commit '4e5b39d843548acaac73d1d1f729324805eda0a8':
style adjustment to design/dev/video buttons
2013-11-14 02:08:29 +00:00
Scott Main
4e5b39d843
style adjustment to design/dev/video buttons
...
Change-Id: I97a147336805aeb340efcd12009794b02afab681
2013-11-13 16:49:22 -08:00
Ed Heyl
4fdf4df977
am 2c8415fb
: am eebb7301
: merge in release branch changes (no-op).
...
* commit '2c8415fb088dcc2adde6c666f979159552609bbc':
"KOT43B"
"KOT43"
KOT42B
"KOT42"
"KOT41B"
"KOT41"
"KOT38D"
2013-11-13 15:31:00 -08:00
Ed Heyl
2c8415fb08
am eebb7301
: merge in release branch changes (no-op).
...
* commit 'eebb7301b4de7c9767ef8794af34cd728bf78e06':
"KOT43B"
"KOT43"
KOT42B
"KOT42"
"KOT41B"
"KOT41"
"KOT38D"
2013-11-13 15:26:51 -08:00
Ed Heyl
eebb7301b4
merge in release branch changes (no-op).
2013-11-13 15:19:15 -08:00
The Android Automerger
01b8d0a31c
"KOT43B"
2013-11-12 20:00:54 -08:00
The Android Automerger
c65f13943c
merge in klp-mr1-release history after reset to klp-dev
2013-11-12 20:00:37 -08:00
The Android Automerger
76936b16c6
"KOT43"
2013-11-12 17:25:32 -08:00
The Android Automerger
f78ba11e70
merge in klp-mr1-release history after reset to klp-dev
2013-11-12 17:24:10 -08:00
Baligh Uddin
38f1aed01d
am dcc645eb
: am dd00a967
: Merge "Revert the revert. (its time to sign MR1)" into klp-dev
...
* commit 'dcc645ebb1a87982d2a067b8584ff167ae2c5287':
Revert the revert. (its time to sign MR1)
2013-11-12 16:46:48 -08:00
Baligh Uddin
dcc645ebb1
am dd00a967
: Merge "Revert the revert. (its time to sign MR1)" into klp-dev
...
* commit 'dd00a9677b21d2dbdef6b085570e1358f172de80':
Revert the revert. (its time to sign MR1)
2013-11-12 16:42:25 -08:00
Baligh Uddin
dd00a9677b
Merge "Revert the revert. (its time to sign MR1)" into klp-dev
2013-11-13 00:38:47 +00:00
Baligh Uddin
beb6afdee2
Revert the revert. (its time to sign MR1)
...
Revert "Waiting till post MR0 - this impacts signing tools for MR0."
This reverts commit a7b5c4a7dc
.
Bug: 11334314
Change-Id: I89f8996161e4258b80bf2d0bc7817f0e8e32df13
2013-11-13 00:23:10 +00:00
Scott Main
ab5808b007
am 680821ed
: am 13cd8f15
: add style for video button in docs
...
* commit '680821ed27a2a2dfce7298434307065aa5ed56aa':
add style for video button in docs
2013-11-12 12:22:03 -08:00
Scott Main
ec5b24f473
am faff9f52
: am 641c2c2f
: clarify the hidden APIs in reference with better tooltips
...
* commit 'faff9f52c1882d4a2eadce90bf90b0fbd7082632':
clarify the hidden APIs in reference with better tooltips
2013-11-12 12:22:02 -08:00
Scott Main
0e3851ddf2
am 6ca30dab
: am 03aca9a7
: script to handle new static landing pages for sample topics
...
* commit '6ca30dab2ad44318541dea0da28c247c49a3f79e':
script to handle new static landing pages for sample topics
2013-11-12 12:22:02 -08:00
Scott Main
d488018571
am 4a557dc9
: am f1435b73
: remove the dummy sidenav from samples before populating the real list. Also make the line numbers hidden before they get moved to avoid some jankyness during load.
...
* commit '4a557dc958028c46e7fa5d6b1d4661bfda8c7f23':
remove the dummy sidenav from samples before populating the real list. Also make the line numbers hidden before they get moved to avoid some jankyness during load.
2013-11-12 12:22:01 -08:00
Scott Main
82260f423b
am e84e4c20
: am 70557ee5
: make expandable lists under each sample sticky so they don\'t collapse when opening other project directories.
...
* commit 'e84e4c20d2e34f13b4c158494caac28e22f6c18e':
make expandable lists under each sample sticky so they don't collapse when opening other project directories.
2013-11-12 12:22:00 -08:00
Scott Main
680821ed27
am 13cd8f15
: add style for video button in docs
...
* commit '13cd8f15476ec66145b3685ca5ce181491fe28c0':
add style for video button in docs
2013-11-12 20:18:38 +00:00
Scott Main
faff9f52c1
am 641c2c2f
: clarify the hidden APIs in reference with better tooltips
...
* commit '641c2c2fdaf68fa48b044177fef7c890a42c8a11':
clarify the hidden APIs in reference with better tooltips
2013-11-12 20:18:38 +00:00