aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* espresso-common: remove useless ifdefsAndreas Blaesius2016-01-012-6/+0
| | | | | | | we're aiming to commonize all variants and this won't hurt wifi-only devices Change-Id: If72d2a12a3fe0268e52bdd5655fcc0edac69a78e
* espresso-common: use common proprietary-filesAndreas Blaesius2016-01-015-61/+124
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - use vendor/samsung/espresso-common if exist - remove domx and camera blobs which are build from source now: system/lib/hw/vendor-camera.piranha.so system/lib/libI420colorconvert.so system/lib/libOMX.TI.DUCATI1.MISC.SAMPLE.so system/lib/libOMX.TI.DUCATI1.VIDEO.CAMERA.so system/lib/libOMX.TI.DUCATI1.VIDEO.DECODER.secure.so system/lib/libOMX.TI.DUCATI1.VIDEO.DECODER.so system/lib/libOMX.TI.DUCATI1.VIDEO.H264E.so system/lib/libOMX.TI.DUCATI1.VIDEO.MPEG4E.so system/lib/libOMX_Core.so system/lib/libdomx.so system/lib/libion.omap4.so system/lib/libmm_osal.so system/lib/libtiutils.so - remove sensor blobs which are build from source now (Note: p5100 and p5110 share sensor blobs, p3100 and p3110 don't) system/bin/geomagneticd system/bin/orientationd system/lib/hw/sensors.omap4.so - gps and drm parts changed too, but don't reflect those changes here since we can't pull blobs from other devices if we don't own them Change-Id: Ieae3db1d530647a5c2401028bb6f5af7667cc0d9
* espresso-common: move some more parts to espresso-common (5/5)Andreas Blaesius2016-01-015-0/+122
| | | | | | | | | - we share one kernel source - get rid of BoardConfigCommon.mk in p3100/p5100 trees - get rid of p31xx/p51xx-common.mk - move common proprietary list Change-Id: I2d4d2ff0d29ae7a4bab6467dcc55ed27c4893514
* espresso-common: update READMEandi342015-12-302-4/+12
| | | | Change-Id: I64f60fa1302544f932539e2a5bb1f7f549b15f81
* audio: forward call mute to RIL client interfaceDheeraj CVR2015-12-023-1/+19
| | | | Change-Id: Ifd0c6d3bf271a49f9e938514c79e3ec3a1e6d92c
* espresso-common: build missing audio packagesAndreas Blaesius2015-12-031-0/+2
| | | | | | | | | audio.a2dp.default and audio.usb.default got forgotten while moving from omap4-common to espresso-common tree Fixes BT-Audio. Change-Id: I6269184c09eee1e15f8126abf758f56b0ebabc0f
* Remove custom init loglevelZiyan2015-11-151-2/+0
| | | | | | The default loglevel provides enough information, this just spams kmsg. Change-Id: Ifc34936b51cb8a8712c80d0b49532dd4fb240530
* espresso-common: Remove deprecated storage_list.xmlZiyan2015-11-151-52/+0
| | | | | | | The storage_list.xml resource overlay has been removed and is no longer used by the framework: https://source.android.com/devices/storage/config.html#android_6_0 Change-Id: I1be98bdbe91987692611056f5afefb679b8d9e1d
* espresso-common: Updated external storage configurationZiyan2015-11-151-43/+2
| | | | | | For reference see https://source.android.com/devices/storage/config.html Change-Id: I44b93bc21c69a99925e8243feebd27cb90cf42be
* Revert "espresso-common: Use dlmalloc"Ziyan2015-11-151-3/+0
| | | | Change-Id: Ic6ae3469fdb5cf9333f2886b0eb4c72f75b2fac8
* espresso-common: update RIL headerAndreas Blaesius2015-10-211-5/+128
| | | | Change-Id: I182324a851cf16304f274dce4e482c4bf81f0aac
* espresso-common: BOARD_SEPOLICY_UNION is no longer requiredAndreas Blaesius2015-10-211-18/+0
| | | | | | | | | Fix build warning: external/sepolicy/Android.mk:22: BOARD_SEPOLICY_UNION is no longer required - all files found in BOARD_SEPOLICY_DIRS are implicitly unioned; please remove from your BoardConfig.mk or other .mk file. Change-Id: I3d6e2edd175acc940f5eb0e8840207ef315bdb07
* espresso-common: don't use RIL header on wifi-only devicesAndreas Blaesius2015-10-211-0/+2
| | | | | | We don't build the custom libril on P3110 and P5110, no need to use the header for it. Change-Id: I0d4c22b5b127b766e547256a1369e1709846ffda
* art: Disable dex2oat watchdogMichael Bestas2015-09-261-0/+3
| | | | | | | | Low RAM devices are too slow to compile some very big APKs within the 6 mins limit so we get the "Optimizing apps" dialog on each boot and dex2oat never completes properly, slowing down the whole system. Change-Id: I1f3b8c533330a2268f36a2357f2b7d9e2d20c2f8
* espresso-common: commonize bluetooth configuration (1/3)Ziyan2015-09-123-0/+37
| | | | Change-Id: I588357d320bc123134ec6bb054d5215b0a296587
* espresso-common: enable KSM (Kernel Samepage Merging)Andreas Blaesius2015-09-061-0/+5
| | | | Change-Id: Ie5e5a33b228e7404d838998b0dfd90f1503f97e2
* Revert "Preload libjhead in init"Andreas Blaesius2015-09-061-3/+0
| | | | | | This reverts commit b85339b79c05da4fc517fd0b0df9650f99e08795. Change-Id: I519e7bd88aff650787f82ab879f5a0dbdaedd8f1
* espresso-common: switch to omap4-nextZiyan2015-09-024-595/+22
| | | | Change-Id: I1eef0eace20f872ba171aeb9df7ddb6ec50ce04f
* espresso-common: remove common omap4 definesZiyan2015-09-022-6/+0
| | | | Change-Id: I6ae0a39e31412e176c0bf879a2328bb549aa4b50
* espresso-common: import libpower from omap4-commonZiyan2015-09-022-0/+256
| | | | Change-Id: I5cea04799ee78c02284493f3d7e03f0f695be1ea
* espresso-common: samsung is using 5 qan elementsDaniel Hillenbrand2015-09-021-0/+1
| | | | Change-Id: Icf3405fe23bd0987627b57c35910c9a85edb4798
* espresso-common: move libril & add custom ril classDaniel Hillenbrand2015-09-024-0/+5721
| | | | Change-Id: I2a0e4495c03301eb2f13d3c13c727519f056fbf4
* espresso-common: Update SELinux Policies [1/2]Jiangyi2015-09-0211-2/+86
| | | | | | | | | | | Update policies, as well as commonize them here. Big thanks to Andreas B. for starting this off! Note: moved to espresso-common, needs some cleanup later Change-Id: I52c676e1ebd0bfb040cdd10eae429ee94e666fc6
* espresso-common: build libsecril-clientZiyan2015-08-291-1/+2
| | | | Change-Id: I0299a5d2c785a8d52654c2515633acca50d6bd64
* espress-common: audio: deprecate audio_stream_frame_size()Ziyan2015-08-291-9/+9
| | | | Change-Id: I4f8a62803cca98c96ecac7698cc4e876db7bd596
* espresso-common: audio: add parameters to open stream functionsZiyan2015-08-291-2/+6
| | | | | Bug: 14815883. Change-Id: Ie1aa70efa9e3a657379b56f9d3cb5ab56be13b46
* espresso-common: audio: mark unused parametersZiyan2015-08-291-32/+32
| | | | Change-Id: Icf507826fb74c93500d98433eb1d42c8dde6cb5e
* espresso-common: audio: dynamically choose default incall deviceZiyan2015-08-291-1/+11
| | | | | | | | | | If the device doesn't have an earpiece (P5100), let's use the speaker as the default incall device. This commit makes it possible to use a common audio HAL for all variants. Change-Id: I2acb0ad03025688602f973734bcbabd3a4ba7820
* espresso-common: add back audio HAL (1/5)Ziyan2015-08-295-0/+3665
| | | | | | | | The only difference between the P3100 and P5100 audio HAL is the default incall device (handset vs speaker). This will be accounted in a followup commit. Change-Id: I9160280dc8d123fe4469ac0b82a6d9be70868709
* espresso-common: define cache partition sizeAndreas Blaesius2015-08-251-0/+1
| | | | | | | | | | | | | | | | | | | | | --- Entry #7 --- Binary Type: 0 (AP) Device Type: 2 (MMC) Identifier: 8 Attributes: 1 (Read/Write) Update Attributes: 0 Partition Block Size/Offset: 106496 Partition Block Count: 1433600 File Offset (Obsolete): 0 File Size (Obsolete): 0 Partition Name: CACHE Flash Filename: cache.img FOTA Filename: --------------- 1433600 * 512 = 734003200 Change-Id: Ib1392d2acb531daf18e0304c01ffefa6bf81c5b1
* espresso-common: define recovery partition sizeAndreas Blaesius2015-08-251-0/+1
| | | | | | | | | | | | | | | | | | --- Entry #6 --- Binary Type: 0 (AP) Device Type: 2 (MMC) Identifier: 7 Attributes: 0 (Read-Only) Update Attributes: 0 Partition Block Size/Offset: 90112 Partition Block Count: 16384 File Offset (Obsolete): 0 File Size (Obsolete): 0 Partition Name: RECOVERY Flash Filename: recovery.img FOTA Filename: Change-Id: I17388d708aaf87b74aaa7b1f99223972ff0cc124
* espresso-common: fix fstab.esppresso10 symlinkAndreas Blaesius2015-08-181-1/+1
| | | | Change-Id: Id6f1fb939f6882992ec6d36c159ac8c9136ad6a7
* espresso-common: change fstab handling (1/3)Ziyan2015-08-174-25/+24
| | | | | | | | | | | | 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: Ia8d2f292326cea90ac7aa19fa1ffce4fb13529d1
* espresso-common: remove obsolete pvrsrvctl serviceZiyan2015-08-171-6/+2
| | | | Change-Id: I20a1d392ccc164b764b9076b4d748154f8b71ce8
* espresso-common: update gps.xml to use the manta blobs (1/3)Ziyan2015-08-171-3/+0
| | | | | | | | espresso-common: update gpsxml vendor: add manta's gps blobs omap4-common: remove gps header and move into devicespecific repos if needed Change-Id: I8ac96099f531469df6a22884c155d49c71041fb7
* espresso-common: set restorecon_recursive on /efsZiyan2015-08-171-19/+5
| | | | | | Some small order changes too. Change-Id: Ib90d6ef47752ed6bcd5493289ca786e3e236b4dd
* espresso-common: remove USE_CAMERA_STUB defineZiyan2015-08-161-2/+0
| | | | | | | Using camera stub without the vendor repo is useless, as we won't be able to boot anyways, so let's remove it. Change-Id: I7ade9f4cf027468733d898b2b47c53b03453cb40
* Remove deprecated egl.cfgkhusika2015-08-162-3/+0
| | | | | | see here: https://android.googlesource.com/platform/frameworks/native/+/9938142%5E!/ Change-Id: Ib29fc8685df1de424a0b50733acb0d194b8c9e4f
* Revert "wifi: don't build wifi HAL"Andreas Blaesius2015-08-161-1/+0
| | | | | | | | | This workaround was needed on Android 5.0 but is deprecated on Android 5.1 This reverts commit 409a0019e897d78a722d54cb9f3dbb8c9462b817. Change-Id: I8fb0deff3518916d06b7947b2378ad50c8b9aed2
* espresso-common: Use dlmallocJiangyi2015-08-161-0/+3
| | | | Change-Id: I27d64a9d7adb027d59931fd24577fc7d3ee17232
* espresso-common: libsensors: store previous orientation valuesZiyan2015-08-151-1/+14
| | | | | | | Since we only get updates from the sensor, it is needed to save (and return) all axis values. Change-Id: Ibe4448262f17d6a15154d16ecb0acc476b3399f0
* espresso-common: libsensors: exclude proximity from P3110 buildsZiyan2015-08-152-1/+5
| | | | Change-Id: I7e843b6a90fd6c9b79e8c6d0a4305d1fc0b5fe0a
* espresso-common: libsensors: update vendor-namesAndreas Blaesius2015-08-151-3/+3
| | | | Change-Id: Iff7213601e79b691b6cdc930c8f58c08480895af
* espresso-common: libsensors: fix buffer overflowsChristian Balster2015-08-1514-69/+72
| | | | | | long/int can't hold timestamp values in ns, use int64_t instead Change-Id: Id3e08a45aa556d8858b8b57d03c3b737e999772d
* espresso-common: libsensors: update sensors info to v1.3Christian Balster2015-08-151-6/+12
| | | | Change-Id: I32afb779df63c41870979f0e27e5d6bac554dc13
* espresso-common: libsensors: sync with replicantPaul Kocialkowski2015-08-1520-1378/+2290
| | | | Change-Id: Idcb9a57af699833c504f236692a6bdb1ef33c98e
* espresso-common: add opensource sensor halPaul Kocialkowski2015-08-1516-1/+3248
| | | | Change-Id: I45912eb1b0820d4045704fdfa77769dd26b6b22c
* espresso-common: Support f2fs on /data and /cacheAndreas Blaesius2015-08-151-0/+2
| | | | Change-Id: I1385d29ef17912ce425043f7a572bfe0520db669
* espresso-common: Add f2fs filesystem supportAndreas Blaesius2015-08-152-0/+10
| | | | Change-Id: I0b1ee7b9a4b020a94311b789a150731f7b673b5d
* espresso-common: fix ramdisk (1/3)Andreas Blaesius2015-08-144-1/+25
| | | | | | | | | | | 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: I3642c77fc756a64788417919f6fd195f628a8c76