-
Notifications
You must be signed in to change notification settings - Fork 1
/
device_xiaomi_daisy.diff
54 lines (50 loc) · 1.24 KB
/
device_xiaomi_daisy.diff
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
diff --git a/device-props.mk b/device-props.mk
index a9b68d2..2986f56 100644
--- a/device-props.mk
+++ b/device-props.mk
@@ -25,6 +25,7 @@ PRODUCT_PROPERTY_OVERRIDES += \
# Display
PRODUCT_PROPERTY_OVERRIDES += \
+ ro.sf.lcd_density=432 \
debug.egl.hw=0 \
debug.enable.sglscale=1 \
debug.gralloc.enable_fb_ubwc=1 \
diff --git a/device.mk b/device.mk
index 82b9860..1541867 100644
--- a/device.mk
+++ b/device.mk
@@ -39,15 +39,6 @@ AB_OTA_PARTITIONS += \
boot \
system
-AB_OTA_POSTINSTALL_CONFIG += \
- RUN_POSTINSTALL_system=true \
- POSTINSTALL_PATH_system=system/bin/otapreopt_script \
- FILESYSTEM_TYPE_system=ext4 \
- POSTINSTALL_OPTIONAL_system=true
-
-PRODUCT_PACKAGES += \
- otapreopt_script
-
# AID/fs configs
PRODUCT_PACKAGES += \
fs_config_files
@@ -128,21 +119,12 @@ PRODUCT_BOOT_JARS += \
PRODUCT_PACKAGES += \
lineage.trust@1.0-service
-# Update engine
-PRODUCT_PACKAGES += \
- brillo_update_payload \
- update_engine \
- update_verifier
-
PRODUCT_STATIC_BOOT_CONTROL_HAL := \
bootctrl.msm8953 \
libcutils \
libgptutils \
libz
-PRODUCT_PACKAGES_DEBUG += \
- update_engine_client
-
# USB
PRODUCT_PACKAGES += \
android.hardware.usb@1.0-service.daisy