summaryrefslogtreecommitdiffstats
path: root/target/product
Commit message (Collapse)AuthorAgeFilesLines
* Add make_ext4fs to support installing apps to SD cardJun Tian2012-08-301-0/+1
| | | | | | | | | | | | The default createSecureContainer format is changed from fat32 to ext4 in PackageHelper::CreateSdDir in: /frameworks/base/core/java/com/android/internal/content/PackageHelper.java We need to add make_ext4fs into the system image to support installing apps to SD card. In kernel, we also need to add ext4 filesystem support. Change-Id: If4817a95663144a6bfaeeed0c7cb081063a0daad Signed-off-by: Jun Tian <jun.j.tian@intel.com> Signed-off-by: Liang Chen <liang.l.chen@intel.com> Signed-off-by: Panfeng Chang <panfengx.chang@intel.com>
* Move the old user tagged modules over to base.mk so mini and core both share ↵Joe Onorato2012-08-163-132/+160
| | | | | | them. Change-Id: I9d3a3c165fa56d4ca137b3c06e249e1deea6a1c5
* build system changes for jb-aah-dev mergeJoe Onorato2012-08-161-7/+2
| | | | Change-Id: I29e27505a0d9f7cc2932f725bfe1c83d804388bc
* List the user modules explicitly, and we can get rid of the support for the ↵Joe Onorato2012-08-162-0/+152
| | | | | | user tag! Change-Id: I6f412ed4e08d784ed71ec170e870fcf30081963a
* Move the selinux modules to core PRODUCT_PACKAGESYing Wang2012-08-131-0/+9
| | | | | | | | | The module names are phony targets and we should avoid having file targets depend on phony targets. Instead the build system makes sure to use the file dependency with PRODUCT_PACKAGES. Change-Id: I8dc59d8f9ed92c146b8827d71278e27214e60f3a
* Modify full_mips-eng build in line with the full-eng buildChris Dearman2012-08-011-3/+0
| | | | | | Change-Id: Iebbad0c2a4f8f01b2ff8a08ea77965291a842636 Signed-off-by: Raghu Gandham <raghu@mips.com>
* Now zoneinfo prebuilts are Android modules.Ying Wang2012-07-271-1/+7
| | | | | | | (cherry-picked from 101d32ebb80f5f015781b98cb53739e8ad933cb4.) Bug: 6857263 Change-Id: Ie0cd0efa4444eb0ee63a1a91890f4bb48539e7a7
* Create telephony-common and mms-common - DO NOT MERGEWink Saville2012-07-171-1/+3
| | | | | | | | | | | | | | | | | These have been created to reduce the size and complexity of frameworks/base. mms-common was created by moving all of frameworks/base/core/java/com/google/android/mms to: frameworks/opt/mms telephony-common was created by moving some of frameworks/base/telephony to: frameworks/opt/telephony Change-Id: I5613c1447dbe655c55f9ba499e453bb59a06c4c0
* am 03bb0851: Remove references to packages that don\'t exist any more.Jean-Baptiste Queru2012-06-191-3/+0
|\ | | | | | | | | * commit '03bb0851d6a86ac51becaa132f96ed1d8f4b604c': Remove references to packages that don't exist any more.
| * Remove references to packages that don't exist any more.Jean-Baptiste Queru2012-06-191-3/+0
| | | | | | | | | | | | Those can't be found anywhere in the build system. Change-Id: I3b3727e7735de0dbffae930cf99a6d6ccbc79570
* | am 5d76a3f2: Merge "add uiautomator into system image" into jb-devGuang Zhu2012-06-181-1/+2
|\ \ | |/ | | | | | | * commit '5d76a3f2d53fceb883d84d214c28c51bc3e5b43c': add uiautomator into system image
| * add uiautomator into system imageGuang Zhu2012-06-171-1/+2
| | | | | | | | | | | | | | | | | | | | | | this includes 2 pieces: * uiautomator shell script * uiautomator.jar: test runner and the automation framework classes source is under frameworks/testing/uiautomator Change-Id: I237d85b8917d2451cf35362d2e34786940897921
* | resolved conflicts for merge of 76af0657 to jb-dev-plus-aospJean-Baptiste Queru2012-06-123-6/+7
|\ \ | | | | | | | | | Change-Id: I4843695261abbc478fd6b505debe6fc20a06c88d
| * | full_x86: use telephony profileBruce Beare2012-06-123-7/+8
| | | | | | | | | | | | | | | Author: Bruce Beare <bruce.j.beare@intel.com> Change-Id: I3c086f3f38049e9a7cc2e653aa0ee0d2a2ca1a79
* | | am f3b1395a: Merge "Add atrace to core.mk" into jb-devJamie Gennis2012-06-121-0/+2
|\ \ \ | | |/ | |/| | | | | | | * commit 'f3b1395a41a1f882fac74b8a55723af8f77535d0': Add atrace to core.mk
| * | Merge "Add atrace to core.mk" into jb-devJamie Gennis2012-06-111-0/+2
| |\ \
| | * | Add atrace to core.mkJamie Gennis2012-06-081-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This change adds the atrace binary and init.trace.rc to the system image for all builds. Bug: 6513400 Change-Id: Ib979f4b6ffe799ab56e66fc3acfad754d216c576
* | | | am e245ecdc: Merge "Add LegacyCamera to SDK product" into jb-devEino-Ville Talvala2012-06-081-1/+2
|\ \ \ \ | |/ / / | | | | | | | | | | | | * commit 'e245ecdc0a87fb198894995ffbc4e6fec8d812f8': Add LegacyCamera to SDK product
| * | | Merge "Add LegacyCamera to SDK product" into jb-devEino-Ville Talvala2012-06-081-1/+2
| |\ \ \
| | * | | Add LegacyCamera to SDK productEino-Ville Talvala2012-06-051-1/+2
| | |/ / | | | | | | | | | | | | Change-Id: I690bf0ba6435c520c3de1d6fb250ffae1ae45475
* | | | am 6aae80a8: Merge "add mini.mk for common configurations for mini products" ↵Keun young Park2012-06-061-0/+207
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | into jb-dev * commit '6aae80a8d500084466c7e6d90769dda9a5b20507': add mini.mk for common configurations for mini products
| * | | add mini.mk for common configurations for mini productsKeun young Park2012-06-061-0/+207
| |/ / | | | | | | | | | | | | | | | | | | | | | - it is used for generic pdk release Bug: 6540216 Change-Id: I7dd21724a9484e48c66e4430cd003ffb448f075b
* | | am e7af5e24: Add Live Wallpapers to AOSP buildsJean-Baptiste Queru2012-06-021-0/+10
|\ \ \ | |/ / | | | | | | | | | * commit 'e7af5e2428d6c831acb73fac6547c3a780dca729': Add Live Wallpapers to AOSP builds
| * | Add Live Wallpapers to AOSP buildsJean-Baptiste Queru2012-06-011-0/+10
| | | | | | | | | | | | Change-Id: I76df14d99fd876b765510ced8f5523e3bafce291
* | | am f97105ea: Merge "Fix rild running in Nakasi." into jb-devWink Saville2012-05-312-2/+4
|\ \ \ | |/ / | | | | | | | | | * commit 'f97105ea898fd4ad83ca55e391c0d512e3497b9b': Fix rild running in Nakasi.
| * | Merge "Fix rild running in Nakasi." into jb-devWink Saville2012-05-312-2/+4
| |\ \
| | * | Fix rild running in Nakasi.Wink Saville2012-05-312-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The module rild is telephony specific, since Nakasi has no radio it shouldn't run rild. Changing the build system so rild is optional for products that don't have telephony support. Since rild is now optional, it is necessary to add it explicitly to the sdk build as the sdk build is special. Bug: 6463864 Change-Id: If944e051023b567807585fb91163a1e3f79c1024
* | | | am 15d15136: Merge "change location of apns-conf.xml and vold.conf" into jb-devKeun young Park2012-05-302-2/+2
|\ \ \ \ | |/ / / | | | | | | | | | | | | * commit '15d151367482b6ed47cecf1a578b365b7c6ccab3': change location of apns-conf.xml and vold.conf
| * | | change location of apns-conf.xml and vold.confKeun young Park2012-05-302-2/+2
| |/ / | | | | | | | | | | | | | | | - from development/data to device/generic/goldfish/data Change-Id: Iab7ad32b31b64f854412dd3cf23fd244a5306ed9
* | | resolved conflicts for merge of 9f312b81 to jb-dev-plus-aospJean-Baptiste Queru2012-05-251-3/+0
|\ \ \ | | |/ | |/| | | | Change-Id: I4589e38d0a2d35f84f16e00dd9cffa02b25ebf98
| * | Merge "Enable DRM support in the SDK system image"Jean-Baptiste Queru2012-05-242-4/+4
| |\ \
| | * | Enable DRM support in the SDK system imageJun Tian2012-05-042-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Move the DRM packages from full_base.mk to core.mk to support DRM both on full and SDK building. It can fix the DRM CTS failures in the system image for emulator. Change-Id: Id12b0ca83a815aac90860230582882e370693522
* | | | am 27a4fa10: am 2d0055dd: Merge "Revert "Add module \'idmap\'.""Jean-Baptiste Queru2012-05-231-1/+0
|\ \ \ \ | |/ / / | | | | | | | | | | | | * commit '27a4fa10a90c754da307ddda14e16c3864dc0413': Revert "Add module 'idmap'."
| * | | Revert "Add module 'idmap'."Jean-Baptiste Queru2012-05-231-1/+0
| | | | | | | | | | | | | | | | This reverts commit eb7c4a5e9ed30ccb67ce386922c44abf7f5dc476.
* | | | am 372936d8: am c47b90a9: Merge "Add module \'idmap\'."Jean-Baptiste Queru2012-05-231-0/+1
|\ \ \ \ | |/ / / | | | | | | | | | | | | * commit '372936d881a2b64333c88ccb012ec57f80a2e424': Add module 'idmap'.
| * | | Merge "Add module 'idmap'."Jean-Baptiste Queru2012-05-231-0/+1
| |\ \ \
| | * | | Add module 'idmap'.Mårten Kongstad2012-03-301-0/+1
| | | | | | | | | | | | | | | | | | | | Change-Id: Idacd9d7107dedf235b312a252c36c7d4d4e6bc31
* | | | | 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-114-0/+89
|\ \ \ \ \ | | |/ / / | |/| | | | | | | | | | | | | * commit '7eb749d134fd52e23be7218bf2ea7dfa1b1180b3': MIPS generic target support
| * | | | MIPS generic target supportRaghu Gandham2012-05-084-0/+89
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 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
| |\ \ \ \ \