summaryrefslogtreecommitdiffstats
path: root/Android.mk
Commit message (Collapse)AuthorAgeFilesLines
* samsung: doze: Add service for using proximity sensor for wake-upPatrick Lower2020-03-201-0/+1
| | | | | | | | | * Added custom service that uses proximity sensor in wake-up mode to trigger display on * If more sensor triggers are suitable to use, they can be added to the service Change-Id: Id0849fb5c17ff569d771a19cebfc579dc93dbc48
* samsung: remove old consumerir halJan Altensen2020-02-101-1/+0
| | | | Change-Id: I5d6a51bf1fee6a196b11e67b267c90643831a42c
* samsung: remove old fingerprint and lights halJan Altensen2019-11-261-2/+0
| | | | | | * there are hidl replacements available, use them Change-Id: I36243259627aeb76c2dfbfc2b6b4e219c509cfb5
* loki: Standardize ifeq logic among makefilesNolen Johnson2019-08-111-1/+1
| | | | | | * Also resolve a typo. Change-Id: Ic32740db8a9216751b5735ad472a7fcc48e6a738
* mkbootimg: Add Loki supportNolen Johnson2019-08-111-0/+5
| | | | | | | | | | * I want my target-files built images to be Loki'd if the device needs Loki. * With this, devices that rely on Loki can ship Lineage Recovery officially. * Import loki_tool from: https://github.com/Stricted/android_external_loki. Change-Id: I45ef363e05566268c8f24f7e8939a2d785478fbe
* hidl: add hidl lights halJan Altensen2019-07-211-0/+1
| | | | Change-Id: I333c8d3e20bb451d208f15661afc06ac47e1a377
* add Samsung BAUTH Fingerprint HALJesse Chan2017-02-091-0/+1
| | | | Change-Id: I3c0d3e2a0f9b77f0202cbdb0a75a00b760afcd8c
* audio: Import N HAL from flounderChristopher N. Hesse2017-01-301-0/+1
| | | | | | | | HEAD: Turn off excess logging Change-Id: I77d6eaf4ac31d969fd42e9a96418203bc682476f Change-Id: I1cbcbf16ab617b676defcce49335d6f4190e63a9
* Allow targets to build dtbhtoolChristopher N. Hesse2017-01-041-0/+1
| | | | Change-Id: Id31337de6acff43798a05acacaa0672c5737911f
* Initial consumer IR HAL commitChristopher N. Hesse2016-11-261-0/+1
| | | | | | | | | | | * Initially written by crpalmer * Changes and improvements made by: - zwliew: Cleaned up styling - javelinanddart: Added configs to make hal more universal Change-Id: I98eefdde67ad7ed930532a82533a5c91f20abd83 Signed-off-by: Paul Keith <javelinanddart@gmail.com>
* Move Advanced Display so exynos5/7 can use itdeadman963852016-03-221-0/+1
| | | | Change-Id: Idc255301f30cff6b41d04db6f14fa421ee9eddb5
* Initial unified Samsung lights HALChristopher N. Hesse2016-01-281-0/+1
| | | | | | Originally written by Andreas Schneider for Slte. Change-Id: Iccff1e4532bc460896940451093470ece9086fb9
* Initial unified Samsung power HALChristopher N. Hesse2016-01-211-0/+1
| | | | | | | | | | | | | | | | | | This is a power HAL for non-qcom Samsung devices. It currently supports standard multi-core systems as well as big.LITTLE configurations. This HAL auto-detects your touchscreen and touchkey input switches and handles the interactive state requests. I also implemented a check to make sure your touchkeys won't turn on when they're not supposed to (for example when a CMHW class disables the capacitive buttons and activates a software navigation solution). This previously needed a kernel hack to make sure the touchkeys wouldn't be activated when resuming from suspend. Change-Id: I22888c5ac490c85c417c5457ea4f457f78ed3521
* Allow all devices to build the modemloaderChristopher N. Hesse2016-01-041-4/+1
| | | | | | | | It's needed by all Samsung devices using the proprietary cpboot-daemon service, which applies to more than just the currently supported modems (e.g. Shannon and friends). Change-Id: I1f96f9b9926e12428cce9fa6976422c8eb53887e
* Initial modemloader serviceChristopher N. Hesse2016-01-031-0/+4
| | | | Change-Id: Icef590f4af8032cb06dc2554c6c64d9db48b7c83
* Add wifiloaderAndreas Schneider2015-12-191-0/+1
| | | | | | | | | | | | | | This is needed on some Samsung device to load the wifi module. Before this was solved using a bash script which does: cat /proc/deferred_initcalls but the new sepolicy rules don't allow init execute bash scripts. For this we need a new tool which does the job and we can create sepolicy rule for it. Change-Id: I137cfaaff74955ad431bc09d74b0c970618dc3bf Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
* Allow herring to build s5pc110Joel Teichroeb2013-09-091-2/+0
| | | | Change-Id: I1dcd00b650c7f1cf3faa8905e0161e70fa3e57f1
* remove hw class flagDaniel Hillenbrand2013-08-101-1/+0
| | | | Change-Id: I8b368267efa2370eeae2c57371a7517c45856c44
* Samsung: Add common class for vibratorShareef Ali2013-08-091-1/+1
| | | | Change-Id: I0802cc122b606b08f58731febd8bf050d22f4c57
* samsung: add libril for xmm626x modemscm-10.1.0.1Daniel Hillenbrand2013-07-081-0/+8
| | | | Change-Id: I3064271ac8d563f63b13278944639ab5a29ae87f
* Move macloader to hardware/samsungR. Andrew Ohana2012-10-041-3/+9
| | | | | | | | There are quite a few different Samsung devices which require macloader (many of which are just using binary blobs), so we should move it out of the device trees. Change-Id: I9e23fca0ba4c17da328cace801a92fa57df9a862
* exynos3: initial commitChirayu Desai2012-08-181-0/+6
| | | | | | | | | | | | | Patch Set 2: removed unused files, as audio, camera and sensors are device specific Patch Set 3: aries OMX Patch Set 5: liblight patch for epic Patch Set 9: liblight(s) is device specific, rmed it from here. Change-Id: I57a3d5714037836bab441ee5a3e772c260fb21d4
* Android.mk: only include directory for exynos devicesR. Andrew Ohana2012-05-211-0/+22
we should play nice with other devices that have there own libraries with the same name Change-Id: Icf208e38094e4317d3546578176ab149a4e4b5b9