Commit Graph

138 Commits

Author SHA1 Message Date
Kevin F. Haggerty f3442d4a1b klte-common: Rework shims
* Recent binder changes caused our approach of shimming libcutils to
  re-add the non-inlined android_atomic* methods to start getting
  slapped, at least with NDK apps. This looks oddly similar to the
  heads-up we received in 7.0, so no clue why it let us do it in 8.*
  prior to now.
* See: https://developer.android.com/about/versions/nougat/android-7.0-changes#ndk
* We did this because all of the libsec-ril* blobs and libuiblur
  needed it and doing each and every libsec-ril seemed fragile and
  fraught with the potential for error, but "fragile and fraught with
  the potential for error" is better than "phone breaking". And blur
  doesn't seem to ever be coming back.
* We'll leave the "standard" libsec-ril.so here and let the
  individual devices handle anything specific if they have variant-
  specific blobs

Change-Id: Ib11048e4924f34ade20f44b707f0106e139f2f82
2018-06-14 06:28:11 -06:00
Kevin F. Haggerty 12e09aa4d8 Revert "klte-common: Enable legacy mediaserver"
This reverts commit aee12a34df.

* No Samsung msm8974 device is going to develop an OSS camera HAL
  at this point. Move this common stuff to msm8974-common.

Change-Id: Ib0bb18fe819e2ebbb39c9b278ccf687444f65488
2018-04-23 22:37:03 -06:00
Paul Keith aadb44c0dc klte-common: Use sdfat for exfat and vfat
Change-Id: I660c5b3008636a651a2812fe1739ff8a2ea845cb
2018-03-28 14:06:25 -06:00
Michael Bestas 31947756a3 klte-common: Get rid of recovery-only fstab
* Mounting /system partition is handled in kernel now,
   however removing the entry from fstab caused issues building
   the OTA. The workaround was to have a separate fstab, but turns out
   that simply setting the recoveryonly flag does the trick because
   those are then ignored during a normal Android boot.

Change-Id: I2944384d0a1c41bc9f9f51e2e29daff2bed0a0f4
2018-03-27 21:44:24 -06:00
Kevin F. Haggerty 30d27eb628 Revert "klte-common: Enable legacy f_adb interface support"
This reverts commit 2a20e4cfc5.

* blek fixed it

Change-Id: Id40a86d92d17b9fd2a5f5cf1f590038616b8b343
2018-02-28 21:21:52 -07:00
Paul Keith 435b4ae064 klte-common: Update kernel exfat flag
Change-Id: Ic182471b28ec91340b13cdc6cad64a64772f4641
2018-02-24 14:43:48 +00:00
Paul Keith c8d45dba1c klte-common: Transition to TARGET_LD_SHIM_LIBS
* Limits security exposure from shims

Change-Id: I877192422062f3e59c81a7130ad1a2b4be5d1647
2018-02-16 16:44:53 +01:00
Kevin F. Haggerty 98a8598e79 Revert "klte-common: Add AID_QCOM_DIAG, AID_RFS, and AID_RFS_SHARED to config.fs"
This reverts commit c4a708a54f.

* Move this to msm8974-common

Change-Id: I43c92dfad3ba55b344572afaed5c1dbeca5969c1
2018-01-26 06:29:43 -07:00
Kevin F. Haggerty d2dd4bd21e Revert "klte-common: Use 64-bit binder API"
This reverts commit aae26bb6aa.

* Moving this to msm8974-common

Change-Id: Iae09793d796e96d4724d10dace0eca819b3e3d81
2018-01-20 06:46:35 +00:00
Kevin F. Haggerty 5045387dec [DO NOT MERGE] klte-common: sepolicy: Rewrite for O
* WIP
* KILL that sepolicy/old/ before merging
* KILL the dontaudits before merging

Change-Id: I6694567fa1c834b262941b9be362c96cbd16625e
2018-01-19 16:07:35 -07:00
Paul Keith 31509201c1 klte-common: HAXX: "Fix" race condition in init
* In particular, the RIL on CDMA variants seems to only work reliably
  on first boot after flash, when things are all slowed down while
  dexopting. After that first boot, it's hit and miss whether a
  particular boot will have function RIL
