summaryrefslogtreecommitdiffstats
path: root/target
Commit message (Collapse)AuthorAgeFilesLines
* Merge "Remove libSR_AudioIn from base.mk"Narayan Kamath2014-01-081-1/+0
|\
| * Remove libSR_AudioIn from base.mkNarayan Kamath2014-01-071-1/+0
| | | | | | | | | | | | | | | | This is an obsolete rule that was grandfathered in because it was a USER module at some point. It's no longer required, even by builds that use packages/app/VoiceDialer. Change-Id: Ife9e89bd1b03c0364e27650863a83bad945b8089
* | PRODUCT_BOOT_JARS as a list of jar names separated by spaceYing Wang2014-01-072-3/+31
|/ | | | | | | This makes it easier for OEMs to extend the PRODUCT_BOOT_JARS in their product configuration files. Change-Id: I5feca2f808b1914c275f28c7a4c38cca2ba6851f
* Remove LOCAL_SRC_FILES as precondition of enabling dexpreoptYing Wang2014-01-031-0/+1
| | | | | | | | | | | | | | Because a library or app can be built from mere static libraries, or generated java files. For example, framework is built from only static library framework-base but without LOCAL_SRC_FILES. Also added framework2 to PRODUCT_PACKAGES. Previously framework2.jar was installed by dependency explicitly established in frameworks/base/Android.mk. That's not enough for the .odex file. This fixed the boot failure reported in bug 12382916. Bug: 12382916 Change-Id: If1a70261ab2bb7fef77cf7b7b995bdc029be0fc3
* Merge "Allow execmem and ashmem_device execute as required."Nick Kralevich2014-01-023-1/+7
|\
| * Allow execmem and ashmem_device execute as required.Stephen Smalley2013-12-243-1/+7
| | | | | | | | | | | | | | | | bootanim requires execmem. bootanim and surfaceflinger requires execute to ashmem_device. Change-Id: I3b4964c5acd31a44ce81672077c70353a375c072 Signed-off-by: Stephen Smalley <sds@tycho.nsa.gov>
* | e2fsck missing from emulatorEric Frohnhoefer2013-12-271-1/+2
|/ | | | | | | | The emulator file system was recently switched to ext4 however, e2fsck was not added to the emulator build. Change-Id: I94621c148fa40d6042b5c86a26815d867a417a6c See: https://code.google.com/p/android/issues/detail?id=64144
* Add policy for x86 emulator.Stephen Smalley2013-12-206-0/+14
|
* Add DEXPREOPT support for ARTBrian Carlstrom2013-12-174-12/+2
| | | | Change-Id: I24d0d7b2a23a769f5d69bd4dc14be22e1475b759
* Merge commit 'd54f8c2d1b4d88db84465fee93aa29103ca32078' into HEADThe Android Open Source Project2013-12-053-0/+6
|\ | | | | | | Change-Id: I3cf53f083dee277a450dac36b011bc83180f6294
| * am e17927e0: Merge "Add a platform library for remote display providers." ↵Jeff Brown2013-11-071-0/+2
| |\ | | | | | | | | | | | | | | | | | | into klp-dev * commit 'e17927e0859778638781d75e33a3d4c5184583c4': Add a platform library for remote display providers.
| | * Add a platform library for remote display providers.Jeff Brown2013-11-051-0/+2
| | | | | | | | | | | | | | | Bug: 11257292 Change-Id: Ia0207010c2f3ae143b483e9c1aa6643142740312
| * | resolved conflicts for merge of 12f87a5b to klp-dev-plus-aospElliott Hughes2013-11-071-0/+2
| |\ \ | | | | | | | | | | | | Change-Id: I8ce0a86bbaae0c1e3ce5ed46de628ea22ea17d16
| * \ \ am 7717bcba: am 240cd127: Merge "Move goldfish-specific policy rules to ↵Nick Kralevich2013-11-063-0/+6
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | their own directory." * commit '7717bcba28ce55bac10f6586feff89da569ff62b': Move goldfish-specific policy rules to their own directory.
| * \ \ \ am 0068d25b: Include drawables for all densities - b/11270325Alex Medina2013-10-181-0/+3
| |\ \ \ \ | | | |_|/ | | |/| | | | | | | | | | | | * commit '0068d25b4895162993118fe3b61d2775fa575e70': Include drawables for all densities - b/11270325
| | * | | Include drawables for all densities - b/11270325Alex Medina2013-10-181-0/+3
| | | | | | | | | | | | | | | | | | | | Change-Id: I0b1f9b930a13982756dca9428ca91aec0ef343f5
| * | | | am 53619434: Merge "Add blkid to all builds for use by vold." into klp-devJeff Sharkey2013-10-171-0/+1
| |\ \ \ \ | | |/ / / | | | | | | | | | | | | | | | * commit '53619434ed56043841256dfb2074662dbd0acc5e': Add blkid to all builds for use by vold.
| | * | | Add blkid to all builds for use by vold.Jeff Sharkey2013-10-161-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | vold now uses blkid to extract UUID and label information from inserted physical devices. Bug: 11175082 Change-Id: I56ebe733ff85a498f6d3cbdcf21d40ddc6123f82
* | | | | Push wpa_supplicant modules down to the leaf product config.Ying Wang2013-12-057-15/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since 558477c0b2a5a7db679c1ad7551d43e6364d1df2 in external/wpa_supplicant_8 we don't need those modules if WPA_SUPPLICANT_VERSION is not set by the BoardConfig.mk. Actually the generic devices don't need them. Change-Id: Iff7c1fbf483bd16d5f898836c4e7401d56def80f Conflicts: target/product/core_tiny.mk
* | | | | Delete board config for the unused "emulator" device.Ying Wang2013-12-053-23/+0
| | | | | | | | | | | | | | | | | | | | Change-Id: I1e1d47fece4113be9f31f04775c5b310d28017e3
* | | | | Explictly set WPA_SUPPLICANT_VERSION := VER_0_8_X for the generic devicesYing Wang2013-12-055-0/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since 558477c0b2a5a7db679c1ad7551d43e6364d1df2 in external/wpa_supplicant_8 we don't have WPA_SUPPLICANT_VERSION default to VER_0_8_X. This fixes the SDK build. Change-Id: Ib7a8e10705dc6b987b60b1308405e89eaa2a47c9
* | | | | Merge commit 'c73341006286c391ae4d268a77f5e008045d5308' into HEADThe Android Open Source Project2013-11-2219-352/+297
|\ \ \ \ \ | |/ / / / | | | | / | |_|_|/ |/| | | Change-Id: I4bf7d32d65e19dfa1f0533fdd3b2295c50b13005
| * | | am e652af1e: Merge "BoardConfig: Add and document vsync phase offset ↵Jamie Gennis2013-10-081-0/+22
| |\ \ \ | | |/ / | | | | | | | | | | | | | | | | | | | | setting" into klp-dev * commit 'e652af1e808b2b15e23bc472f9be6592735a0a8e': BoardConfig: Add and document vsync phase offset setting
| | * | BoardConfig: Add and document vsync phase offset settingJamie Gennis2013-10-071-0/+22
| | | | | | | | | | | | | | | | | | | | Bug: 10624956 Change-Id: I82def5730f9d09396809d4b8cd2ea44829b21f22
| * | | am 0b42554f: am 12eeb000: Merge "Add generic aarch64 board config and build ↵Ben Cheng2013-10-076-1/+127
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | rules." * commit '0b42554fd8c7a43ca45504e4586f1eef578308de': Add generic aarch64 board config and build rules.
| * \ \ \ am 752cd60d: Merge "Move DownloadProviderUi from core_minimal to core.mk" ↵Justin Koh2013-10-022-1/+1
| |\ \ \ \ | | | |/ / | | |/| | | | | | | | | | | | | | | | | | | | | | into klp-dev * commit '752cd60d468136d95b9a040eede9e5ff884820a4': Move DownloadProviderUi from core_minimal to core.mk
| | * | | Move DownloadProviderUi from core_minimal to core.mkJustin Koh2013-10-022-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Move DownloadProviderUi from core_minimal to core.mk. This UI requires DocumentsUi so it doesn't make sense to ship it on devices which are only using core_minimal. Change-Id: Id8a4f2a9835a05e9281596dbd5ca7b8e76062cd4
| * | | | am ab7b53b8: am 5d92a933: Merge "x86_64: Adding new target"Ying Wang2013-10-027-0/+152
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | * commit 'ab7b53b8e09e3d346384a5257e8f7a440a53dfc0': x86_64: Adding new target
| * \ \ \ \ am d7992e95: Replace a dangling refeence to packages/apps/Phone.Ben Gilad2013-10-021-1/+1
| |\ \ \ \ \ | | | |/ / / | | |/| | | | | | | | | | | | | | | * commit 'd7992e95879535fbb7034c1f8e86460027f4ea04': Replace a dangling refeence to packages/apps/Phone.
| | * | | | Replace a dangling refeence to packages/apps/Phone.Ben Gilad2013-09-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I47b68510d19ccbaa2fc125c2a422fd1e857ec18e
| * | | | | am 71fc41df: Enable art for user buildsBrian Carlstrom2013-09-193-3/+9
| |\ \ \ \ \ | | |/ / / / | | | | | | | | | | | | | | | | | | * commit '71fc41df1eea345949e8e838b573ac367a52f9c7': Enable art for user builds
| | * | | | Enable art for user buildsBrian Carlstrom2013-09-193-3/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 10069754 Change-Id: Iaaff33a97bd7b68b2e8d84cd0034b15dde8a4316
| * | | | | am 24cffbac: Merge "Add oatdump for ART to go with dexdump for Dalvik" into ↵Brian Carlstrom2013-09-171-1/+2
| |\ \ \ \ \ | | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | klp-dev * commit '24cffbac65dfc1dd17f45dc008abc36140c81032': Add oatdump for ART to go with dexdump for Dalvik
| | * | | | Merge "Add oatdump for ART to go with dexdump for Dalvik" into klp-devBrian Carlstrom2013-09-181-1/+2
| | |\ \ \ \
| | | * | | | Add oatdump for ART to go with dexdump for DalvikBrian Carlstrom2013-09-171-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 10807447 Change-Id: I48d1bc0ca025215383161dbf160d4f9270d97496
| * | | | | | am 22b85cc1: Merge "Add loudness enhancer to platform" into klp-devJean-Michel Trivi2013-09-171-0/+1
| |\ \ \ \ \ \ | | |/ / / / / | | | | | | | | | | | | | | | | | | | | | * commit '22b85cc1144b0710a611ac8e0568b73fe3a52368': Add loudness enhancer to platform
| | * | | | | Merge "Add loudness enhancer to platform" into klp-devJean-Michel Trivi2013-09-181-0/+1
| | |\ \ \ \ \ | | | |/ / / / | | |/| | | |
| | | * | | | Add loudness enhancer to platformJean-Michel Trivi2013-09-161-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add loudness enhancement audio effect to the platform. Bug 8413913 Change-Id: I00cf4ca6f68572594731102d33ae525b57d43d96
| * | | | | | am f52651ef: Merge "Add default WallpaperCropper to the build" into klp-devMichael Jurka2013-09-161-1/+2
| |\ \ \ \ \ \ | | |/ / / / / | | | | | | | | | | | | | | | | | | | | | * commit 'f52651ef2791292ba6c50f98a6558e9e0a3b0b61': Add default WallpaperCropper to the build
| | * | | | | Merge "Add default WallpaperCropper to the build" into klp-devMichael Jurka2013-09-161-1/+2
| | |\ \ \ \ \
| | | * | | | | Add default WallpaperCropper to the buildMichael Jurka2013-09-161-1/+2
| | | |/ / / /
| * | | | | | am f8068c2f: Remove Terminal for now.Jeff Sharkey2013-09-161-1/+0
| |\ \ \ \ \ \ | | |/ / / / / | | | | | | | | | | | | | | | | | | | | | * commit 'f8068c2fbcd149547f4c6e35a091745927712a22': Remove Terminal for now.
| | * | | | | Remove Terminal for now.Jeff Sharkey2013-09-161-1/+0
| | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | Bug: 10780928 Change-Id: Iab3991e8d7df7d29e108e389ea18702c5e7efa25
| * | | | | am 5839c0f2: Remove libchromium_net from the base product.Torne (Richard Coles)2013-09-121-1/+0
| |\ \ \ \ \ | | |/ / / / | | | | | | | | | | | | | | | | | | * commit '5839c0f23deb80cce3314172d23ba5926262aef4': Remove libchromium_net from the base product.
| | * | | | Remove libchromium_net from the base product.Torne (Richard Coles)2013-09-121-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The Chromium network stack is only needed by libwebcore and stagefright, both of which already explicitly depend on it, so there's no need for it to be in the base package list. Bug: 10427705 Change-Id: Ifbb089de867c577788c6310571337c39c4ce31e0
| | * | | | include external/sil-fontsVictoria Lease2013-09-111-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 10625246 Change-Id: I15c655030557e91663635b70848da86c9e0221e7 (cherry picked from commit fd1327256e698a7b5dd677bea45947fd20b23208)
| * | | | | am fd132725: include external/sil-fontsVictoria Lease2013-09-061-0/+1
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'fd1327256e698a7b5dd677bea45947fd20b23208': include external/sil-fonts
| * \ \ \ \ \ am 7e258f11: Merge "add libeffectproxy for audio effects offloading" into ↵Eric Laurent2013-09-061-0/+1
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | klp-dev * commit '7e258f11064d51413e5e53fba842ace016ebc032': add libeffectproxy for audio effects offloading
| | * | | | | add libeffectproxy for audio effects offloadingEric Laurent2013-09-061-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | libeffectproxy is used when offloading audio effects to a DSP. It is a framework component working with the audio effects factory in libeffects that must be present on all products. Bug: 8174034. Change-Id: I5035884735a370e9fe87467a45efbf24ba190886
| * | | | | | am 9647ca3d: Combining InCallUI & Dialer (part 2)Santos Cordon2013-09-041-1/+0
| |\ \ \ \ \ \ | | |/ / / / / | | | | | | | | | | | | | | | | | | | | | * commit '9647ca3d8e9e4799d41c436db5f594ad32397290': Combining InCallUI & Dialer (part 2)