mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2025-10-11 12:58:50 -04:00
11.0: More work
This commit is contained in:
parent
966f4a5baf
commit
da5485d873
4 changed files with 13 additions and 46 deletions
|
@ -1,39 +0,0 @@
|
|||
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
|
|
@ -1 +1 @@
|
|||
Subproject commit d5b127da6c25757336b84f1606a9e9dfb276f2bc
|
||||
Subproject commit d1680d9aaa135734052f1b69bfa6479137c8b4af
|
Loading…
Add table
Add a link
Reference in a new issue