* Slow things down by limiting ourselves to a single CPU on boot,
  bringing the rest online when boot has completed

Change-Id: Ie194740cf0487268dc0dbd3377bbb790cdd1b04d
2018-01-19 16:07:35 -07:00
Kevin F. Haggerty a4695ab180 Revert "klte-common: Add bootdevice to kernel cmdline"
This reverts commit 6daa361afe.

* We're out of cmdline space and we don't even make use of the symlink
  that this used to automatically create.
* If we ever want to use the bootdevice symlink, just create it
  explicitly (without prop) in init.qcom.rc

Change-Id: I1c45c3ed3605f4020d824be2775639c04ba8b60d
2018-01-16 00:21:55 -07:00
Kevin F. Haggerty 6a8a736148 klte-common: Move common things to msm8974-common
* All of these are/can/will be shared by this, hlte, lt03lte for
  O and beyond

Change-Id: I096948538dcf14d6070bb6cc2102e7b7586fd0c7
2017-12-29 14:45:54 -07:00
Kevin F. Haggerty 86e804dce2 klte-common: Migrate to COMMON_PATH
* Replace the LOCAL_PATH instances with a variable not prone to
  getting stomped
* Replace all expanded values with the variable

Change-Id: I91ef536c038fb38d250633bfdad82c2a6537c1da
2017-12-28 20:19:20 -07:00
Ritesh Harjani c4a708a54f klte-common: Add AID_QCOM_DIAG, AID_RFS, and AID_RFS_SHARED to config.fs
Change-Id: I9da576900ed29a2633bb997dbbea4565b489a418
2017-12-26 21:02:59 -07:00
Kevin F. Haggerty 992851037e klte-common: Move partition sizes to -common
* All of the variants are close enough to each other that
  carrying these in the device-specific trees doesn't
  add much.
* Sizes picked by selecting the smallest value from each
  of the device-specific trees for each variable.

Change-Id: Ibe024ec857db971ff1522d05cf55e8492816b7ec
2017-12-26 16:35:48 -07:00
Rashed Abdel-Tawab f0a4e31300 klte-common: Update for early-mounted system partition
* This removes /system entry from fstab, since this partition
   is now early-mounted and the fstab entry is specified in device tree.

 * At the same time, also include a fully populated fstab, in order to avoid
   build breakage while generating recovery updater scripts.

Change-Id: I8e558458b984e97a45a920c3751a6b7c3f2ebc5c
2017-12-26 14:24:56 -07:00
Kevin F. Haggerty 0ccdd170ac klte-common: cmhw: Kill local addition to BOARD_HARDWARE_CLASS
* cmhw is dead, but we don't actually carry any local classes. Just
  stop appending to the variable altogether

Change-Id: I075ad79ed99b0b85a21af594db0036136c984542
2017-12-26 14:20:52 -07:00
Bruno Martins ad1b0c1098 klte-common: Add compatiblity matrix
Change-Id: Ibf6053f1a7e9df5384664379772cb8757e897622
2017-12-26 13:45:45 -07:00
Kevin F. Haggerty 0b73a22c27 klte-common: Move proprietary binaries to vendor
Change-Id: If8f69a66f6168869e2a7578110d1200510b73ddd
2017-12-24 10:31:18 -07:00
Paul Keith 4821531912 klte-common: Use opensource libril and rild
Change-Id: I2f68ce9e37806edd90727bc3ddedc173ef666967
2017-12-24 10:31:18 -07:00
Kevin F. Haggerty 1d8a6bce95 klte-common: Convert system_prop.mk to property file
Change-Id: Iea7a502eb0ddfa619b314800aa3c386e18c88928
2017-12-22 22:31:11 -07:00
Kevin F. Haggerty adf0999b2a klte-common: Sort makefile sections sanely
Change-Id: Idb20e4befc873925003f2ede74c154aba2417d99
2017-12-22 22:31:11 -07:00
Artem Borisov aae26bb6aa klte-common: Use 64-bit binder API
AOSP and mainline are going towards removing old 32-bit binder API support.
64-bit binder is 100% compatible with 32-bit kernel and userspace,
so there is no reason for us to keep using the old solution anymore.
We've switched to new API in our kernel, same thing should be applied to our userspace.

