summaryrefslogtreecommitdiffstats
path: root/target
Commit message (Collapse)AuthorAgeFilesLines
* Fix the build. Exchange -> Exchange2Vikram Aggarwal2012-05-042-2/+2
| | | | Change-Id: I70b479b69ea60a60ee3725344aa410c6e4f9d6b7
* 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
* | | | | Fix problem with audio policy configuration file.Eric Laurent2012-04-132-2/+2
| |_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Having the copy of default audio_policy.conf file in generic_no_telephony.mk doesn't work because of multiple inheritance on certain products. Move it to board/generic/device.mk to be consistent with how the audio HAL modules are managed. Issue 6333980. Change-Id: If6053ad596b6f693f43c72ba9cc54cb7a7cfa233
* | | | Add MDNS to the build.Robert Greenwalt2012-04-121-0/+2
|/ / / | | | | | | | | | Change-Id: I025fe959a38344bb072ec13701f934a4fb9a5f36
* | | Merge "Fix audio broken for sdk builds."Eric Laurent2012-04-101-1/+2
|\ \ \ | |/ / |/| |
| * | Fix audio broken for sdk builds.Eric Laurent2012-04-101-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | Add missing audio policy configuration file copy for sdk product. Issue 6289703. Change-Id: Ica9ce813d945dd76b836c8bd68f3e168a7d537e0
* | | init.vbox_x86.rc: mount data & cache partitions from /dev/sdbIliyan Malchev2012-04-061-3/+3
| | | | | | | | | | | | | | | Change-Id: Ifa14f0be875848297883d2ee66372a355a4174e6 Signed-off-by: Iliyan Malchev <malchev@google.com>
* | | Merge "vbox_x86: update init.vbox_x86.rc, remove custom init.rc"Iliyan Malchev2012-04-044-431/+44
|\ \ \
| * | | vbox_x86: update init.vbox_x86.rc, remove custom init.rcIliyan Malchev2012-04-044-431/+44
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | -- remove local copy of init.rc (start using system/core/rootdir/init.rc) -- sync init.vbox_x86.rc with init.goldfish.rc (at SHA a503456526359767ffb383a06835308f62172dde) -- Make the following changes: a) add mount calls b) remove call to init.goldfish.sh c) enable service netcfg -- inherit frameworks/native/build/phone-xhdpi-1024-dalvik-heap.mk Change-Id: Ic5f6b2da32dc79de85f3d7b93dffb483e480e098 Signed-off-by: Iliyan Malchev <malchev@google.com>
* | | | target/product: have the sdk product pull in the apnsDima Zavin2012-04-031-0/+1
| |/ / |/| | | | | | | | | | | | | | Bug: 6274210 Change-Id: I23c76975312a7fb60926853cdbde8065ae8b5f76 Signed-off-by: Dima Zavin <dima@android.com>
* | | added audio_policy.conf fileEric Laurent2012-04-031-1/+2
| | | | | | | | | | | | Change-Id: Icde73ce66208972914324d64927fef816aa68ca6
* | | Revert "Update versions of the Eclipse prebuilt libraries"Tor Norbye2012-04-031-3/+3
|/ / | | | | | | This reverts commit 94c85043c18a62dd3fc53a4f15faa9b08aeccc52.
* | Merge "Update versions of the Eclipse prebuilt libraries"Tor Norbye2012-04-031-3/+3
|\ \
| * | Update versions of the Eclipse prebuilt librariesTor Norbye2012-03-201-3/+3
| | | | | | | | | | | | Change-Id: I0bfaf13147e135f29f8a1b7862429320d0e6a2c7
* | | Include new raw audio decoder.Andreas Huber2012-03-291-0/+1
| | | | | | | | | | | | Change-Id: I7352c927a4d9f804f92b743d903b06c7745f3fbf
* | | install drm libraries and drmserver to the core product, which covers sdk buildJames Dong2012-03-281-0/+3
| | | | | | | | | | | | | | | | | | o related-to-bug: 6246463 Change-Id: Ifaef3cd71d05c7e1ca3d7b3c459bfa4bea0d2e20
* | | Merge "audio configuration file path change because it is relocated"Anatol Pomazau2012-03-281-1/+1
|\ \ \
| * | | audio configuration file path change because it is relocatedJames Dong2012-03-231-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | o related-to-bug: 6214141 Change-Id: I27f50dad2cbc72390f828ba539317df1cf4b1189
* | | | Merge "Move keystore from user_tags to core req"Kenny Root2012-03-271-0/+3
|\ \ \ \
| * | | | Move keystore from user_tags to core reqKenny Root2012-03-151-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Move the keystore from the grandfathered list to the new core required packages. Change-Id: I61343129c3111cab2d6a1d536775ed9764085281
* | | | | Merge "Multi-Project Commit: Move of filterfw out of system/media (3 of 7)"Marius Renn2012-03-271-1/+0
|\ \ \ \ \
| * | | | | Multi-Project Commit: Move of filterfw out of system/media (3 of 7)Marius Renn2012-03-271-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is part of the multi-project commit to move the filter-framework from system/media/mca to frameworks/base/media/mca. Note that the filter-framework will soon be replaced with a refactored version currently under API review (also to go under frameworks/base). This move is done now to unblock the PDK efforts. Change-Id: I3d12882239e0bb66e11d3fb5ec952cc474be4f0a
* | | | | | move hardware feature definitionsColin Cross2012-03-261-3/+3
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Move the hardware feature xml files from frameworks/base/data/etc to frameworks/native/data/etc. Change-Id: Ie9a9d82a0af120f8c7f580c710e3e464461ea586
* | | | | Fix build: Revert "SDK: Enable monitor in sdk product."Raphael Moll2012-03-231-2/+1
| | | | | | | | | | | | | | | | | | | | This reverts commit 0022a035d689a0915a500e2ca88f104d20ffb71f.
* | | | | Merge "Fix missing xml configuration files for sdk builds"James Dong2012-03-231-0/+2
|\ \ \ \ \
| * | | | | Fix missing xml configuration files for sdk buildsJames Dong2012-03-221-0/+2
| | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | o related-to-bug: 6132480 Change-Id: Ib08ce4cf7ef4d85ab888804c7c4a3d1337370e52
* | | | | SDK: Enable monitor in sdk product.Raphael Moll2012-03-211-1/+2
|/ / / / | | | | | | | | | | | | | | | | | | | | Requires change sdk.git change I7afbd63b Change-Id: Ifb31e2e36ea92a0fdd0996a387c00f0edc2e4218
* | | | Merge commit 'a09c24d'Mike Lockwood2012-03-211-0/+3
|\ \ \ \
| * | | | Add the default local_time hal implementation to builds.John Grossman2011-10-271-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Cherry-picked from master-tungsten: Change-Id: I93ee0702fd48e05f75af13d7529c80d3d5b2b2cd Change-Id: Ic45f56fc649d599cea68dd73226344c2aa0ebe2c Signed-off-by: Mike J. Chen <mjchen@google.com> Signed-off-by: John Grossman <johngro@google.com>
* | | | | Merge "optional cross-check between OTA radio images and board-info.txt"Doug Zongker2012-03-211-0/+1
|\ \ \ \ \
| * | | | | optional cross-check between OTA radio images and board-info.txtDoug Zongker2012-03-211-0/+1
| | |_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds a python script which checks the version of each radio image added with the new add-radio-file-checked macro against a file containing sha-1 -> version string mappings and the contents of board-info.txt, so that the build can fail if board-info.txt and the OTA images are out of sync. Change-Id: Icb61dc2adefc240ced9059941582c23b629089c0
* | | | | Added media_codecs.xml file to generic_x86 and vbox_x86 configuration filesJames Dong2012-03-192-0/+2
|/ / / / | | | | | | | | | | | | | | | | | | | | o related-to-bug: 6132480 Change-Id: I82753468676d3b1ecba892c993de11ef779eed01
* | | | Make sure to copy codec setup files to their proper filesystem location on ↵Andreas Huber2012-03-131-0/+1
| |/ / |/| | | | | | | | | | | | | | the emulator Change-Id: I97b6944646fcabc754526ef88f7fdd63d0d1da0a
* | | Include the downmix effect in the platformJean-Michel Trivi2012-03-091-1/+2
| | | | | | | | | | | | Change-Id: Ifc05bb7edc06994623848adf568524a98f0f316a
* | | Remove Camera package (it's merged into Gallery package).Chih-Chung Chang2012-03-084-8/+0
| | | | | | | | | | | | Change-Id: I6808438055d256bd5e2ac607ccafe5c9e5e9311a