Ying Wang
301843ae3e
am 29e44b7a
: Merge "Fix for "dexopt: No such file or directory" error"
...
* commit '29e44b7a8300644516b021e9e324ffe426098b3f':
Fix for "dexopt: No such file or directory" error
2012-03-20 15:20:14 -07:00
Tor Norbye
94c85043c1
Update versions of the Eclipse prebuilt libraries
...
Change-Id: I0bfaf13147e135f29f8a1b7862429320d0e6a2c7
2012-03-20 12:24:47 -07:00
James Dong
88101926d9
Merge "Added media_codecs.xml file to generic_x86 and vbox_x86 configuration files"
2012-03-20 11:36:25 -07:00
Ying Wang
29e44b7a83
Merge "Fix for "dexopt: No such file or directory" error"
2012-03-20 11:05:56 -07:00
yroussel
1319005a2a
Define a basic llvm-link + clang environment
...
Move it from dalvik/vm/translator/runtime/ to build/
Add handling of -march=armv5te and -march=armv5e
2012-03-20 17:39:29 +04:00
James Dong
e25a5198bb
Added media_codecs.xml file to generic_x86 and vbox_x86 configuration files
...
o related-to-bug: 6132480
Change-Id: I82753468676d3b1ecba892c993de11ef779eed01
2012-03-19 14:11:00 -07:00
Dima Zavin
992a52990c
core: the device/board/product kernel headers will be auto-generated
...
So, just add the output include directory to the include path
Change-Id: Ia370454237913a748288124f65a6b731b17d6e1a
Signed-off-by: Dima Zavin <dima@android.com>
2012-03-19 12:32:08 -07:00
Dima Zavin
f926990ba3
core: allow product to provide kernel headers as well
...
This is useful when a device inherits from an architecture
product, such as omap4.mk. The architecture specific product
can provide kernel headers to all the devices that use
that architecture.
Change-Id: I0c9d3120a6089fb535a3fa8eccf10775a271cd21
Signed-off-by: Dima Zavin <dima@android.com>
2012-03-19 12:32:08 -07:00
The Android Automerger
fe0a544ea6
IMM76
2012-03-16 19:36:35 -07:00
The Android Automerger
83defc2504
merge in ics-mr1-release history after reset to ics-mr1
2012-03-16 19:30:18 -07:00
Keun young Park
59c2136e1b
Merge "rename pdk builds: pdk1 to pdk_eng, pdk2 to pdk_rel"
2012-03-16 12:35:40 -07:00
Dima Zavin
4e16f96dbd
core: allow devices to provide their own device specific kernel headers
...
Currently, we need to pollute the common bionic/libc/kernel/...
directory with device specific kernel headers. This has created a giant
dumping ground of headers from all the projects we have ever done.
Allow each device to provide their own headers and thus eventually allow
bionic/libc/kernel to become *just* the common linux kernel headers.
This change will automatically add device/oem/name/kernel-headers to
the include list and also allow the BoardConfig.mk to specify
additional directories with TARGET_BOARD_KERNEL_HEADERS variable.
The requirement is that the final dir name must be kernel-headers to
mark explicitly where kernel headers are kept.
Change-Id: I7d32a979eef1f464db06c1bc448a04ddc3575efd
Signed-off-by: Dima Zavin <dima@android.com>
2012-03-15 13:22:48 -07:00
Keun young Park
9ec15ec89c
rename pdk builds: pdk1 to pdk_eng, pdk2 to pdk_rel
...
Change-Id: Iadf0493b1f6700638010ceb50ced2fe7bc8bb603
2012-03-15 12:23:05 -07:00
Kenny Root
9ea6952e8a
Move keystore from user_tags to core req
...
Move the keystore from the grandfathered list to the new core required
packages.
Change-Id: I61343129c3111cab2d6a1d536775ed9764085281
2012-03-15 09:47:07 -07:00
Glenn Kasten
a00ba58646
Merge "Use pathmap.mk for system/media includes"
2012-03-14 16:42:17 -07:00
Glenn Kasten
fefc17ff59
Use pathmap.mk for system/media includes
...
Currently these point to the old location.
Another CL will move them to the new location.
Change-Id: I61dd732981a9a7a3f4a2c1cc01dc072f4fb6a2b8
2012-03-14 15:30:37 -07:00
Andreas Huber
84a5e9dd87
Merge "Make sure to copy codec setup files to their proper filesystem location on the emulator"
2012-03-14 08:15:18 -07:00
Ying Wang
bf69aa32c9
Fix tests build.
...
Use the conditional only after the tests build variant is phased out.
Change-Id: Ide691700dda4bbf56c6f81f923d1b8c5eb196b85
2012-03-13 19:49:59 -07:00
Ying Wang
30e8093f5f
Merge "Add build goal "tests"."
2012-03-13 19:13:19 -07:00
Ying Wang
160b670f4a
Add build goal "tests".
...
Bug: 5368571
The phony build goal "tests" will eventually replace the build variant
tests.
Change-Id: Ia656f2cf2260feeaa8fa32e9221b7f9ce0990262
2012-03-13 19:12:21 -07:00
The Android Automerger
3ca86b2abd
IMM72B
2012-03-13 17:16:36 -07:00
Romain Guy
aaf01f48ee
Make adbs work again on Darwin x86.
...
We don't support building on Darwin PPC so let's always assume x86.
Change-Id: I079a4040f1c0a144d4cdd1e2b3d2a183c00bf7b0
2012-03-13 16:57:08 -07:00
Andrew Hsieh
cd1b924e37
Merge "Point to new linux prebuilt toolchain for SDK build"
2012-03-13 15:48:21 -07:00
Ying Wang
bdbbd2062c
Merge "Remove system partition files from the test zip file."
2012-03-13 13:00:46 -07:00
Ying Wang
c5f049799c
Remove system partition files from the test zip file.
...
Bug: 6157562
Change-Id: I581c6db7d47b42617f8ef6097ccd0aae52c7e1b4
2012-03-13 11:22:04 -07:00
Andreas Huber
8fd1541c81
Make sure to copy codec setup files to their proper filesystem location on the emulator
...
Change-Id: I97b6944646fcabc754526ef88f7fdd63d0d1da0a
2012-03-13 09:01:51 -07:00
Andrew Hsieh
0e63fd37dd
Point to new linux prebuilt toolchain for SDK build
...
Change-Id: I21849119b0f3f45f950e9e6d1da0833aff381fb7
2012-03-13 02:17:35 -07:00
Svetoslav Ganov
49932f1edb
Adding clean variables for some variables used in CTS.
...
1. A CTS package can specify the test runner used to launch
its tests from the device. This is useful for preparing
and cleaning the device through some shell commands if
necessary.
bug:5946699
Change-Id: Ib1d6454c4274b1c37323235c9b3a195f3b9d8131
2012-03-12 19:56:05 -07:00
The Android Automerger
f44b3505ad
IMM72
2012-03-12 19:36:17 -07:00
The Android Automerger
ca97d052d7
merge in ics-mr1-release history after reset to ics-mr1
2012-03-12 19:30:56 -07:00
Ying Wang
7013298265
Merge "Fix build caused by 168380"
2012-03-12 12:12:38 -07:00
Keun young Park
519316e568
Fix build caused by 168380
...
Change-Id: Iebda5669f48fe505146b8f2f8b35d06621d4b0e6
2012-03-12 12:10:42 -07:00
Keun young Park
26ca833d66
Merge "changes to add pdk1 / pdk2 build for PDK build - additional files will be added to pdk/build Bug: 6079146"
2012-03-12 11:57:39 -07:00
Keun young Park
7fc7aad152
changes to add pdk1 / pdk2 build for PDK build
...
- additional files will be added to pdk/build
Bug: 6079146
Change-Id: Ieb5fcab8002193250d770b923f60ec7333ce84e5
2012-03-12 11:49:34 -07:00
The Android Automerger
031e57b381
second try
2012-03-11 00:58:08 -08:00
The Android Automerger
c3afa8fe03
IMM68C
2012-03-10 09:10:29 -08:00
The Android Automerger
4ea508be53
IMM70
2012-03-10 09:08:53 -08:00
The Android Automerger
eda3c63afd
merge in ics-mr1-release history after reset to ics-mr1
2012-03-10 09:06:03 -08:00
The Android Automerger
3a81843786
IMM62B
2012-03-09 19:28:10 -08:00
The Android Automerger
187d092908
IMM69
2012-03-09 19:25:45 -08:00
The Android Automerger
8015f31215
merge in ics-mr1-release history after reset to ics-mr1
2012-03-09 19:22:16 -08:00
Jean-Michel Trivi
43ba688fed
Include the downmix effect in the platform
...
Change-Id: Ifc05bb7edc06994623848adf568524a98f0f316a
2012-03-09 18:52:00 -08:00
The Android Automerger
03fb636144
IMM68B
2012-03-09 09:59:12 -08:00
Chih-Chung Chang
742a194438
Merge "Remove Camera package (it's merged into Gallery package)."
2012-03-09 01:20:58 -08:00
The Android Automerger
15ad8cccaa
IMM68
2012-03-08 20:49:08 -08:00
The Android Automerger
ec1f6f1259
merge in ics-mr1-release history after reset to ics-mr1
2012-03-08 20:42:40 -08:00
Mathias Agopian
a1af38d9b3
Merge "update include paths to new location"
2012-03-08 14:45:34 -08:00
Mathias Agopian
a7c674b141
Merge "add frameworks/native include paths"
2012-03-08 14:45:28 -08:00
Chih-Chung Chang
a125a3b8a0
Remove Camera package (it's merged into Gallery package).
...
Change-Id: I6808438055d256bd5e2ac607ccafe5c9e5e9311a
2012-03-08 20:06:26 +08:00
Scott Anderson
1a5fc95a4a
Rename help function in envsetup.sh to be hmm
...
Bash has a built-in command "help" that is useful for getting
help on bash commands without wading through the bash man page
(e.g. "help test" will give you the syntax for those "if [ ]"
expressions). Overwriting a built-in with a convenience function
is not good.
The function "hmm" was added recently that serves much the same
purpose as help. It seems like a good idea to remove the new
"hmm" command and rename "help" to be "hmm" so we no longer
overwrite the built-in.
Change-Id: I2079b3e6a10715956ec077d31e817a939c6ee4a0
Signed-off-by: Scott Anderson <saa@android.com>
2012-03-07 17:15:06 -08:00