Change-Id: I3c95bd7fbd023c5cb08e856b3a3889c03228e843
2017-12-10 09:59:20 -07:00
Kevin F. Haggerty 2a20e4cfc5 klte-common: Enable legacy f_adb interface support
Change-Id: I6ebd3e4fcd8382b71a32853d79ebe22d802da052
2017-11-26 15:30:48 +00:00
Rashed Abdel-Tawab e43a08af7a klte-common: Add empty HIDL manifest
Change-Id: I2fcd62b1dd6cbe292d89cf97085c9549bf69ba24
2017-11-04 12:58:38 -06:00
Kevin F. Haggerty a3c4d27f06 klte-common: add BOARD_KERNEL_IMAGE_NAME
Change-Id: I581c5d02ad4c68e867a09b35bf0c0406b1bea073
2017-11-01 16:42:01 -06:00
Kevin F. Haggerty c6995d2d02 klte-common: Set BOARD_CACHEIMAGE_FILE_SYSTEM_TYPE to ext4
* There is some kind of race condition during build and f2fs is kind of
  junk anyway.

Change-Id: I51931c7d2005e987da3e1fbeb9f1051a67ca7da7
2017-11-01 16:42:01 -06:00
Dan Pasanen dc1bbbf7e0 klte-common: compress recovery ramdisk with lzma
Change-Id: I1e590c22f0a68ecdbbb1c8057d6e55d9ec43b79f
2017-11-01 16:42:01 -06:00
Kevin F. Haggerty bf67c969ca klte-common: Use kernel exfat
Change-Id: Ifbd2df2abbbfbb0909fd5c5441732072c1e27603
2017-09-23 00:25:22 -06:00
Kevin F. Haggerty 6daa361afe klte-common: Add bootdevice to kernel cmdline
Change-Id: I9590770e63c00cb9b376d0a8522ea3ccab78b1fe
2017-09-17 17:33:41 +00:00
Kevin F. Haggerty 4f9d6d77c2 klte-common: Start using android_kernel_samsung_msm8974
Change-Id: I49fc5183b303e679cc1be6bdde65393c31ed3bf8
2017-08-25 22:07:02 -06:00
Kevin F. Haggerty d8ff0658d0 klte-common: Add support for TWRP
* To build:
  * Clone https://github.com/LineageOS/android_external_busybox
    to external/busybox
  * Clone https://github.com/omnirom/android_bootable_recovery/
    to bootable/recovery-twrp
  * WITH_TWRP=true mka recoveryimage

Change-Id: I2dc2138dedc66042834a104a37da9496e708c1d8
2017-03-22 02:49:07 +00:00
OzzysCmAcc 5ea0290d08 klte-common: Move WiFi NVRAM paths to our own macloader header
Change-Id: Ia6af356646aed9a9df0eff3dac3397b65c815e0d
2017-02-17 10:12:11 +01:00
Kevin F. Haggerty da60e64b2e klte-common: Quiet "KERNEL IS NOT SEANDROID ENFORCING" boot message
Change-Id: Ic26c2d15f9e4b95c2cf006b222a0e0018a20258a
2017-02-03 15:47:32 -07:00
Paul Keith 0c4712a18b klte-common: Remove vsync phase offsets
* Moved up to msm87974-common

Change-Id: I973290eafccdf40d47fbff09910eb18019ecd1b4
Signed-off-by: Paul Keith <javelinanddart@gmail.com>
2016-12-14 13:22:43 -06:00
Paul Keith 34292a9303 klte-common: Override consumerir header
* Board flag is deprecated

Change-Id: I3e1d685ec76a4221027a84d65fc70c998da62e1f
Signed-off-by: Paul Keith <javelinanddart@gmail.com>
2016-12-14 11:19:53 -06:00
Paul Keith 9e288a3114 liblights: Remove device level HAL
* This is in hardware/samsung now

Change-Id: I07d5bfef3a5af6cfc791e7b2f9b0adc9bc479be2
Signed-off-by: Paul Keith <javelinanddart@gmail.com>
2016-12-04 09:05:31 -08:00
Paul Keith 2aec4a1a02 klte-common: Build consumerir
* No more evil nasty blobs

