Skip to content

Commit

Permalink
Update patches to fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
Eskuero committed Jun 9, 2019
1 parent fc277a3 commit d5dcf31
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 9 deletions.
35 changes: 31 additions & 4 deletions device_xiaomi_daisy.diff
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,44 @@ index a9b68d2..2986f56 100644
debug.enable.sglscale=1 \
debug.gralloc.enable_fb_ubwc=1 \
diff --git a/device.mk b/device.mk
index 31079c0..09354e7 100644
index 82b9860..1541867 100644
--- a/device.mk
+++ b/device.mk
@@ -39,10 +39,6 @@ AB_OTA_PARTITIONS += \
@@ -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 += \
- update_engine \
- update_engine_client
- otapreopt_script
-
# AID/fs configs
PRODUCT_PACKAGES += \
fs_config_files
@@ -128,21 +119,12 @@ PRODUCT_BOOT_JARS += \
PRODUCT_PACKAGES += \
[email protected]

-# 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 += \
[email protected]
10 changes: 5 additions & 5 deletions vendor_lineage.diff
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
diff --git a/config/common.mk b/config/common.mk
index 2aec1f79..99012888 100644
index d2f84853..09b9c536 100644
--- a/config/common.mk
+++ b/config/common.mk
@@ -127,32 +127,16 @@ PRODUCT_PACKAGES += \
@@ -128,32 +128,16 @@ PRODUCT_PACKAGES += \
# Required Lineage packages
PRODUCT_PACKAGES += \
LineageParts \
Expand All @@ -18,21 +18,21 @@ index 2aec1f79..99012888 100644
# Custom Lineage packages
PRODUCT_PACKAGES += \
- AudioFX \
Backgrounds \
LineageSettingsProvider \
LineageSetupWizard \
- Eleven \
ExactCalculator \
- Jelly \
LockClock \
TrebuchetQuickStep \
- TrebuchetQuickStep \
- Updater \
- WallpaperPicker \
- WeatherProvider
-
-# Exchange support
-PRODUCT_PACKAGES += \
- Exchange2
+ WallpaperPicker
+ TrebuchetQuickStep

# Berry styles
PRODUCT_PACKAGES += \
Expand Down

0 comments on commit d5dcf31

Please sign in to comment.