summaryrefslogtreecommitdiffstats
path: root/device_base.mk
Commit message (Collapse)AuthorAgeFilesLines
* Fix regression in bugreport key comboKenny Root2011-12-021-6/+4
| | | | | | | | | | | | | | In Gingerbread, pressing the bugreport key combo when USB debugging was enabled created a bugreport. This key combo was changed to run bugmailer.sh in Honeycomb. This was further changed to run some different things in ICS, but it was disabled for user builds. These changes inadvertently made bugreport key combo not work on user builds. When the combo is pressed, this appears in dmesg: init: cannot find '/system/bin/bugmailer.sh', disabling 'bugreport' Change-Id: If3a09d9dabdc598bf714512bc402bdcb8767d25c
* Replace vendor specific NfcGoogle.apk with generic Nfc.apkNick Pelly2011-11-211-1/+12
| | | | | | | | | | | | | | The access control changes allow us to just use Nfc.apk with the regular platform certificate, instead of the custom signed NfcGoogle.apk. So we can compeltely get rid of vendor/google/apps/NfcGoogle and just build it out of packages/apps/Nfc now. The package name is also reverted from com.android.nfc3 to com.android.nfc The NFC uid needs to get bumped (25 to 27) to allow the cert change. Bug: 5608249 Change-Id: Ib6e8fadea1b6ba0b1fcbeda5453a2a2cd4fbd0c6
* Follow-up fixes to NFC access control changes.Nick Pelly2011-11-141-3/+12
| | | | | | | | | | Add platform test signature to nfcee_access_debug.xml. Move other NFCEE xml from vendor/ to device/ Fix tuna->crespo references. Change-Id: I5da4a50d2b1c502c1ba0b3c7d30013e797e1a818
* Allow wallet to use NFCEE on crespo and crepo4g.Nick Pelly2011-11-111-0/+9
| | | | | Bug: 4515759 Change-Id: I3c6004ca56225824823707bddd9067496c449515
* NFC: HAL for crespo/crespo4gMartijn Coenen2011-11-041-0/+4
| | | | Change-Id: If29df4a0a9697d7066f9f21f5fbdc29d9042c387
* libhwcompower: Add HWCompower HALjung-min.oh2011-08-241-2/+2
| | | | | Change-Id: I8842908564b4556621af4e9d1245e07673f6d87c Signed-off-by: jung-min.oh <jung-min.oh@samsung.com>
* Create library for common audio HAL functionsEric Laurent2011-08-181-1/+2
| | | | | | | Moved echo reference and resampler code to audio utils library so that they can be shared by other audio HALs. Change-Id: I7ab88843cc58ecc276bc4ccbbdc826c8c0b4a430
* Remove color convert library.Chih-Chung Chang2011-08-081-1/+0
| | | | | | | It's not needed because both the decoder output and encoder input are already in I420 format. Change-Id: I64792ab240e63c9d49b7190ca7e9b783e51c965e
* SEC-OMX support YV12 for video editor.SeungBeom Kim2011-08-041-0/+1
| | | | | Change-Id: Ia67d3aceb8cffa75be3ea373f87d2f20165ac831 Signed-off-by: SeungBeom Kim <sbcrux.kim@samsung.com>
* additional scripts for emailing bugreports after captureGuang Zhu2011-07-201-2/+6
| | | | | | | | | first script calls dumpsys to generate the bugreport, second script launches a cmd line tool that queries account manager for possible accounts to set as "to:" field and launches an intent to mail the bugreport out Change-Id: Ifcbcbf10e334fb5127a8c3d0cc7ab1d1f0918542
* Add bugmailer to the open-source makefileJean-Baptiste Queru2011-07-181-0/+4
| | | | | | | | It's an open-source file, it doesn't need to be referenced from non-open-source makefile, the open-source ones are fine for that. Change-Id: I426a3e5de03daf347cbbecdd425e5baa6ab68864
* Clean up device-specific appsJean-Baptiste Queru2011-07-071-14/+0
| | | | Change-Id: I92378e3da1790307f5eeea06e15da6f7e1529b92
* cleanupJean-Baptiste Queru2011-07-071-4/+0
| | | | Change-Id: Idf9f9a5256a58f694fc09287e2f9abfbab688aee
* Merge "Install NFC firmware if available."Nick Pelly2011-06-241-0/+2
|\
| * Install NFC firmware if available.Nick Pelly2011-06-241-0/+2
| | | | | | | | Change-Id: I51649984dfbaad7b74bcac6f30f0348659f0ffc1
* | Add Video Editor to crespo buildShih-chia Cheng2011-06-241-0/+4
| | | | | | | | Change-Id: I01dcfbfe135dbc5a7f8054cbcca23db157cc4fff
* | Fix keylayouts for ICS.Jeff Brown2011-06-231-1/+3
|/ | | | | | | | | | | | | | Some Crespo devices have a single combined touchscreen and use the framework virtual key support instead of having a separate capacitive keypad sensor. The default key layout changed in Honeycomb which had the effect of breaking the HOME key on these devices. Added a new key layout to explicitly map the virtual keys. Also fixed an old key layout that used obsolete syntax. Bug: 4901533 Change-Id: I3281b516ea44a150ec85da29bc5f0f3c00da2e6b
* Merge "Remove the tags app from crespo."Jeff Hamilton2011-06-171-2/+1
|\
| * Remove the tags app from crespo.Jeff Hamilton2011-06-171-2/+1
| | | | | | | | Change-Id: Ib4c6aa94eb2e0fca4a3ccf84f54849b9dd1ce522
* | USB and storage configuration for new USB gadget supportMike Lockwood2011-06-171-0/+1
|/ | | | | Change-Id: I28987b6b3033099a5ba78f0e680581153b6e0ec4 Signed-off-by: Mike Lockwood <lockwood@android.com>
* libcamera: Change camera.herring.so from camera.s5pc110.soJeong-Seok Yang2011-06-141-1/+1
| | | | | | | | | crespo: libcamera is for only herring not boards what are based on s5pc110. So the module name is changed to camera.herring.so from camera.s5pc110.so Change-Id: Ie2231ecfd4c97dd72fba8258e489f90df27b9f51 Signed-off-by: Jeong-Seok Yang <jseok.yang@samsung.com>
* Advertise mifare feature on all crespo buildsJean-Baptiste Queru2011-06-101-0/+1
| | | | Change-Id: Iff2b4c3cbdaec8664e1c22fe3433811f00a6d755
* Use PRODUCT_DEFAULT_PROPERTY_OVERRIDES instead of ADDITIONAL_DEFAULT_PROPERTIESMike Lockwood2011-06-091-1/+1
| | | | | Change-Id: I41ad17bfb11c594d20703e39fcc95b3c77f1039b Signed-off-by: Mike Lockwood <lockwood@android.com>
* Set default USB function to mass_storageMike Lockwood2011-06-081-0/+4
| | | | | Change-Id: I12794ebd2b50f0be162778d4847ea331e046a491 Signed-off-by: Mike Lockwood <lockwood@android.com>
* crespo: enable camera (wip)Iliyan Malchev2011-06-071-0/+4
| | | | | Change-Id: I2884f34700cd1cd66f0604378cf12b713263a9d1 Signed-off-by: Iliyan Malchev <malchev@google.com>
* Clean up AOSP-related stuffJean-Baptiste Queru2011-06-061-0/+8
| | | | Change-Id: Ic29d677ddd4ac71d42215ef0deaefb8a4e685d88
* Add NFC modules by default.Jean-Baptiste Queru2011-06-031-0/+7
| | | | | | | They had to be disabled for a while because of a crashing issue that has since been resolved. Change-Id: Ib4494d497136278b81eb5ff67c0ffa1b92f77d16
* Add Bluetooth conf file to the PRODUCT_COPY_FILES.Jaikumar Ganesh2011-05-261-0/+4
| | | | Change-Id: I94bcfd1814149928c9ab0fd12792eb45ae9369f7
* Move some files to the open-source sideJean-Baptiste Queru2011-05-201-0/+8
| | | | | Bug:3267987 Change-Id: If89b949d4829457c1eb3cd0e4790ca3d06982f56
* crespo/audio: build hal modules instead of libaudioDima Zavin2011-04-201-0/+6
| | | | | Change-Id: Ia4134c310a8e854d85c3584907a4da07355cc2b3 Signed-off-by: Dima Zavin <dima@android.com>
* am a333c919: am 89b7f979: am 3b10d5ef: Correctly handle prebuilt kernel\'s ↵JP Abgrall2011-04-151-1/+7
|\ | | | | | | | | | | | | wifi module. * commit 'a333c919a6ff8d0e79df823a92b1638012d6ec5a': Correctly handle prebuilt kernel's wifi module.
| * am 89b7f979: am 3b10d5ef: Correctly handle prebuilt kernel\'s wifi module.JP Abgrall2011-04-151-1/+7
| |\ | | | | | | | | | | | | * commit '89b7f97966dcbc8eedc260a876c2212c5aac92f8': Correctly handle prebuilt kernel's wifi module.
| | * Correctly handle prebuilt kernel's wifi module.JP Abgrall2011-04-121-1/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When specifying a perbuilt kernel, the wifi module should also be specifiable. Now we allow make -j8 TARGET_PREBUILT_WIFI_MODULE=/my_kernel_dir/drivers/net/wireless/bcm4329/bcm4329.ko TARGET_PREBUILT_KERNEL=/my_kernel_dir/arch/arm/boot/zImage Change-Id: Iccd3db49205d43952a4540136006220bf57dc3ba Signed-off-by: JP Abgrall <jpa@google.com>
* | | Merge from honeycombJean-Baptiste Queru2011-04-111-6/+0
|\ \ \ | |/ / | | | | | | Change-Id: I566e6cc26153aaca3fc37bf5eb8e79b2042746ba
| * | Merge from gingerbreadJean-Baptiste Queru2011-04-111-6/+0
| |\ \ | | |/ | | | | | | Change-Id: I595b03d9a91c7a9e58b0789b2cbbacdaa2f961e9
| | * Clean up crespo/crespo4g's makefile inheritance.Jean-Baptiste Queru2011-04-051-6/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Specifically, remove crespo's BoardConfigVendor from crespo4g's inheritance chain, so that it's possible to build a no-driver crespo4g in AOSP when the crespo drivers are present. Same thing with crespo's device_vendor.mk BUG=4211111 Change-Id: I23e7c4b15c38b1acee4165db7be37044e19745ff
| | * Don't build NFC in open-source builds. It's not meant to be used there.Jean-Baptiste Queru2011-03-311-7/+0
| | | | | | | | | | | | | | | Bug: 4196003 Change-Id: If27cdb243936dd6035ab9e6278a615e69dee9971
* | | Move screen size/density config to PRODUCT_AAPT_CONFIGYing Wang2011-03-161-6/+2
|/ / | | | | | | Change-Id: I4785393de5a6913ba844b431b62d0cb0eb3272ff
* | resolved conflicts for merge of 07248e51 to honeycomb-plus-aospYing Wang2011-03-151-5/+10
| | | | | | | | Change-Id: I0599b835e8a00a900fcff167fa91929d86c51598
* | resolved conflicts for merge of 0ea9ad81 to gingerbread-plus-aospYing Wang2011-03-151-7/+0
|/ | | | Change-Id: I6d87fd917228920ebf87ae7d4fd178a431ab33fe
* Separate out device_base.mk, which is common to crespo and crespo4gYing Wang2011-03-151-0/+165