Commit Graph

138 Commits

Author SHA1 Message Date
Kevin Haggerty 57a09dd06e Revert "klte-common: Enable text relocations"
This reverts commit 6dbc0ac560.

Dedendencies aren't merged yet. Pull it out in case a different approach is taken.

Change-Id: I9418eea621de65b72a4261abbc5f38f0837440ea
2016-09-16 11:18:21 -07:00
LuK1337 6dbc0ac560 klte-common: Enable text relocations
* Needed for camera.

Change-Id: I8a9a77333ed3c483ae79b39788eb099f1fda14a1
2016-09-16 10:57:04 -07:00
OzzysCmAcc 1300472330 klte-common: Update custom BT config board flag
Change-Id: I5da2a2f46ca87ff543691160054c302bdcec1d0a
2016-08-30 10:39:50 -07:00
Kevin F. Haggerty d4b75cda0b klte-common: Clean up misc cmhw-related items
* Make BOARD_HARDWARE_CLASS inheritance straight-forward
* Fix/unify duplicated Vibrator-related sysfs permissions/ownership
  statements

Change-Id: I85137110acabf0fe53bd9ae3a0ffbf747fbcfab1
2016-07-19 08:15:00 -07:00
Kevin F. Haggerty c9d58eae2d Revert "klte-common: update kernel toolchain"
This reverts commit 48b4767351.

Change-Id: I9888cdb1e9726bc85b7597a54a60bec435add707
2016-06-24 07:24:32 -06:00
Kevin F. Haggerty 80563751e3 Revert "klte-common: Stop inheriting BOARD_HARDWARE_CLASS"
This reverts commit b10cc6e072.

Change-Id: I7d559cf475aedeb2bfe8a5ff48732899e544c584
2016-06-24 07:24:23 -06:00
Kevin F. Haggerty b10cc6e072 klte-common: Stop inheriting BOARD_HARDWARE_CLASS
* Our kernel interfaces have changed, we need to diverge from
  the common hardware/samsung implementations

Change-Id: I81a0cdf79476dd2ba056f35b714a12522ac5ec08
2016-06-10 07:14:06 -06:00
OzzysCmAcc 48b4767351 klte-common: update kernel toolchain
Change-Id: Ib2d9096e73addaa3219b1591853b8e926540b698
2016-06-05 06:56:06 -07:00
OzzysCmAcc 2c4ad6c5f3 Revert "klte-common: set TARGET_USE_COMPAT_GRALLOC_ALIGN"
This reverts commit 672f8c79e5.

Change-Id: Ib62e38663c5e051cbd5690576bfabde3bb9845e6
2016-05-14 10:00:13 +02:00
OzzysCmAcc 672f8c79e5 klte-common: set TARGET_USE_COMPAT_GRALLOC_ALIGN
Change-Id: I213422b6ac3fa8ea8a06c7c5766544e98f5679d8
2016-05-11 21:02:53 +02:00
Steve Kondik 5ca0f19221 klte-common: Use LZ4 for memory compression
Change-Id: I1c24cc30ac73b2176509f2f1c9c2552ca94089c2
2016-04-30 14:43:18 -06:00
Steve Kondik 79a8b05519 klte-common: Enable ZRAM and ZCACHE
* Improves performance over days of usage.

Change-Id: Idc9ea3c18e17f721277893dda2d77d76b71fe07f
2016-04-30 14:42:45 -06:00
Ethan Chen a3fcdb248a klte-common: Allow device to skip the sensor-permission request
Change-Id: Ic89ac825a5598a5bb372297cf07529d83b4cb6a3
2015-12-19 10:00:33 -08:00
Ethan Chen c3080ddbb1 Revert "klte-common: Stop using custom mkbootimg"
* No need to duplicate zImage-dtb generation. dt.img generation provides
  the dtbs for mkbootimg.

This reverts commit 682faad57d.

Change-Id: I736b7463a62988b85f0f685f966621eefd79c659
2015-11-18 15:24:46 -08:00
Ethan Chen dfee58afab klte-common: Remove camera hack
* New Adreno libraries have become available

Change-Id: Ibe0f646b42c20ed7d50ce8a41056226af919c092
2015-11-14 14:27:50 -08:00
Ethan Chen 999fcca38e klte-common: Update camera compat flags
Change-Id: I4c80a6892ae61ba75482baed53a20308c648d602
2015-11-14 01:08:28 -08:00
Ethan Chen 682faad57d klte-common: Stop using custom mkbootimg
Change-Id: I575bd5397f6ad107dec95a192af18931cf24b0d6
2015-11-12 11:44:05 -08:00
Ethan Chen db9e6be8d4 Revert "klte-common: Use low latency as primary audio output"
This reverts commit a78f495221.

Change-Id: I516c8a6e315c2fd53675cc4cd070b1ab6a44a12e
2015-10-07 23:33:26 -07:00
Ozzy2403 7bcdf04e9c klte-common: Add F2FS support
Change-Id: I7b02853fa7a7a3ff069f679772af296aa26f68b5
2015-10-04 18:33:29 -07:00
Brandon McAnsh 3075e11c13 klte: Remove AUDIO_FEATURE_DISABLED_* no-ops
* These were converted in to explicit opt-in's instead of opt-outs
(see 7854128f68)

