mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2024-10-01 01:35:54 -04:00
41 lines
1.2 KiB
Diff
41 lines
1.2 KiB
Diff
|
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
|
||
|
|