summaryrefslogtreecommitdiffstats
path: root/Android.mk
Commit message (Collapse)AuthorAgeFilesLines
* Android.mk: only include makefiles if target device is crespo or crespo4gcodeworkx2012-03-241-0/+2
| | | | Change-Id: Id7b73712ae0fc3f6f8479e914643fc864c458956
* Remove the simulator target from all makefiles.Jeff Brown2011-07-111-2/+0
| | | | | | Bug: 5010576 Change-Id: Ie6fa05f8d72bdf6da3b743a7f8c2464f9febc868
* Remove setup_fs from crespo specific code.Ken Sumrall2011-06-031-11/+0
| | | | | | It was moved to system/extras/ext4_utils Change-Id: I8e9e102203e65edd35cef9901ffaf09e49b21654
* Crespo specific changes for encryption support.Ken Sumrall2011-05-271-1/+1
| | | | | | | | | Crespo fastboot leaves the userdata partition empty after a wipe, and init.herring.rc runs setup_fs to format it if it's not. This adds a check to prevetn setup_fs from formatting an encrypted userdata. Change-Id: I009b1c047b5127232a4fc922fb98c3f0896d3d72
* am 7b7f177d: am 21a6e50d: Add setup_fs and keymaps to crespo4g productSimon Wilson2011-03-081-1/+1
|\ | | | | | | | | * commit '7b7f177d854f920243fa56e5f6d590509f2e8ee0': Add setup_fs and keymaps to crespo4g product
| * Add setup_fs and keymaps to crespo4g productSimon Wilson2011-03-081-1/+1
| | | | | | | | Change-Id: Ic782e80ed86dd4714a851fb3ffb0ae708a050e78
* | Upgrade to new key character map format.Jeff Brown2010-11-181-10/+0
|/ | | | Change-Id: If6ad853b2743f98d514d89587f600602866c412f
* Add VIRTUAL key flag for crespo virtual keys.Jeff Brown2010-10-011-1/+1
| | | | | | | Also fixed the name of the keymap files since it seems the name of the driver has changed. Change-Id: I4dad325d38a6c85d21e9dfbfa27fbdd5663bcb78
* Fix sim-eng build.Andy McFadden2010-09-241-0/+2
| | | | | | | | Exclude crespo files from sim-eng build. Some of the makefiles depend explicitly on libc (which is weird) and libdl (which is normal for us), and neither of those plays well in sim-eng. Change-Id: I2907a04ddb274597f75fdafacff99df8bb005168
* switch over to ext4Brian Swetland2010-09-151-0/+7
| | | | | | | | | - configure build for ext4 images - add tool to initialize filesystems at boot if need be - require new bootloader with ext4 partitions - hope for the best Change-Id: I9c721384ce139e24ff109971de49ceb5abb40406
* fix permissionsBrian Swetland2010-09-081-0/+0
| | | | Change-Id: Ifbd8cb9bf7aeea2f506b917e6a95a1261322d9f7
* Revert "clean up some assorted messes"Ed Heyl2010-09-081-0/+0
| | | | | This reverts commit cd5494ba06fc709c15dea1f73f7673c4fd5b953c because we believe it's causing the device not to boot.
* clean up some assorted messesBrian Swetland2010-09-071-0/+0
| | | | | | | | | - devices should not replace init.rc -- gone - moved efs mounting into init.smdkc110.rc - fixed permissions (makefiles and rcfiles are not executable) - fixed permissions (shell scripts are executable) Change-Id: I105422d627655cafbefd66168e077b22f28cebd7
* Make all crespo modules explicitly optionalJean-Baptiste Queru2010-09-031-0/+2
| | | | Change-Id: I8097125dd530d5a5a4114da91f758083e5095dcf
* Move crepo-conditionals to the leaves.Jean-Baptiste Queru2010-09-031-2/+18
| | | | | | | | | | | | Two benefits: -this follows the convention that all Android.mk files are included, i.e. that reading an Android.mk file shows the entire picture. -this allows some of the leaves to become non-conditional, to increase the number of device-specific modules that are compiled in each build, which allows catching build breakages earlier. Change-Id: I060a4aecc4b5d53b9ca56f13b8599b8fa560f896
* Handle kcm keymaps like regular modulesJean-Baptiste Queru2010-09-021-1/+11
| | | | Change-Id: I4c87c5a332512646a11854c3546281fdd18e4137
* Only build the libraries for crespo.Ying Wang2010-08-261-0/+2
| | | | Change-Id: Ie396dbb6dcdb9c0265cbe1c7cb0e2130f4eb7b1f
* Initial import of crespo device specific files for platform buildkyoungheon2010-08-181-0/+1
Change-Id: I839734650a3f82a8fc735a91c9add6e1881d567f