summaryrefslogtreecommitdiffstats
path: root/device.mk
Commit message (Collapse)AuthorAgeFilesLines
* Use the filesystem mounter to mount and check filesystemsKen Sumrall2012-05-011-0/+2
| | | | | | | fs_mgr reads /fstab.<device> to determine what to mount and what to check, and removes the details from the init.<device>.rc file. Change-Id: Idf9f9ba737a4850dc15a926a74e74b9d7023693f
* Add USB audio HAL to the buildMike Lockwood2012-04-261-1/+2
| | | | | Change-Id: Ia6b6caf67f3c2e53431d7b65c3a30c57975faa2a Signed-off-by: Mike Lockwood <lockwood@google.com>
* Move Mifare feature to frameworks/native.Martijn Coenen2012-04-121-1/+1
| | | | Change-Id: I0547ec0e5c7a9a893922f142bcea5be1ce089cca
* update nfc xml pathRamanan Rajeswaran2012-04-121-1/+1
| | | | Change-Id: Ib806a8f9da3a14f90cc43cceaa8e58ff9a5254e2
* tuna: Add Power HALTodd Poynor2012-04-111-0/+3
| | | | | | | | | | | | | | | * Add Power HAL for Tuna. * Update cpufreq interactive governor params: min_sample_time = 100ms to cover bursts of graphics load go_hispeed_load = 40% to handle graphics loads * Move screen off maximum frequency to generic cpufreq scaling_max_freq interface, set when turning screen on/off. * Move cpufreq init from init.rc to Power HAL. Change-Id: I12efd9b5fbfe89a487fac926b42ce1fe65980f7a
* Add sii9234 rcp keymapGreg Hackmann2012-04-051-1/+3
| | | | | Change-Id: I1365cfe58284e39169a511ff554ec1af6152c3d7 Signed-off-by: Greg Hackmann <ghackmann@google.com>
* Remove keystore.tuna.so from product buildKenny Root2012-04-041-2/+2
| | | | | | | | The driver has a power usage bug, so remove this from the device build for now. Bug: 6277753 Change-Id: Iaa27eaafc3764fb91cd2055028979c8ea74f035f
* audio policy: added configuration fileEric Laurent2012-04-031-1/+6
| | | | | | Added audio policy manager configuration file. Change-Id: I62163e203a42596ac69b2971c5c0fa99817b33b3
* Add implementation of keymaster for tunaKenny Root2012-03-271-0/+3
| | | | | | | | This implements the hardware crypto for tuna devices based on libtf_crypto_tee which means it should be compatible with all OMAP4 devices. Change-Id: I17667214f7ba132428dee829078d990fde8447d1
* move hardware feature definitionsColin Cross2012-03-261-15/+15
| | | | | | | Move the hardware feature xml files from frameworks/base/data/etc to frameworks/native/data/etc. Change-Id: I81350d0be67f958860a2118042f1fda353c75b89
* tuna: update dalvik heap config locationDima Zavin2012-03-231-1/+1
| | | | | Change-Id: I6466f5a0de81ef6cd835c4d19278b959fe579bdd Signed-off-by: Dima Zavin <dima@android.com>
* Codec components are now dynamically configured.Andreas Huber2012-03-011-0/+1
| | | | Change-Id: Ife617162d1e1bb3e7102ffe1138d580a7b6f61ec
* am f5bee2d8: am 6305434b: Merge "tuna: add headset jack key layout files" ↵Dima Zavin2012-01-191-1/+3
|\ | | | | | | | | | | | | into ics-mr1 * commit 'f5bee2d844424fceab84dff73ba97001449bfa96': tuna: add headset jack key layout files
| * tuna: add headset jack key layout filesDima Zavin2012-01-181-1/+3
| | | | | | | | | | Change-Id: Ic47caa03b2927f405784b25cbd550739f2d2daa9 Signed-off-by: Dima Zavin <dima@android.com>
* | tuna: wifi: Remove obsolete wifi.supplicant_scan_intervalDmitry Shmidt2012-01-101-2/+1
| | | | | | | | | | Change-Id: Ic37712504a0a0d296a7258cddde70cbc926b8c13 Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
* | Remove libaudioutils, now in coreGlenn Kasten2011-12-161-2/+1
|/ | | | Change-Id: I78f3e6476665b4ff211642299ba956b18d2cf5a8
* Add portrait dock imageErik Gilling2011-12-131-0/+4
| | | | | Change-Id: Iebb24768b81bb214f093e6148e967820568ec470 Signed-off-by: Erik Gilling <konkers@android.com>
* Enable user builds to capture bugreports via keycomboJustin Ho2011-12-061-6/+4
| | | | Change-Id: I550b23d1f6c281ed1234db5046e96fd7f5a5cce6
* Replace vendor specific NfcGoogle.apk with generic Nfc.apkNick Pelly2011-11-211-0/+4
| | | | | | | | | | | | | | 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: Ia10ddd14359a0df853f2195716287f0dc4301ef7
* Follow-up fixes to NFC access control changes.Nick Pelly2011-11-141-0/+10
| | | | | | | | Move other vendor/ NFCEE xml files to device/ Add platform test keys signature to nfcee_access_debug.xml Change-Id: I26fd85380255d853932652db294bf80b0a5ad50a
* Add nfcee_access.xml for tuna.Nick Pelly2011-11-111-0/+9
| | | | | Bug: 4515759 Change-Id: I955a6bfc2a732d41aae646ffe5e74363e621f1be
* Add key maps for tuna keypad.Jeff Brown2011-11-101-0/+5
| | | | | | Bug: 5580373 Change-Id: I9511eeffbdb723f13f273fff7f945e0ad1ea4826
* NFC: HAL implementation for tuna.Martijn Coenen2011-11-041-0/+3
| | | | Change-Id: I6452b5b5baeaebe9798b77e78ffbf318d6a05cd9
* Add barometer feature.Jeff Brown2011-10-181-0/+1
| | | | | | Bug: 5313710 Change-Id: Iffb18e4fcc6af1238f1ade341610a4f2be82059e
* Tuna: Add android.hardware.usb.host.xmlBenoit Goby2011-10-171-0/+1
| | | | Change-Id: I4fbb4e3fddde03ff34969e889a1d726d092f3aba
* We can now strip all of the unneeded bitmaps, to allow preloading.Dianne Hackborn2011-10-161-0/+5
| | | | Change-Id: Ie01334727ac645a344a6ec112644661faed1fb80
* tuna: create a symlink for hdcp_keysDima Zavin2011-10-111-0/+3
| | | | | Change-Id: I3c42817cfcd581d211c29e756285cb7db0a14f7d Signed-off-by: Dima Zavin <dima@android.com>
* am 4574a994: tuna: pull in the charger assetsDima Zavin2011-09-251-5/+2
|\ | | | | | | | | * commit '4574a994b913918e43d2e6179a88af47dfd75dfb': tuna: pull in the charger assets
| * tuna: pull in the charger assetsDima Zavin2011-09-251-5/+2
| | | | | | | | | | Change-Id: Id67275efe1351342f54f3bb69ad9ce852842ed2b Signed-off-by: Dima Zavin <dima@android.com>
* | am f75543da: tuna: usb: Update USB VID/PID pairssujin119.kim2011-09-251-0/+1
|\ \ | |/ | | | | | | * commit 'f75543dab6ee0616a642318035cc7277f1970fc6': tuna: usb: Update USB VID/PID pairs
| * tuna: usb: Update USB VID/PID pairssujin119.kim2011-09-241-0/+1
| | | | | | | | | | | | | | Samsung VID/PID pairs will be used for both toro and maguro. Change-Id: Ia4be673f7bd276969f7a50c469a6b7d64db9d688 Signed-off-by: sujin119.kim <sujin119.kim@samsung.com>
* | am 0bf0d9d4: Prime has no sdcard. Let aapt know which string resources to use.Amith Yamasani2011-09-221-1/+1
|\ \ | |/ | | | | | | * commit '0bf0d9d4c49d4514e347c1475ecc9b00cf9b9d55': Prime has no sdcard. Let aapt know which string resources to use.
| * Prime has no sdcard. Let aapt know which string resources to use.Amith Yamasani2011-09-221-1/+1
| | | | | | | | | | | | | | | | Alternate strings that use "USB storage" instead of "SD card" will now be correctly selected. Bug: 5347718 Change-Id: I6ca135031ad39d871216485a5c8e050854e974ac
* | am 14e7ad9e: Revert "Revert "tuna: usb: Update USB VID/PID pairs""Benoit Goby2011-09-211-1/+0
|\ \ | |/ | | | | | | * commit '14e7ad9e44adc5b7c44e232d8976881c5ed095f1': Revert "Revert "tuna: usb: Update USB VID/PID pairs""
| * Revert "Revert "tuna: usb: Update USB VID/PID pairs""Benoit Goby2011-09-211-1/+0
| | | | | | | | This reverts commit 888541214ea59d885528f82e9915c728e72ea17c.
* | am 94aca961: Merge "Revert "tuna: usb: Update USB VID/PID pairs"" into ↵Benoit Goby2011-09-211-0/+1
|\ \ | |/ | | | | | | | | | | ics-factoryrom * commit '94aca9615e70c2484699fb054a9bba791179f78c': Revert "tuna: usb: Update USB VID/PID pairs"
| * Revert "tuna: usb: Update USB VID/PID pairs"Benoit Goby2011-09-211-0/+1
| | | | | | | | This reverts commit faf345848d9f8a7d4a4c222a6e8d471a97359756.
* | am faf34584: tuna: usb: Update USB VID/PID pairsAdam Hampson2011-09-201-1/+0
|\ \ | |/ | | | | | | * commit 'faf345848d9f8a7d4a4c222a6e8d471a97359756': tuna: usb: Update USB VID/PID pairs
| * tuna: usb: Update USB VID/PID pairsAdam Hampson2011-09-201-1/+0
| | | | | | | | | | | | | | | | | | Samsung VID/PID pairs are to be used for toro. Maguro will still use the Google pairs. This change moves the existing init.tuna.usb.rc from tuna to maguro. Change-Id: If2cad7dd683477aa072184f489edd88f49bc35b6 Signed-off-by: Adam Hampson <ahampson@sta.samsung.com>
* | am 6b2df4b2: Merge changes I0f01893f,I590a522b into ics-factoryromDima Zavin2011-09-201-0/+5
|\ \ | |/ | | | | | | | | * commit '6b2df4b2936bb60f03b788867b15c6190181a1fe': tuna: add Melfas MMS144 touch firmware v50 for rev3.2 pcb tuna: add Melfas MMS144 touchscreen firmware v24 for rev3.1 pcb
| * tuna: add Melfas MMS144 touch firmware v50 for rev3.2 pcbDima Zavin2011-09-201-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | Updates for 0x50 are described below. - Analog parameters for sample circuit has been optimized to new hardware. - Embodied new feature that firmware automatically recognizes noisy environment and changes it's operating mode. - Precision on bottom of touch screen has been improved. Change-Id: I0f01893ff77d902f84eae1d409afa86cde1f505f Signed-off-by: Dima Zavin <dima@android.com>
| * tuna: add Melfas MMS144 touchscreen firmware v24 for rev3.1 pcbDima Zavin2011-09-201-0/+4
| | | | | | | | | | Change-Id: I590a522be46d7adf41872b9d4f94c25d0c0e81d6 Signed-off-by: Dima Zavin <dima@android.com>
* | Use new dalvik heap config for xhdpi phones.Dianne Hackborn2011-09-161-2/+1
|/ | | | Change-Id: I5e52aa7cc8dfda6d9241610909e8d5b4c93ae920
* Updating mk files to add/remove certain wallpapers. (Bug 5279959)Winson Chung2011-09-151-1/+0
| | | | Change-Id: I61172a5fb9611ceefe82ae71f1f15d5a1b04c9d6
* enable wifi p2p system featureIrfan Sheriff2011-09-071-0/+1
| | | | | Bug: 5267396 Change-Id: I329d3313290be78ad89394717d46b30fd29cbbd8
* tuna: include standalone charger mode supportDima Zavin2011-09-021-1/+6
| | | | | Change-Id: Ib56844c0eda029ed29de28109812646d20727d92 Signed-off-by: Dima Zavin <dima@android.com>
* audio HAL: use resampler from libaudioutils.Eric Laurent2011-08-261-1/+2
| | | | | | | Use resampler from libaudioutils instead of speex resampler directly. This change prepares integration of audio pre processing. Change-Id: Id985f7e46284fa038f16ecccaaa002b75e375a0f
* Use libinvensense_mplArve Hjønnevåg2011-08-171-1/+2
| | | | | | | This binary library provides better compass calibration and sensor fusion than just using the open source library. Change-Id: Iaadf8b19c8a25811799231a5e443f68d1aa7639b
* Add touch screen configuration.Jeff Brown2011-08-111-1/+1
| | | | Change-Id: Ied45401d021feb95dd6ac7daf79421722a3f3ab3
* tuna: update with new location of omap4 open-source codeIliyan Malchev2011-08-081-1/+1
| | | | | Change-Id: I1095e18d5cbfe2557c7b26d014debbf81a0b215a Signed-off-by: Iliyan Malchev <malchev@google.com>