summaryrefslogtreecommitdiffstats
path: root/target/product
Commit message (Collapse)AuthorAgeFilesLines
* Make sure we keep building grep now it's broken out from toolbox.Elliott Hughes2015-02-041-0/+1
| | | | Change-Id: Ib71e37c5ba238136a9790cd92ecec745e099341e
* Remove unused property.Elliott Hughes2015-01-281-1/+0
| | | | Change-Id: I14cfccf104881fdbca2b926e289b90e4bfad1c32
* Merge "Revert "Add the default local_time hal implementation to builds.""Ying Wang2015-01-211-3/+0
|\
| * Revert "Add the default local_time hal implementation to builds."Chih-Wei Huang2015-01-211-3/+0
| | | | | | | | | | | | | | | | Remove duplicate local_time.default. This reverts commit a09c24db71ec4babd0e4db36ffdd180b2fcc6f7a. Change-Id: Ic96d42235c14588d454e92a57b3bb9e74688fd99
* | Merge "emulator: Include the ranchu sensors library"David Turner2015-01-211-1/+2
|\ \ | |/ |/|
| * emulator: Include the ranchu sensors libraryChristoffer Dall2014-12-211-1/+2
| | | | | | | | | | | | | | | | | | Include the HAL library support for the ranchu sensors emulation provided for display rotation support on the virtual ranchu emulator board. Change-Id: Ibb5e1821d5f8ec9299523332352c2f0938fad687 Signed-off-by: Christoffer Dall <christoffer.dall@linaro.org>
* | Add ld.mc as a required executable to core_minimal.mk.Stephen Hines2015-01-141-0/+1
| | | | | | | | | | Bug: 18322681 Change-Id: I94754641db0c218e044f329bc59d4d918b389533
* | Revert "Remove libstlport from PRODUCT_PACKAGES."Dan Albert2014-12-161-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | The platform dependence on stlport is now far enough gone that a regular build no longer builds stlport (woot!). Unfortunately, vendor blobs don't claim their dependencies, so the build system has to keep track of this for them. Bug: 18777920 This reverts commit ef11722e9b778ac6a0edca2f51b9e510e79416f9. Change-Id: I6a0dd26dfc6837c419eb5dd2ec5258dd323fd4bf
* | Remove libdvm support from the core build system.Ying Wang2014-12-169-122/+29
|/ | | | | | | | | Now libart is the only supported runtime and we don't need the build variables PRODUCT_RUNTIMES and DALVIK_VM_LIB. Bug: 18465297 Change-Id: Ibfda931cde0649163d79b584fb5ccad927a9bc2b
* Ensure the base system includes toybox.Elliott Hughes2014-11-221-1/+2
| | | | Change-Id: I0eec19328855d67da1c574a88b452f0eeec6adc7
* arm: Support qemu-android on generic arm targetsChristoffer Dall2014-11-191-2/+8
| | | | | | | | | | | | | | When building a generic arm 32-bit target, we also want to include support for the ranchu board model for the updated Android emulator based on recent upstream QEMU. Since the emulator.mk file is included by both the generic and generic_arm64 targets and already defines a PRODUCT_COPY_FILES and PRODUCT_PACKAGES, move duplicate entries from target/board/generic*/device.mk to target/product/emulator.mk. Signed-off-by: Christoffer Dall <christoffer.dall@linaro.org> Change-Id: I7922ec0c4097776a185dbb245301d760ff332386
* Build: Support for compiled-classes fileAndreas Gampe2014-11-181-0/+5
| | | | | | | | | | Allow a compiled-classes file for pre-opting. Bug: 18410571 (cherry picked from commit 4fec0bb265ac8cdbe883b8868abfcb56713db170) Change-Id: I8c69dd0fb8c04aaae0c4f062049cc9cce7d755c7
* Remove libstlport from PRODUCT_PACKAGES.Dan Albert2014-11-171-1/+0
| | | | | Bug: 15193147 Change-Id: Idd2699d895393216bcd514da64145540faec4033
* Fix PDK build.Ying Wang2014-11-171-2/+2
| | | | | | | | Add frameworks/base/preloaded-classes to PRODUCT_COPY_FILES only if it exists in the source tree. Bug: 18305157 Change-Id: I46c277ebfb8095f9e5fe0fbb21276d932509f2eb
* Install preloaded-classes as a standalone configuration fileYing Wang2014-11-171-0/+4
| | | | | | | | | | | | | Install preloaded-classes as a standalone configuration file /system/etc/preloaded-classes, so we can configure different file per product. To override the default frameworks/base/preloaded-classes, just override in your product configuration makefile with PRODUCT_COPY_FILES before it inherits from build/target/product/base.mk: if there are multiple items in PRODUCT_COPY_FILES with the same destination, the first one takes precedence. Bug: 18305157 Change-Id: I937632b4a1aa73310ec90e73fd708fbd0c704a21
* am 4543ae81: Merge "Add Cutive Mono to makefiles" into lmp-devAlan Viverette2014-10-102-0/+2
|\ | | | | | | | | * commit '4543ae819da023b8d51f36497c6e5445a51b70ba': Add Cutive Mono to makefiles
| * Add Cutive Mono to makefilesAlan Viverette2014-10-102-0/+2
| | | | | | | | BUG: 17666124 Change-Id: I73aee6b7a211bfbd0bdba9c6c630c4c5dea905c7
* | am 811e650b: Merge "Add appops command to devices" into lmp-devAdam Lesinski2014-10-081-0/+1
|\ \ | |/ | | | | | | * commit '811e650b820ffa4f291d18d6f49673314848c810': Add appops command to devices
| * Add appops command to devicesAdam Lesinski2014-10-081-0/+1
| | | | | | | | | | | | | | This is used to set appops permissions from the command line or from CTS tests via the shell. Change-Id: I8a71d1398e2071aecfd22be7b6530f186f40c2c0
* | am e3386105: Remove PinyinIME from target configBill Yi2014-09-202-2/+0
|\ \ | |/ | | | | | | * commit 'e3386105e31971378386ef2fe8480aacfc082ea0': Remove PinyinIME from target config
| * Remove PinyinIME from target configBill Yi2014-09-192-2/+0
| | | | | | | | BUG:17578207
* | am 6156bcad: Renaming Telecomm to Telecom.Tyler Gunn2014-09-131-1/+1
|\ \ | |/ | | | | | | * commit '6156bcad42b8a08dcf41b7cb12be90d2c6d02cf5': Renaming Telecomm to Telecom.
| * Renaming Telecomm to Telecom.Tyler Gunn2014-09-121-1/+1
| | | | | | | | | | | | | | - Changing reference from Telecomm to Telecom. Bug: 17364651 Change-Id: I5b7200396dfc5f0d4c62f9a1aa50bd4fdc04fccf
* | am aaaf5025: Merge "Added new \'adb dpm\' command to the packages list." ↵Esteban Talavera2014-09-121-0/+1
|\ \ | |/ | | | | | | | | | | into lmp-dev * commit 'aaaf5025b6ecca2815d32c0c78557686b68baac6': Added new 'adb dpm' command to the packages list.
| * Merge "Added new 'adb dpm' command to the packages list." into lmp-devEsteban Talavera2014-09-121-0/+1
| |\
| | * Added new 'adb dpm' command to the packages list.Esteban Talavera2014-09-111-0/+1
| | | | | | | | | | | | | | | Bug: 17312478, 17316711 Change-Id: I2613178ea82a6c6268e7f8012e74c4a852fea0d4
| * | Remove the vbox target from the build system.Dan Albert2014-09-112-37/+0
| |/ | | | | | | | | | | | | | | I've been told this is no longer in use, and it's the only user of external/grub, which is distressingly out of date. Change-Id: I434a55e0d68f6db97fa71e294e983ff1802e9ba6 (cherry picked from commit de21059acf371a58019ef02aa79457923750aa79)
* | resolved conflicts for merge of fa21f9db to lmp-dev-plus-aospDan Albert2014-09-102-37/+0
|\ \ | | | | | | | | | Change-Id: I8cd590e7e6f764d6651dcaacd4beb8c72a23164f
| * \ am 30dbfce5: Merge "Remove the vbox target from the build system."Dan Albert2014-09-102-37/+0
| |\ \ | | | | | | | | | | | | | | | | * commit '30dbfce52fdf3ec554b1818ac40fea734e8eac3f': Remove the vbox target from the build system.
| | * | Remove the vbox target from the build system.Dan Albert2014-09-102-37/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | I've been told this is no longer in use, and it's the only user of external/grub, which is distressingly out of date. Change-Id: I434a55e0d68f6db97fa71e294e983ff1802e9ba6
* | | | am f856b093: Merge "Add com.android.future.usb.accessory support library to ↵Mike Lockwood2014-09-081-0/+1
|\ \ \ \ | | |_|/ | |/| | | | | | | | | | | | | | | | | | all builds" into lmp-dev * commit 'f856b0939670d052ef01182413d9aaa0824dcd11': Add com.android.future.usb.accessory support library to all builds
| * | | Add com.android.future.usb.accessory support library to all buildsMike Lockwood2014-09-081-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | so we don't have to remember to add it to device.mk for all products. Bug: 17189905 Change-Id: Ia19c5e16bc7916996804a52eccd3ecca89099f09
* | | | am cc3b0c41: am 5c11a76b: Merge "Add debug.atrace.tags.enableflags=0 to ↵Elliott Hughes2014-09-041-0/+4
|\ \ \ \ | | |/ / | |/| | | | | | | | | | | | | | | | | | /default.prop." * commit 'cc3b0c411389a7f8dbcc9317614f9027585cc3d0': Add debug.atrace.tags.enableflags=0 to /default.prop.
| * | | am 5c11a76b: Merge "Add debug.atrace.tags.enableflags=0 to /default.prop."Elliott Hughes2014-09-041-0/+4
| |\ \ \ | | | |/ | | |/| | | | | | | | | * commit '5c11a76badbea36c4f6b89a0d2b2dd2acee35a5d': Add debug.atrace.tags.enableflags=0 to /default.prop.
| | * | Add debug.atrace.tags.enableflags=0 to /default.prop.Stephen Smalley2014-09-031-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This ensures that the property is always set by init prior to starting any other process, which avoids the need for the bionic systrace code to try to set the property if it has not already been set to avoid the full cost of searching for an undefined property each time. See change I30ed5b377c91ca4c36568a0e647ddf95d4e4a61a for the relevant bionic code. The problem with the current bionic code is that it can trigger an attempt to set this property from any random process, which will be denied unless the process is already authorized to set debug properties. This is visible in the form of various SELinux avc: denied messages and init sys_prop: permission denied messages in dmesg output. Allowing all domains to set such properties is undesirable. Change-Id: I6d953c0c281fd72ad3eba8a479fd258023579b5b Signed-off-by: Stephen Smalley <sds@tycho.nsa.gov>
| * | | am 15493ceb: Merge "Remove webviewchromium from PRODUCT_BOOT_JARS for real."Marcin Kosiba2014-09-011-2/+1
| |\ \ \ | | |/ / | | | | | | | | | | | | * commit '15493ceba52ce6bc962c66fd38d1cb0cbd88e2eb': Remove webviewchromium from PRODUCT_BOOT_JARS for real.
| | * | Remove webviewchromium from PRODUCT_BOOT_JARS for real.Marcin Kosiba2014-09-011-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The WebView Java code is now loaded by WebViewFactory from an APK when an app needs it, so remove the old jar from the boot classpath. The previous change removed the webview from core_minimal.mk but not from core_base.mk, which is what this change addresses. Change-Id: I6f4bcd427a7e65f3a20372c3c177e9342a953290
| * | | am aab8cdb7: Merge "Remove webviewchromium from PRODUCT_BOOT_JARS."Marcin Kosiba2014-09-011-2/+1
| |\ \ \ | | |/ / | | | | | | | | | | | | * commit 'aab8cdb7044555fc88c7aaffa83884bb68a2ddb0': Remove webviewchromium from PRODUCT_BOOT_JARS.
| | * | Merge "Remove webviewchromium from PRODUCT_BOOT_JARS."Marcin Kosiba2014-09-011-2/+1
| | |\ \
| | | * | Remove webviewchromium from PRODUCT_BOOT_JARS.Marcin Kosiba2014-09-011-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The WebView Java code is now loaded by WebViewFactory from an APK when an app needs it, so remove the old jar from the boot classpath. Bug: 16329371 Change-Id: Ibed49641d04fd5e93e26ab12e203e4596e0b3bb6
| * | | | am 8078df97: Merge "Make sure that ro.dalvik.vm.native.bridge is always set."Calin Juravle2014-08-271-0/+1
| |\ \ \ \ | | |/ / / | | | | | | | | | | | | | | | * commit '8078df9755fc0942feae8ac10a4965c5de4968a8': Make sure that ro.dalvik.vm.native.bridge is always set.
| | * | | Make sure that ro.dalvik.vm.native.bridge is always set.Calin Juravle2014-08-271-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A value of "0" means that native bridge is disabled. Bug: 17104449 (cherry picked from commit 4f703a7f9ffd9a0d0432401a3173533d695d2ae6) Change-Id: I4ca379923996ea08828dea4b2cd2da045e3f8031
* | | | | am 4f703a7f: Make sure that ro.dalvik.vm.native.bridge is always set.Calin Juravle2014-08-271-0/+1
|\ \ \ \ \ | | |_|_|/ | |/| | | | | | | | | | | | | * commit '4f703a7f9ffd9a0d0432401a3173533d695d2ae6': Make sure that ro.dalvik.vm.native.bridge is always set.
| * | | | Make sure that ro.dalvik.vm.native.bridge is always set.Calin Juravle2014-08-261-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A value of "0" means that native bridge is disabled. Bug: 17104449 Change-Id: Id68afe305cd11471fed8aa3f5568e5dbfc22166c
* | | | | resolved conflicts for merge of 7a58de4e to lmp-dev-plus-aospDavid 'Digit' Turner2014-08-252-2/+1
|\ \ \ \ \ | | |/ / / | |/| | | | | | | | Change-Id: I74491684909c34022c20932e1acd57887b1f0c15
| * | | | am d0015f71: Merge changes I152eb090,Ic40360bfDavid 'Digit' Turner2014-08-252-2/+1
| |\ \ \ \ | | | |/ / | | |/| | | | | | | | | | | | | | | | | * commit 'd0015f7173d4bc2962d3c89b945e9c3bce5cb313': arm64: Fix the sdk_arm64 build products arm64: Fix aosp_arm64 system image.
| | * | | arm64: Fix the sdk_arm64 build productsDavid 'Digit' Turner2014-08-221-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch fixes the sdk_arm64 system images to boot properly when run under emulation with the new qemu-android binaries. BUG=17154406 Change-Id: I152eb09086ce4abc4b623e54de78cdaaac6b90a1
| | * | | arm64: Fix aosp_arm64 system image.David 'Digit' Turner2014-08-221-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch ensures that the system image produced for the 'aosp_arm64' build products can actually run under emulation with the new qemu-android binaries [1] The main issue is that the virtual board is named 'ranchu' instead of 'goldfish' (because the virtual hardware is _very_ different), and thus requires specific files for the boot to start properly (in particular fstab.ranchu is required to mount the system, data and cache partitions, otherwise init will fail badly because /system/bin/ and /data/ are missing important files). IMPORTANT: This requires the files under device/generic/goldfish/ from: https://android-review.googlesource.com/#/c/105020/ [1] Binaries built from https://qemu-android.googlesource.com/qemu-android BUG=17154406 Change-Id: Ic40360bf56e32aab708551c810000467d23793d4
* | | | | am cc4c481b: Add en_AU as a supported localeBaligh Uddin2014-08-211-1/+1
|\ \ \ \ \ | | |_|/ / | |/| | | | | | | | | | | | | * commit 'cc4c481b8f6f57b964715cbdab56092db08000d9': Add en_AU as a supported locale
| * | | | Add en_AU as a supported localeBaligh Uddin2014-08-211-1/+1
| | | | | | | | | | | | | | | Bug: 14587692