Change-Id: Id862d4b20b54eaa88ad9db3538100f4c38478184
Signed-off-by: Brandon McAnsh <brandon.mcansh@gmail.com>
2015-08-12 13:15:28 -04:00
ljzyal ea10310115 klte-common: Move mkbootimg to device (1/2)
Change-Id: I002c8dfa2ce0f79b371c5fb3aa097f9d21211881
2015-05-25 10:56:43 -07:00
Steve Kondik a78f495221 klte-common: Use low latency as primary audio output
* What Qualcomm was trying to fix was a real problem, it just created
  even more problems which are incredibly difficult to solve such as
  underruns and even broken apps (Loop reader, etc). Do it Google's
  way and forget it- it's a non-issue with offloading anyway.

Change-Id: I0e9194c85606745e801630e64e8e5d0c8b8dc022
2015-03-19 11:05:55 -07:00
Steve Kondik 2f78ad331f klte-common: Add PCC calibration interface
* This will be used by the new LiveDisplay feature.

Change-Id: I2eb8f89832ac75841a79c5fb1a3fb98aad9cd0dd
2015-03-16 11:30:35 -07:00
Ethan Chen 68d997819a Revert "klte-common: Set SELinux to permissive"
This reverts commit c4674a1539.

Change-Id: If43c64b50ea830706decf1b8e2b5ccd727afaf4e
2014-12-20 23:34:14 -08:00
Ethan Chen 083fa02404 klte-common: Add device-specific SELinux policies
Change-Id: I076561a13f73dccf4919d9e05561ebc324c1d99e
2014-12-20 23:34:14 -08:00
Ethan Chen 373fec25ac klte-common: Inherit QCOM SELinux policies
Change-Id: I59e784d454fb45cb6ffd84a7c45a4fc70ee1ce8f
2014-12-20 17:32:36 -08:00
Matt Filetto c7ffd586de klte-common: Move KlteRIL to klte-common
Change-Id: I222b33dd879d1c8cdaf24fb550ce835384c49050
2014-12-20 17:32:36 -08:00
Matt Filetto b3a277755b klte-common: Import camera wrapper
* Moved from msm8974-common

Change-Id: Iab1fc99727a80dd612deda3845fb7947926c6cb5
2014-11-23 03:07:25 -08:00
Ethan Chen 47dc246f74 klte-common: Remove NFC HAL suffix
Change-Id: I791aefb8159d8f1628d95c9ad0c0eba9eb3c4118
2014-11-23 01:39:52 -08:00
Matt Filetto 1eef04bdfc klte-common: Use legacy MMAP for camera
Change-Id: Ib3fcc84f57788b6528c73de65a1288fa16078612
2014-11-23 00:43:28 -08:00
Matt Filetto c4674a1539 klte-common: Set SELinux to permissive
Change-Id: Ifc5a94f59deebef1b7228da7c6223d54452b9069
2014-11-22 21:30:15 -08:00
Ethan Chen 55a37c8cfa klte-common: Remove unused flags
* These flags are for the legacy audio HAL

Change-Id: Ia9a480fc4e5ec50a6571ab4d785d5f0f320c970e
2014-09-19 16:36:42 -07:00
Matt Filetto ed22efea40 klte-common: update GPS HAL
* CAF package version: kk_3.5
* Revert the following patch as it's causing a missing symbol
  error when loading Samsung proprietary GPS libraries:

 "Add a new LocAdapterProxyBase class"

Change-Id: Ib23df3e207048ed32880537a528aa7f85ebcdfe1
2014-09-16 14:02:18 -07:00
arter97 47a9e6d610 klte-common: Use Samsung common hardware class
* Set necessary permissions for vibrator

Change-Id: I60c61d01e97739335f66975fb303b883eb47b70d
Signed-off-by: Park Ju Hyung <qkrwngud825@gmail.com>
2014-09-11 11:35:48 -07:00
Matt Filetto 36186aa6cc klte-common: Add PowerHAL extension for capacitive keys
* Add extension to disable touchkeys when display blank is triggered

Change-Id: I83060caa6b894fc3b80e5907acc3c483fc6176cb
2014-09-11 11:01:51 -07:00
Ethan Chen e60934f070 klte-common: Move NUM_FB_BUFFERS to msm8974-common
Change-Id: I6d7b5ea3ed262e72f1be54b29bd22636288cffe0
2014-09-03 13:33:14 -07:00
Ethan Chen 5944dfd2f9 klte-common: Remove custom audio routing code
* There's a standard way to do this by configuration without linking a
  custom library for no real reason.

Change-Id: Iee7cebc1fad51b4a340e8a9fb0f7c10f6bd7b15b
2014-08-28 01:05:23 -07:00
Ethan Chen fd8ff43a3a klte-common: Create klte common tree 2014-08-27 00:53:53 -07:00
Renamed from BoardConfig.mk (Browse further)