summaryrefslogtreecommitdiffstats
path: root/BoardCommonConfig.mk
Commit message (Collapse)AuthorAgeFilesLines
* releasetools: remove unused img and ota scriptsWolfgang Wiedmeyer2017-02-151-2/+0
| | | | | | | | | Boot and recovery are already regenerated when running the sign_target_files_apks script, so GetBootableImage is never called in the img and ota scripts. It wouldn't work anyway as the function parameters have changed. Signed-off-by: Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de>
* Remove unused proprietary RIL wrapping code.Jookia2017-01-101-1/+0
|
* Yamaha-MC1N2-Audio target path and devicePaul Kocialkowski2017-01-101-0/+2
| | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* Samsung-RILPaul Kocialkowski2017-01-101-1/+0
| | | | | Cherry-picked! Conflict: "initial L bringup" adds rmnet0,rmnet1 to interfaces, leave it.
* WiFi and bluetooth firmwares pathsPaul Kocialkowski2017-01-101-5/+5
| | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* Avoid proprietary libfimcPaul Kocialkowski2017-01-101-1/+0
| | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* SoftwareGLPaul Kocialkowski2017-01-101-3/+1
| | | | | Cherry-picked! Note: Not sure what extra config to remove, so just remove EGL_* for now.
* galaxys2-common: Cleanup unused flagsCaio Schnepper2016-07-011-9/+0
| | | | Change-Id: I7583b6183ebe4bdfd4009b1910afb8967ea863c2
* galaxys2-common: Add f2fs filesystem supportArnab Chaudhuri2016-02-231-0/+1
| | | | Change-Id: I593fe2057a057e7fcf73a6158df7646ad1a9bceb
* galaxys2-common: Use synchronous setsurfaceCaio Schnepper2015-12-291-0/+1
| | | | | | Fix screen flashing bug Change-Id: Ie9622357bc24d6f8df7bba27d38e6d1e64a5ba72
* galaxys2-common: Disable ashmem tracking in parcelsCaio Schnepper2015-12-211-0/+1
| | | | Change-Id: I4195a2087cf1bde323f8467ada115903ea1f1897
* Fix typoCaio Schnepper2015-12-211-1/+1
| | | | Change-Id: Icf78ba5b727314773c3f5b8cb10f75d630f23cbe
* galaxys2-common: Add BOARD_EGL_NEEDS_HANDLE_VALUE flagCaio Schnepper2015-11-261-0/+1
| | | | | | Fix reboots on device wakeup Change-Id: I9b18d6cba40a28a7949934cda2f8296bc1632530
* galaxys2-common: Drop BOARD_SEPOLICY_UNIONCaio Schnepper2015-10-131-20/+1
| | | | Change-Id: Iea184c81ab1c26969b62c3ee0366d7e641926ffe
* galaxys2-common: Use dlmallocCaio Schnepper2015-10-081-0/+3
| | | | Change-Id: I79c1c1580a42f75cfa7bfc436fa5ec6f5070b9c8
* galaxys2-common: Cleanup common treeCaio Schnepper2015-10-081-2/+0
| | | | | | | | | - res/charger .pngs are not used anymore, we adopted aosp charging animation - setprop ro.crypto.keyfile.userdata /efs/metadata is not used anymore, crypto key is now at /data footer - BOARD_USE_SAMSUNG_COLORFORMAT flag was duplicated Change-Id: I1abc3b5d2a12027c4f461ea2d1ad21ba51e5c60e
* Move encryption key to footerCaio Schnepper2015-10-051-1/+1
| | | | | | | Fixes the "format_volume: failed to open /efs/metadata" error on recovery while trying to wipe user data Change-Id: Ic3f72d72fc34495ec05deffd8aa849bcfa65b29c
* sepolicy: Address SELinux denialsCaio Schnepper2015-09-021-0/+1
| | | | Change-Id: Ice8f2890fbade59d063097ac3ee3647f24e8d3ad
* selinux: allow kernel to write on block_deviceCaio Schnepper2015-07-141-0/+1
| | | | | | The kernel writes to dev/block/vold, fix UMS mode Change-Id: I4b8fd54f86ae45f37bae68f31dbdc56f5bfd2ef0
* releasetools: resize system partition after flashingCaio Schnepper2015-07-051-0/+1
| | | | | | | | resize2fs.static is placed in install/bin, possible to run without /system mounted. running it will resize /system to the actual system partition size, supporting custom pits with block-based OTAs Change-Id: Id2c82add1f697ae3d7e5a1031f6a6d51a4ee53e0
* galaxys2: initial L bringupCaio Schnepper2015-05-281-5/+23
| | | | Change-Id: Ia356da8437917be3355eba59c1df3943bb33f905
* galaxys2-common: this family of devices do not have a separate recovery ↵Dorian Snyder2014-05-291-0/+1
| | | | | | partition Change-Id: I3fd55b82e0f0655f50d821579f7c412ed24d3928
* galaxys2: enable swipe controls in recoverycoudu2014-03-041-0/+1
| | | | Change-Id: I3f8dac89d7d4b477ee412ad923f2798e674a7e4a
* Merge "Make SELinux policies more 4.4 compatible" into cm-11.0Daniel Hillenbrand2013-12-031-1/+4
|\
| * Make SELinux policies more 4.4 compatiblePavel Kirpichyov2013-11-181-1/+4
| | | | | | | | Change-Id: I8494f924f1d979fe88eae60ffc118cf34a90184c
* | [libhealthd] Proper battery pathsDavid Ferguson2013-11-171-0/+3
|/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 4.4 introduces a new daemon, healthd, that handles battery status - resides in: /system/core/healthd - BatteryMonitor.cpp iterates through all the *directories* under /sys/class/power_supply looking for a file called 'type' - if the type == Battery, it assumes this is the location for the battery stats for the device. Only the first directory that matches this criteria is used. - on msm8660/d2/jf/s2 kernels, this search results in: /sys/class/power_supply/fuelgauge. - To determine capacity, healthd looks at the contents of the 'capacity' file under this discovered base path. This results in /sys/class/power_supply/fuelgauge/capacity on msm8660/d2/jf/s2 kernels. - Unfortunately, this is the wrong path. The capacity file at this location returns a large negative number. - Other paths like status, voltage_now, and present are also incorrectly determined. * For comparison, in 4.3 battery statistics gathering was handled by frameworks/base/services/jni/com_android_server_BatteryService.cpp - BatteryService does a similar search for a file called 'type' with the contents of 'Battery' - But the search logic is different here: it takes the *last* path that matches the criteria. - This results in the correct /sys/class/power_supply/battery * This patch overrides the discovery mechanism for battery status completely. Change-Id: I4579c92bba5596eef4dac67b8c0687be50a1d2f5
* Fix graphical issuesPavel Kirpichyov2013-11-151-1/+1
| | | | Change-Id: Iafeb4349fa504b5a5f7d72afd3274581de5b2ddc
* selinux: Don't reset inherited system-wide configsRicardo Cerqueira2013-11-021-2/+2
| | | | Change-Id: Ia23596bc4ad8a1fe7673188434b7327528e07c06
* Treat all screenshots as going to a CPU consumerRicardo Cerqueira2013-10-271-0/+1
| | | | Change-Id: Iee55fa03d9602f31a3b7f4f188778c58e8ca0131
* Get rid of the gfx buffer workaroundsRicardo Cerqueira2013-10-271-1/+0
| | | | | | Concurrent buffers are now working, we don't need this crap anymore Change-Id: I80c35bb67c41e9c61faeb6f3cd80d3e9033f9641
* galaxys2: recovery.rc cleanup, fstab cleanupDaniel Hillenbrand2013-08-241-1/+0
| | | | Change-Id: I38666e98f2536bdaf0721d1da6fccda3f9dd96ee
* galaxys2: add selinux policiesDaniel Hillenbrand2013-08-111-0/+11
| | | | Change-Id: I52a914da94f5c331b4928cb2e79d8fa5a0c0c41c
* galaxys2-common: hardware tunables: vibrator supportcodeworkx2013-08-101-0/+3
| | | | Change-Id: I429d8ea2edddaf353c3f24cbc26d58df0cb30e69
* BoardCommonConfig: Add LEGACY_EGL flagXpLoDWilD2013-08-061-0/+1
| | | | Change-Id: Ifa96a6f3846a9ad85dc7eb3a81605b64272f900f
* galaxys2: recovery: use unified fstabcodeworkx2013-08-041-0/+3
| | | | Change-Id: I82fbfa87a4e0c0dc4d1a6bbe94b99f91bb5e8fa3
* galaxys2: remove GL_EXT_discard_framebuffercodeworkx2013-07-281-1/+0
| | | | Change-Id: If1204d3b57ce106490d88d61dece1dcd1d0adf4a
* galaxys2: fix whitespace errorcodeworkx2013-07-281-1/+1
| | | | Change-Id: I566e1f9146d26d7ae860cacf46c4b51244d3fd9d
* galaxys2: define GL_EXT_discard_framebuffercodeworkx2013-07-281-0/+1
| | | | Change-Id: I7843e8770b9bde5cef0144ac11fd27dbe02623ff
* galaxys2: set TARGET_CPU_VARIANTcodeworkx2013-07-281-0/+1
| | | | Change-Id: I363c67ab0a4768e3a38b5523961a5fe802a58dda
* galaxys2: move libril, use SamsungExynos4RIL classDaniel Hillenbrand2013-07-071-0/+2
| | | | Change-Id: Idec0820fa46fabd0d4703fedef3e6b168b96e800
* galaxys2: reenable fimgghepeu2013-07-011-0/+4
| | | | Change-Id: I87d90d655fd82f2169f08afeda9d51de607fcab5
* Revert "galaxys2: use fimg"Daniel Hillenbrand2013-06-241-4/+0
| | | | | | This reverts commit 5cce906553955d3ed4328b4d785cd572ebdf3456 Change-Id: I25178feaf07b8785e89e233a5151213f4e322066
* galaxys2: use fimgDaniel Hillenbrand2013-06-141-0/+4
| | | | Change-Id: I450a2016c8f2c668e3a96e8ae09a36c76e542009
* galaxys2: libril: remove handling of uusInfo and reenableDaniel Hillenbrand2013-05-261-1/+1
| | | | Change-Id: I7897a5d36bb5fa51e29f5244ebfbfc81f225f6cf
* galaxys2: back to blob librilDaniel Hillenbrand2013-05-251-1/+1
| | | | | | opensource libril is causing memory problems Change-Id: I3afc5430bcb52c4e31e2e79b1b2faf4bf53b4e3e
* galaxys2: add opensource libril, remove ril classDaniel Hillenbrand2013-05-241-2/+2
| | | | | | | - remove blob rild - remove blob libril.so Change-Id: I9f6d99bbd0ecf7c591c64a53e738339f0eaa3905
* BoardConfig: Add Cortex-A9 & Neon optimizationsakindia1232013-03-051-0/+2
| | | | Change-Id: I141a4883da272ce7057fe2b78d3d590624f219ef
* galaxys2: remove legacy egl hackcodeworkx2013-02-231-1/+0
| | | | Change-Id: I697bc350835a1b8ceac0d98216820f451b817439
* galaxys2: update for new kernel, cleanup, replicant camera halcodeworkx2013-02-171-17/+7
| | | | | | Camera HAL from: http://gitorious.org/replicant/device_samsung_galaxys2 Change-Id: I4191110be5b3368c608333d724f4217894dab4ac
* Disable fimgapiAndrew Dodd2012-12-311-1/+0
| | | | | | | This isn't doing anything at the moment - and it messes up the attempt to enable FIMGAPI for 4412 Change-Id: I54d07366f723d6c01ab450050292638f682a88f7