Skip to content

Instantly share code, notes, and snippets.

@Dil3mm4
Created December 8, 2021 17:02
Show Gist options
  • Save Dil3mm4/6c7e762381ffb05dcb64b161470e845f to your computer and use it in GitHub Desktop.
Save Dil3mm4/6c7e762381ffb05dcb64b161470e845f to your computer and use it in GitHub Desktop.
From eca31a267194e1adc2bdffe6237b59409714132a Mon Sep 17 00:00:00 2001
From: Dil3mm4 <dil3mm4.dev@gmail.com>
Date: Wed, 8 Dec 2021 17:59:45 +0100
Subject: [PATCH] RefreshRate: typo
diff --git a/refreshrate.mk b/refreshrate.mk
index e1df14c..7ca6fea 100644
--- a/refreshrate.mk
+++ b/refreshrate.mk
@@ -41,7 +41,7 @@ PRODUCT_PACKAGES += \
# Init scripts
PRODUCT_COPY_FILES += \
- $(LOCAL_PATH)/rootdir/etc/init.refresrate.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/init.refreshrate.rc
+ $(LOCAL_PATH)/rootdir/etc/init.refreshrate.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/init.refreshrate.rc
# Smooth Display Refresh Rate Props
PRODUCT_DEFAULT_PROPERTY_OVERRIDES += \
--
2.20.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment