aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeferson <jroliveira.oliveira301@gmail.com>2022-05-04 14:42:59 +0200
committerJeferson <jroliveira.oliveira301@gmail.com>2022-05-09 14:46:17 +0200
commitbf7cada51718cd0b0c00e7f2b43b00407c58f0b1 (patch)
treec599d49aaac485d59e9cd3a4d83fd184e24a29c3
parentc68875a27e94746b93d3b1515487b336a5d6b8e3 (diff)
beckham: Use a debug flag to turn on the AOD animation
Change-Id: I8480a048f31b5c76b253581905b03932d35c058c
-rw-r--r--BoardConfig.mk1
-rw-r--r--system.prop6
2 files changed, 7 insertions, 0 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk
index c3c18ac..64214c3 100644
--- a/BoardConfig.mk
+++ b/BoardConfig.mk
@@ -51,6 +51,7 @@ BOARD_VENDORIMAGE_PARTITION_SIZE := 939524096
TARGET_HAS_NO_WLAN_STATS := true
# Properties
+TARGET_SYSTEM_PROP += $(DEVICE_PATH)/system.prop
TARGET_SYSTEM_EXT_PROP += $(DEVICE_PATH)/system_ext.prop
TARGET_VENDOR_PROP += $(DEVICE_PATH)/vendor.prop
diff --git a/system.prop b/system.prop
new file mode 100644
index 0000000..757c8a4
--- /dev/null
+++ b/system.prop
@@ -0,0 +1,6 @@
+#
+# system props for beckham
+#
+
+#Misc
+debug.force_no_blanking=true