aboutsummaryrefslogtreecommitdiffstats
path: root/p51xx-common.mk
Commit message (Collapse)AuthorAgeFilesLines
* p51xx: change fstab handling (3/3)Ziyan2015-08-171-1/+1
| | | | | | | | | | | | Previously, fstab mounting was done in init.device.rc. This caused some problems, as for some reason, init.device.rc was executed after init.tab2.rc, not before, delaying the fstab mounts. Let's symlink fstab.espresso to fstab.espresso10 for espresso10 variants instead, so we don't need to use init.device.rc to mount fstab entries anymore. Change-Id: Ie2cf9cf73268644cc8e3d550a7cccc3d1e6c76ec
* Revert "P51XX: force builder to have vendor repos to compile"Andreas Blaesius2015-08-151-1/+1
| | | | | | This reverts commit d281417f8a6882cfb8cc48212f84050715775fc8. Change-Id: Ic13e0a77a3eec36dfc31ebcf96c01e109965e515
* p51xx: fix ramdisk (3/3)Andreas Blaesius2015-08-141-1/+2
| | | | | | | | | | | Vold expects fstab.${ro.hardware}. mount_all /fstab.${ro.hardware} doesn't work, and ends in bootloop. Let's move the mount_all line to init.device.${ro.hardware}.rc (Thanks to Tuxafgmur @ XDA) Change-Id: Iaa130a304ccb6aceb40353603d4b4381160c2541
* P51XX: fix P51XX ramdisk (2/2)Andreas Blaesius2015-08-131-1/+1
| | | | Change-Id: I13e99fd56be14ae0627d0d9978ac61ce15aca589
* P51xx: fix missmergeAndreas Blaesius2015-08-121-2/+0
| | | | | | | Remove dock_keyboard, common aosp overlay get added from espresso-common repo Change-Id: I5da13bdf71e3096eaf36859c9c900e8a995f80f2
* P51xx: move to espresso-common repo (1/2)andi342015-08-121-100/+3
| | | | Change-Id: If95daa33ddb81c48920b2914b7e97863c2c45881
* P51XX: cleanup / rework ramdisk parts for better readability (1/2)Andreas Blaesius2015-07-181-6/+6
| | | | Change-Id: Ic5ea906ccbc348a4201628ac3269f5500e7830f7
* P51XX: Don't need to copy FFMPEG config anymoreSteve Kondik2015-06-231-2/+1
| | | | Change-Id: Ib5ebdc56df0cc5640161efe67e5969192e851761
* P51XX: Enable USB OTG storage optionsKonsta2015-06-221-0/+4
| | | | Change-Id: I685c16ad8e5d74ab31c6210276ac7fa46c095373
* P51XX: rework overlayAndreas Blaesius2015-05-231-1/+1
| | | | | | Split CM and AOSP specific overlay Change-Id: I55e5b2fe359e202b1ec65bc77316629309b68fa4
* Remove density from PRODUCT_AAPT_CONFIGAdam Lesinski2015-05-151-1/+1
| | | | | | | | | | AAPT ignores densities in PRODUCT_AAPT_CONFIG. The use of PRODUCT_AAPT_PREF_CONFIG for density is encouraged, as AAPT is able to determine the fallback density to use if a resource of the specified density does not exist. Change-Id: Ib38e0b1c35b7074c70a28b7502008e79b12b9895
* media_codecs: fix NetflixMichael Gernoth2015-02-161-1/+1
| | | | | | | | | | | | The current Netflix app tries very hard to find a codec which supports AdaptivePlayback. As our HW-codec doesn't support that, the Google H.264 software-codec gets used. But it is incapable of decoding the stream from Netflix, returning H264SWDEC_STRM_ERR. The hw-codec plays the stream just fine. This removes the declaration of adaptive-playback from the (broken) software-codec which causes Netflix to use hw-based decoding. Change-Id: I50b33f445a7db5bd7ad59d200277c193c68e3ba7
* P51XX: force builder to have vendor repos to compileLars Greiss2015-01-241-1/+1
| | | | | | | We have a lot unofficial builders who forget to fetch the binaries needed for the device. The build will error out now if it was forgotten. Change-Id: I858c7ebad4bf18fe95585e0143e1d23de45bd773
* Revert "CommonMK: Update drawable settings"Andreas Blaesius2015-01-021-2/+3
| | | | Change-Id: Ife7d88c80f7d888f27f7c27b8238ee28c86a098c
* P51XX: Update media_codecsandroid-andi2015-01-021-1/+5
| | | | Change-Id: I3bcf737151ab924ad2c0e89dc0daab4153d6f421
* P51XX: add Wifi packagesandroid-andi2015-01-021-2/+6
| | | | Change-Id: I74a05eaadd1ecc0f16f6e4e731d233a9d2c6ce93
* P51XX: add a working QWERTZ sec_keyboard layoutAndreas Blaesius2015-01-011-0/+1
| | | | | | | | | Our existing keylayout wasn't working correctly in the past, so let's use a working QWERTZ layout for now. Thanks to Pevtrick @ www.android-hilfe.de Change-Id: I04114acf5c6cad4a36220756e04119d944bb70c2
* Open source Samsung dock keyboard attach programKetut Putu Kumajaya2015-01-011-0/+4
| | | | Change-Id: I0c29b98f297b8cf8787db455d1ed703b89945592
* P51XX: Add audio.r_submix.default for castingBen Edmunds2014-08-021-0/+1
| | | | Change-Id: Ic284d19ac5ada7ea23a03bfe1b8ff9f2697f1fe3
* p5100 bring upCody Ferber2014-01-041-8/+2
| | | | | | | | | | This is just a straight port of this: http://review.cyanogenmod.org/#/c/55931/ I only own the 31xx but almost exactly the same device. Change-Id: I340996dc5a96490c96ffa65159932ae59eb89937
* p5100: remove DeviceSettingscodeworkx2013-08-091-1/+0
| | | | Change-Id: I4cd69ed90f25f6fa4794a6dd69f6c1a77bd209b4
* p51xx: unified fstabcodeworkx2013-07-281-4/+0
| | | | Change-Id: I77f3d3c5409303e4af60c76b36859e05c6658472
* P51xx: Enable higher-res drawables while keeping MDPI as primaryAndrew Jiang2013-03-131-2/+2
| | | | | | | This would stop crashes due to MDPI drawables not being included, which seems to be a continuing trend. Change-Id: If660bf5775395166af070c0321583d9b1de74d8a
* p51xx: fix dock audio, add device specific settingscodeworkx2013-02-231-0/+1
| | | | Change-Id: Icaa5e6f7dc2a924ededbe9f5be4a768bcb3ecf6e
* p51xx: use omap4-common, samsung jb updatecodeworkx2013-02-151-43/+11
| | | | Change-Id: I106d3a39f089a2d1ad3f0bfaf58df81d94fdd994
* p51xx: build libnetcmdifacecodeworkx2013-01-061-0/+1
| | | | Change-Id: I3b6ce3a840fba23b36f8305ecd9464a0baa9fb76
* p51xx: add camera wrappercodeworkx2012-12-181-0/+1
| | | | Change-Id: Id99d57b5f3d3fbc9eb1b405c3f71876ffbe81c1b
* common: add audio effects configcodeworkx2012-11-241-0/+4
| | | | Change-Id: Ifc6ef98ac6d158374e5dbe8eef22782eecffd74c
* common: add fstabcodeworkx2012-11-241-1/+2
| | | | Change-Id: I139271a713e33441d27ff5247a6bd37a83367e59
* mdpi localescodeworkx2012-08-251-1/+1
| | | | Change-Id: Id2b98656de52b807a7a4ecd59d265b3e83ce754a
* xlarge mdpi devicecodeworkx2012-08-191-3/+3
| | | | Change-Id: I9efdb97cc7a070f73ae8e20f4b0a277f0c255d61
* added piranha power halDaniel Hillenbrand2012-07-261-44/+45
| | | | Change-Id: Ie4cb85a95a378cd58aa86b98e8f73f8d546dda53
* jellybeanedDaniel Hillenbrand2012-07-231-27/+24
|
* Update icsDaniel Hillenbrand2012-06-251-0/+3
|
* derpDaniel Hillenbrand2012-06-241-1/+4
|
* split overlayDaniel Hillenbrand2012-06-241-1/+1
|
* cleanupDaniel Hillenbrand2012-06-211-3/+1
|
* charging modeDaniel Hillenbrand2012-06-201-0/+5
|
* derpDaniel Hillenbrand2012-06-191-1/+1
|
* set default usb interfaceDaniel Hillenbrand2012-06-191-2/+3
|
* package overlay pathDaniel Hillenbrand2012-06-191-1/+1
|
* permission cleanupDaniel Hillenbrand2012-06-191-23/+20
|
* a2dpDaniel Hillenbrand2012-06-191-0/+1
|
* added default_gain config for audioDaniel Hillenbrand2012-06-191-0/+1
|
* add tinyucm for audioDaniel Hillenbrand2012-06-191-0/+1
|
* added volume db for audioDaniel Hillenbrand2012-06-191-0/+4
|
* this device is having a external sdcardDaniel Hillenbrand2012-06-191-1/+1
|
* include languagesDaniel Hillenbrand2012-06-191-2/+7
|
* initial commitDaniel Hillenbrand2012-06-161-0/+133