Change-Id: Id9e6cad5fc7f759113d994f7d40b2227a3f82016
Signed-off-by: Paul Keith <javelinanddart@gmail.com>
2016-11-21 07:21:01 -06:00
Kevin F. Haggerty 2b078a3fde klte-common: Engage the SDCLANG
Change-Id: I18a3ea966d7cfda0943d5b0114d30deba3a267e6
2016-11-08 16:39:01 -07:00
Zhao Wei Liew aee12a34df klte-common: Enable legacy mediaserver
Change-Id: I4881ce7a0342b0dc9a9c50d6870f1b072b45af82
2016-11-07 05:28:46 -07:00
Paul Keith 668eba32f5 klte-common: Add vsync phase offset
* Kanged values from hammerhead
* Reference:
  http://stackoverflow.com/questions/27947848/understanding-necessity-of-android-vsync-signals

Change-Id: I7c6e7998b4c0d7b593c9d36318624cdc506aac74
Signed-off-by: Paul Keith <javelinanddart@gmail.com>
2016-11-03 18:15:24 -07:00
Kevin F. Haggerty be71702cac Revert "klte-common: Use multithread decode for boot animation"
This reverts commit ec0c349fb1.

Now enabled globally.

Change-Id: Ice4a40b189c0dcd1dbf0de2c090a0bfc4221eb24
2016-11-03 07:58:42 -06:00
Paul Keith 8ba30c7878 klte-common: Explicitly define cache partition type
* Android 7.1 needs this
* Reference: http://review.cyanogenmod.org/#/c/167419/

Change-Id: Ifaafc2b61c912fe4c61f5493722af7c022d67c87
Signed-off-by: Paul Keith <javelinanddart@gmail.com>
2016-10-27 14:11:58 -05:00
Kevin F. Haggerty b6f8787b74 klte-common: Add WIFI_DRIVER_NVRAM_PATH params to board config
* Setting these helps macloader to, well you know, actually set
  calibration params for anything other than default case.

Change-Id: I710a75ee58267276c702d25437042b9a0842dc8c
2016-10-24 06:25:26 -07:00
Kevin F. Haggerty a7ddeef81a klte-common: Add BOARD_HAVE_SAMSUNG_BLUETOOTH flag
Change-Id: I55e4009f6f62684b315f92b8a6e370f5de80684b
2016-10-16 14:11:36 -07:00
Aaron Kling ec0c349fb1 klte-common: Use multithread decode for boot animation
This gets rid of the jerkiness in the boot animation.

Change-Id: Ib3b2f938e8b54f4cce5e77bca3c6bdbaec58d53f
2016-10-12 10:52:46 -06:00
OzzysCmAcc 57fe81dcbd klte-common: disable flag with default value
Change-Id: I42b32ca809bc82d81ed8b5fd9b71abb90245256a
2016-10-04 19:27:12 -06:00
OzzysCmAcc fb67358a59 klte-common: add flag for custom audio policy
Change-Id: I6e5cd1bbe21bb27843e65945c7fc9f786acdb2c8
(cherry picked from commit 8c3657b49c737b395d59b7ac9ed4a8f3c0b06e10)
2016-10-04 18:19:34 -07:00
Dan Pasanen 2de5ba9107 klte-common: enable text relocations
vendor/samsung $ for f in `find klte* -type f`; do scanelf -qt $f; done
TEXTREL  klte/proprietary/vendor/firmware/libpn547_fw.so
TEXTREL  klte-common/proprietary/lib/libmmjpeg.so
TEXTREL  klte-common/proprietary/vendor/lib/libmmcamera_faceproc.so
TEXTREL  kltechn/proprietary/vendor/firmware/libpn547_fw.so
TEXTREL  klteusc/proprietary/vendor/firmware/libpn547_fw.so
TEXTREL  kltevzw/proprietary/vendor/firmware/libpn547_fw.so

Change-Id: I1bae0103c522e800183bd6c45dd6022dca112c43
2016-10-03 19:08:18 -06:00
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)