Skip to content

Instantly share code, notes, and snippets.

@meganukebmp
Last active January 30, 2018 17:56
Show Gist options
  • Save meganukebmp/a5827a9cc81175a095ad811e31967adc to your computer and use it in GitHub Desktop.
Save meganukebmp/a5827a9cc81175a095ad811e31967adc to your computer and use it in GitHub Desktop.
collection of patches for LineageOS 15.1 on Moto G devices. Primarily aimed towards titan, but might work on others.
--- hardware/qcom/fm/fm_hci/Android.mk.orig 2018-01-08 23:23:37.000000000 +0100
+++ hardware/qcom/fm/fm_hci/Android.mk 2018-01-09 19:24:52.341528746 +0100
@@ -13,8 +13,8 @@
libhidltransport \
libhwbinder \
liblog \
- libutils \
- vendor.qti.hardware.fm@1.0
+ libutils
+# vendor.qti.hardware.fm@1.0
LOCAL_CFLAGS := -Wno-unused-parameter
--- device/motorola/msm8226-common/CMActions/Android.mk.orig 2018-01-09 19:22:59.109784227 +0100
+++ device/motorola/msm8226-common/CMActions/Android.mk 2018-01-09 19:19:24.246254268 +0100
@@ -13,8 +13,8 @@
android-support-v14-preference \
android-support-v7-appcompat \
android-support-v7-preference \
- android-support-v7-recyclerview \
- org.cyanogenmod.platform.internal
+ android-support-v7-recyclerview
+# org.cyanogenmod.platform.internal
LOCAL_PROGUARD_FLAG_FILES := proguard.flags
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment