summaryrefslogtreecommitdiffstats
path: root/Android.mk
Commit message (Collapse)AuthorAgeFilesLines
* 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