Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Export the new system_server classpath. | Narayan Kamath | 2014-08-07 | 1 | -1/+2 |
| | | | | | | bug: 16555230 Change-Id: I99d2d219b5bd6dc4807cb53e44dc5715cc0815b3 | ||||
* | Regenerate init.environ.rc if PRODUCT_BOOTCLASSPATH changed. | Ying Wang | 2014-06-14 | 1 | -1/+9 |
| | | | | Change-Id: I4686c1239aa5ed361c918ce4e7a5abf9a1552ab4 | ||||
* | Generate init.environ.rc by populating BOOTCLASSPATH | Ying Wang | 2013-07-24 | 1 | -46/+29 |
| | | | | | | | | | | - BOOTCLASSPATH now is derived from PRODUCT_BOOT_JARS, which is a product configuration variable set up by the core build system. - Moved files from the legacy ALL_PREBUILT to PRODUCT_COPY_FILES in build/target/product/embedded.mk. Bug: 9990214 Change-Id: I98bac36c1ca8c779dda572a0a5e0a22b7e4c4a7a | ||||
* | Remove DBUS from make and header files | Matthew Xie | 2013-04-23 | 1 | -1/+0 |
| | | | | | | | | DBUS had been needed by bluetooth bluz stack. It is not needed after we replaced bluez stack with bluedroid stack. bug 6872904 Change-Id: I3fa41c1dd4ac80bc679d5950b3b20c7f6d12265f | ||||
* | move goldfish stuffs to device/generic/goldfish | Keun young Park | 2013-03-05 | 1 | -33/+0 |
| | | | | | | - each files will be pulled in emulator.mk as PRODUCT_COPY_FILES Change-Id: I4772e2fd863e6d2663f477c3acd8a90cb95b498a | ||||
* | Merge "[MIPS] Enable SD-card functionality to work" | Keun-young Park | 2012-08-14 | 1 | -0/+4 |
|\ | |||||
| * | [MIPS] Enable SD-card functionality to work | Bhanu Chetlapalli | 2012-06-07 | 1 | -0/+4 |
| | | | | | | | | | | Change-Id: I711f533214b9b7bce2ff1000a55d6b8f310f2399 Signed-Off-By: Bhanu Chetlapalli <bhanu@mips.com> | ||||
* | | init.rc: Add support for new USB accessory configurations | Mike Lockwood | 2012-04-11 | 1 | -0/+2 |
|/ | | | | | | | Also moved USB scripts to new file init.usb.rc Change-Id: I98e099fbd8de3eb3e1e18c9ef69312608033a50c Signed-off-by: Mike Lockwood <lockwood@google.com> | ||||
* | x86: Add vold.fstab to mount the SD card | Jun Nakajima | 2011-02-13 | 1 | -0/+4 |
| | | | | | Change-Id: Ie1f70a22dd4e27e8ea956d5e627877d1e2379b95 Signed-off-by: Jun Nakajima <jun.nakajima@intel.com> | ||||
* | merge from open-source master | The Android Open Source Project | 2010-07-16 | 1 | -1/+1 |
|\ | | | | | | | Change-Id: I03f6a73a782706a7c77041db4e626c40dffa647a | ||||
| * | Fix sdcard mount issue. | Ravi K Yenduri | 2010-07-15 | 1 | -1/+1 |
| | | | | | | | | | | | | | | Push vold.fstab on to the emulator, which is now denoted by TARGET_PRODUCT=full. Change-Id: I502af9b06903808fa2448c1013ddd8904f6000ca | ||||
* | | init: Add ueventd.rc parsing to ueventd | Colin Cross | 2010-04-21 | 1 | -0/+13 |
| | | | | | | | | Change-Id: Iea53050d6c10e8cabf563e5d80e84eaf78873695 | ||||
* | | Add a build dependency for ramdisk.img on system/core/rootdir/init.rc | Colin Cross | 2010-04-13 | 1 | -0/+1 |
|/ | | | | Change-Id: Id9698a88720cc0c70e3d9c43c9bac9b74f4798b6 | ||||
* | rootdir: Switch to vold.fstab | San Mehat | 2009-12-24 | 1 | -1/+1 |
| | | | | Signed-off-by: San Mehat <san@google.com> | ||||
* | Ensure -user builds can run the dex preopt pass in the emulator. | David 'Digit' Turner | 2009-09-23 | 1 | -6/+9 |
| | | | | | This is done by ensuring that /init.goldfish.rc and /system/etc/init.goldfish.sh are part of the system image, even if it lacks other emulator related bits. | ||||
* | Fix a bug that prevented the "generic" product builds from working in the ↵ | David 'Digit' Turner | 2009-09-08 | 1 | -3/+9 |
| | | | | | | | | emulator. This also ensures that emulator-specific files /init.goldfish.rc and /system/etc/init.goldfish.sh are never part of -user builds, which correspond to production devices. | ||||
* | system: vold: Ensure a default vold.conf exists for generic target | San Mehat | 2009-08-31 | 1 | -0/+4 |
| | | | | Signed-off-by: San Mehat <san@google.com> | ||||
* | rootdir: Remove ip-up-vpn script, which is replaced by an executable. | Chia-chi Yeh | 2009-07-10 | 1 | -1/+0 |
| | |||||
* | rootdir: Obsolete ppp/peers/common and racoon/racoon.conf. | Chia-chi Yeh | 2009-06-27 | 1 | -2/+1 |
| | |||||
* | rootdir: Remove gprs/pppd related scripts. | Chia-chi Yeh | 2009-06-18 | 1 | -6/+0 |
| | | | | vpn related scripts will be updated in the next change. | ||||
* | Add the ipcp scripts for pppd and racoon configuration for ipsec-tools. | Chung-yih Wang | 2009-06-12 | 1 | -3/+5 |
| | | | | | | 1. add ip-up/ip-down script 2. add /etc/ppp/peers/common 3. add /etc/racoon/racoon.conf | ||||
* | auto import from //depot/cupcake/@135843 | The Android Open Source Project | 2009-03-03 | 1 | -0/+58 |
| | |||||
* | auto import from //depot/cupcake/@135843 | The Android Open Source Project | 2009-03-03 | 1 | -58/+0 |
| | |||||
* | auto import from //branches/cupcake/...@130745 | The Android Open Source Project | 2009-02-10 | 1 | -1/+0 |
| | |||||
* | Code drop from //branches/cupcake/...@124589 | The Android Open Source Project | 2008-12-17 | 1 | -2/+4 |
| | |||||
* | Initial Contribution | The Android Open Source Project | 2008-10-21 | 1 | -0/+57 |