mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2025-08-17 02:21:02 -04:00
Initial commit, long overdue
This commit is contained in:
commit
c0083c1519
292 changed files with 951990 additions and 0 deletions
40
Patches/CyanogenMod-11.0/android_device_zte_nex/Fixes.patch
Normal file
40
Patches/CyanogenMod-11.0/android_device_zte_nex/Fixes.patch
Normal file
|
@ -0,0 +1,40 @@
|
|||
From b003bf4b46743dc3b1b566196e8ee9ece4c1ade0 Mon Sep 17 00:00:00 2001
|
||||
From: Tad <tad@spotco.us>
|
||||
Date: Sun, 11 Dec 2016 22:15:28 -0500
|
||||
Subject: [PATCH] Fixes
|
||||
|
||||
Change-Id: I53c657f52a7c8fd39655a9acba8e9c0a633fd329
|
||||
---
|
||||
BoardConfig.mk | 5 +++++
|
||||
charger/Android.mk | 2 +-
|
||||
2 files changed, 6 insertions(+), 1 deletion(-)
|
||||
|
||||
diff --git a/BoardConfig.mk b/BoardConfig.mk
|
||||
index 726c947..c11a418 100644
|
||||
--- a/BoardConfig.mk
|
||||
+++ b/BoardConfig.mk
|
||||
@@ -192,3 +192,8 @@ TW_FLASH_FROM_STORAGE := true
|
||||
TW_BRIGHTNESS_PATH := /sys/class/leds/lcd-backlight/brightness
|
||||
TW_MAX_BRIGHTNESS := 255
|
||||
TW_INPUT_BLACKLIST := lis3dh_acc
|
||||
+
|
||||
+# Use retire fence from MDP driver
|
||||
+TARGET_DISPLAY_USE_RETIRE_FENCE := true
|
||||
+
|
||||
+
|
||||
diff --git a/charger/Android.mk b/charger/Android.mk
|
||||
index 14c26dd..0fcc178 100644
|
||||
--- a/charger/Android.mk
|
||||
+++ b/charger/Android.mk
|
||||
@@ -20,7 +20,7 @@ LOCAL_STATIC_LIBRARIES := libminui libpixelflinger_static libpng
|
||||
ifeq ($(strip $(BOARD_CHARGER_ENABLE_SUSPEND)),true)
|
||||
LOCAL_STATIC_LIBRARIES += libsuspend
|
||||
endif
|
||||
-LOCAL_STATIC_LIBRARIES += libz libstdc++ libcutils liblog libm libc
|
||||
+LOCAL_STATIC_LIBRARIES += libz libstdc++ libcutils liblog libm libc libutils
|
||||
|
||||
include $(BUILD_EXECUTABLE)
|
||||
|
||||
--
|
||||
2.9.3
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue