summaryrefslogtreecommitdiffstats
path: root/target
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | | Add module 'idmap'.Mårten Kongstad2012-03-301-0/+1
| | | | | | | | | | | | | | | | | | | | Change-Id: Idacd9d7107dedf235b312a252c36c7d4d4e6bc31
* | | | | Set generic_x86/BoardConfig.mk TARGET_ARCH_VARIANT to x86Andrew Hsieh2012-05-211-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change TARGET_ARCH_VARIANT from x86-atom to x86, for the reason that atom-specific instruciton like "movbe" isn't "generic" to x86 Android devices and x86 host running emulator-x86, which may crash non-atom host in VT because "movbe" isn't supported natively. Also revert previous fix in TARGET_linux-x86.mk which conservatively disable "movbe" across the board Change-Id: Ief93a3585566ffae558fcdc29741e6213a048d7d
* | | | | am 4007faf4: Remove dependency of libvideoeditor_jni.so on static libs from ↵James Dong2012-05-161-1/+3
|\ \ \ \ \ | | |_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | video editor engine * commit '4007faf4c6bb99883f6ac7a8d80a956837909ff8': Remove dependency of libvideoeditor_jni.so on static libs from video editor engine
| * | | | Remove dependency of libvideoeditor_jni.so on static libs from video editor ↵James Dong2012-05-161-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | engine related-to-bug: 6502980 Change-Id: I02a735ff4897ed386fe9c5d886260b1363a1e019
* | | | | am c8bfb1ca: Revert "Remove dependency of libvideoeditor_jni.so on static ↵James Dong2012-05-151-3/+1
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | libs from video editor engine" Fixed the broken build first. * commit 'c8bfb1cad15822f31e3f3250d00b4ef6761c19c4': Revert "Remove dependency of libvideoeditor_jni.so on static libs from video editor engine" Fixed the broken build first.
| * | | | Revert "Remove dependency of libvideoeditor_jni.so on static libs from video ↵James Dong2012-05-151-3/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | editor engine" Fixed the broken build first. This reverts commit e85f05be147bf7d916d1b1622f6f3038dac8913b.
* | | | | am e85f05be: Remove dependency of libvideoeditor_jni.so on static libs from ↵James Dong2012-05-151-1/+3
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | video editor engine * commit 'e85f05be147bf7d916d1b1622f6f3038dac8913b': Remove dependency of libvideoeditor_jni.so on static libs from video editor engine
| * | | | Remove dependency of libvideoeditor_jni.so on static libs from video editor ↵James Dong2012-05-151-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | engine related-to-bug: 6328360 Change-Id: Ia320d417497bc410f99f8ff7f11c727d1299afba
* | | | | am 7eb749d1: am 2d7274de: Merge "MIPS generic target support"Jean-Baptiste Queru2012-05-1110-1/+207
|\ \ \ \ \ | | |/ / / | |/| | | | | | | | | | | | | * commit '7eb749d134fd52e23be7218bf2ea7dfa1b1180b3': MIPS generic target support
| * | | | Merge "MIPS generic target support"Jean-Baptiste Queru2012-05-1110-1/+207
| |\ \ \ \
| | * | | | MIPS generic target supportRaghu Gandham2012-05-0810-1/+207
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I76506eba9d11867e53069c97038996bddd7dd5a2 Signed-off-by: Chris Dearman <chris@mips.com> Signed-off-by: Raghu Gandham <raghu@mips.com> Signed-off-by: Duane Sand <duanes@mips.com> Signed-off-by: Bhanu Chetlapalli <bhanu@mips.com>
* | | | | | am 67095e00: Merge "Parse external/cibu-fonts/fonts.mk." into jb-devVictoria Lease2012-05-111-0/+1
|\ \ \ \ \ \ | | |_|/ / / | |/| | | | | | | | | | | | | | | | * commit '67095e005c48c639954d4ada60f391ff4923f0eb': Parse external/cibu-fonts/fonts.mk.
| * | | | | Merge "Parse external/cibu-fonts/fonts.mk." into jb-devVictoria Lease2012-05-111-0/+1
| |\ \ \ \ \
| | * | | | | Parse external/cibu-fonts/fonts.mk.Victoria Lease2012-05-081-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 6232193 Change-Id: I5a4b1077440ce9ab5bc504d5b2fca1a9648cc084
* | | | | | | am 0e2bc24e: am cd99ece7: Merge "x86: customize the malloced address to be ↵Jean-Baptiste Queru2012-05-111-0/+3
|\ \ \ \ \ \ \ | | |_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 16-byte aligned" * commit '0e2bc24ef002ec612e94a64da297a7698acde749': x86: customize the malloced address to be 16-byte aligned
| * | | | | | x86: customize the malloced address to be 16-byte alignedJack Ren2012-05-081-0/+3
| | |_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | That can gain better memory performance than 8-byte alignment Change-Id: Ibcc5bf7b96ed10166038357dd0c86c9171768f3e Signed-off-by: Jack Ren <jack.ren@intel.com> Signed-off-by: Bruce Beare <bruce.j.beare@intel.com>
* | | | | | am 0c5db81f: Merge "Add OMX IL FLAC encoder library" into jb-devJean-Michel Trivi2012-05-101-0/+1
|\ \ \ \ \ \ | | |/ / / / | |/| | | | | | | | | | | | | | | | * commit '0c5db81fb28f74491e7f17c6c81ae0b19342ca7c': Add OMX IL FLAC encoder library
| * | | | | Merge "Add OMX IL FLAC encoder library" into jb-devJean-Michel Trivi2012-05-101-0/+1
| |\ \ \ \ \
| | * | | | | Add OMX IL FLAC encoder libraryJean-Michel Trivi2012-05-091-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug 5525503 Add the software FLAC encoder OMX IL wrapper to the build. Change-Id: Iac69558088934e0db41e9cc7fa3fab7e72348568
* | | | | | | am 8c1028d4: Merge "Add keyboard layout package to build." into jb-devJeff Brown2012-05-092-0/+2
|\ \ \ \ \ \ \ | |/ / / / / / | | | | | | | | | | | | | | | | | | | | | * commit '8c1028d45cfd7892a031e32b4e51bad729ebd2cb': Add keyboard layout package to build.
| * | | | | | Merge "Add keyboard layout package to build." into jb-devJeff Brown2012-05-072-0/+2
| |\ \ \ \ \ \
| | * | | | | | Add keyboard layout package to build.Jeff Brown2012-05-072-0/+2
| | | |_|/ / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | Bug: 6110399 Change-Id: Ifb1d0126359750699244e481b49bbaf49371b7ae
* | | | | | | am 0acb2064: Merge "Make audio downmixer part of the core platform" into jb-devJean-Michel Trivi2012-05-092-2/+2
|\ \ \ \ \ \ \ | |/ / / / / / | | | | | | | | | | | | | | | | | | | | | * commit '0acb2064d7080ab1b3d993cfad66fbf852f9663a': Make audio downmixer part of the core platform
| * | | | | | Make audio downmixer part of the core platformJean-Michel Trivi2012-05-072-2/+2
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add the multichannel audio downmix effect to the core platform, as it is now a core feature of the media framework. Bug 6456547 Change-Id: I35f88f6bffc131d5fe837c3767879f2536cec05b
* | | | | | am 8e67348b: Merge "Track libnativehelper move for PDK." into jb-devElliott Hughes2012-05-041-0/+8
|\ \ \ \ \ \ | |/ / / / / | | | | | | | | | | | | | | | | | | * commit '8e67348b515636ec8314da44b3f583c5d053e81a': Track libnativehelper move for PDK.
| * | | | | Merge "Track libnativehelper move for PDK." into jb-devElliott Hughes2012-05-041-0/+8
| |\ \ \ \ \
| | * | | | | Track libnativehelper move for PDK.Elliott Hughes2012-05-041-0/+8
| | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | Bug: 6369821 Change-Id: I4dfd9eece9f6912a37c3caee77bd0eadb9313160
* | | | | | am aa6ffd75: Merge "Fix the build. Exchange -> Exchange2" into jb-devVikram Aggarwal2012-05-042-2/+2
|\ \ \ \ \ \ | |/ / / / / | | | | | | | | | | | | | | | | | | * commit 'aa6ffd7595966808a60341a449745d3d03d88768': Fix the build. Exchange -> Exchange2
| * | | | | Fix the build. Exchange -> Exchange2Vikram Aggarwal2012-05-042-2/+2
| |/ / / / | | | | | | | | | | | | | | | Change-Id: I70b479b69ea60a60ee3725344aa410c6e4f9d6b7
* | | | | resolved conflicts for merge of 343597c3 to jb-dev-plus-aospJean-Baptiste Queru2012-05-021-0/+1
|\ \ \ \ \ | | |/ / / | |/| | | | | | | | Change-Id: I84648a8044e6238a57b4a08a261146bfa3c8c1c7
| * | | | Enable sound effect support in the SDK system imageJun Tian2012-05-021-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add the missing configuration in sdk.mk to support sound effect in the SDK building. This patch can fix the CTS sound effect failues of media test in emulator system image. Change-Id: I8c22e62201d48c2e56fb4c105795bb96ded8f34d
* | | | | am a4354dd8: am 2ba46ecd: Merge "Add Esperanto to the list of locales"Jean-Baptiste Queru2012-05-021-1/+1
|\ \ \ \ \ | |/ / / / | | / / / | |/ / / |/| | | * commit 'a4354dd8ce98320a1e6ca895dc049b82c8e1fa46': Add Esperanto to the list of locales
| * | | Merge "Add Esperanto to the list of locales"Jean-Baptiste Queru2012-05-021-1/+1
| |\ \ \ | | |_|/ | |/| |
| | * | Add Esperanto to the list of localesJacob Nordfalk2012-01-311-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | EU is used as country code Signed-off-by: Jacob Nordfalk <jacob.nordfalk@gmail.com> Change-Id: I24ebfd61725a4ff4ee43a254f2504e023d42dc32
* | | | Build libstagefright_soft_mpeg4enc.so by defaultJames Dong2012-04-251-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | o related-to-bug: 6401068 Change-Id: I3114d4b817acc85a6982d03ef3b161141413a079
* | | | Merge "Build libstagefright_soft_h264enc by default"James Dong2012-04-241-0/+1
|\ \ \ \
| * | | | Build libstagefright_soft_h264enc by defaultJames Dong2012-04-241-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | related-to-bug: 6383440 Change-Id: I852941c72f9b7270ac6e5b094e4b2a0322643ac8
* | | | | Fix pdk build.Ying Wang2012-04-241-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The pdk builds don't have access to development. Change-Id: Ie7e9f8d24b788749481465311e64145e175b8c4f
* | | | | resolved conflicts for merge of 4a6e8b95 to masterRaphael Moll2012-04-241-65/+3
|\ \ \ \ \ | | |/ / / | |/| | | | | | | | Change-Id: I04abdad12266d7f0eb248528d9bbd35369d18413
| * | | | Merge "Split target/product/sdk.mk into sdk.git"Raphael Moll2012-04-231-62/+3
| |\ \ \ \
| | * | | | Split target/product/sdk.mk into sdk.gitRaphael Moll2012-04-201-62/+3
| | | |_|/ | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This changes target/product/sdk.mk so that the list of tools and libs to build for the SDK be actually defined in both sdk.git and development.git. Depends on dev.git change I6bbc6644a and sdk.git change Id270eba6 Change-Id: I790df85ea8620f73c769aec0f92f474de60b63f9
* | | | | Merge 8664008c to masterJean-Baptiste Queru2012-04-241-1/+4
|\ \ \ \ \ | |/ / / / | | | / / | |_|/ / |/| | | Change-Id: Ia6aa11892665b8aa42e5fbc69146db251d9a8636
| * | | Add goldfish audio hw to board/generic_x86Andrew Hsieh2012-04-201-1/+4
| |/ / | | | | | | | | | | | | | | | Without it, app with audio may crash x86 emulator Change-Id: Ie9b30a2827c0a559e7cf73b7b21604f36c379483
* | | vbox_x86: add a 256M ext4 cache partitionIliyan Malchev2012-04-191-0/+2
| | | | | | | | | | | | | | | Change-Id: If88895f60308673526a579a96d5b1ed9206c0241 Signed-off-by: Iliyan Malchev <malchev@google.com>
* | | Merge "Add smoke tests to sdk build."Brett Chabot2012-04-181-1/+4
|\ \ \
| * | | Add smoke tests to sdk build.Brett Chabot2012-04-161-1/+4
| | | | | | | | | | | | | | | | Change-Id: If614ad21b3323e16b358f248c44c15b0fe5f0e9a
* | | | Merge "core.mk: Add rule for init.usb.rc"Mike Lockwood2012-04-171-0/+2
|\ \ \ \
| * | | | core.mk: Add rule for init.usb.rcMike Lockwood2012-04-111-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I2068c08648aad26bbfb35a6a7890757b5d8b01c9 Signed-off-by: Mike Lockwood <lockwood@google.com>
* | | | | Merge "Default ro.carrier to unknown"Andrew Flynn2012-04-161-0/+3
|\ \ \ \ \
| * | | | | Default ro.carrier to unknownAndrew Flynn2012-04-161-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This was previously performed by init.c Change-Id: Id34c636e06dfe2766446f909e9d05557163d812d