Last active
January 30, 2018 17:56
-
-
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- 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 \ | |
- [email protected] | |
+ libutils | |
+# [email protected] | |
LOCAL_CFLAGS := -Wno-unused-parameter | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- 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