Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit 2e9e1dd1 authored by Alexander Grund's avatar Alexander Grund Committed by GitHub
Browse files

Merge pull request #1 from Flamefire/17.1-update-from-18.1

17.1 update from 18.1
parents a64ed308 2d1ccdb6
Loading
Loading
Loading
Loading
+4 −16
Original line number Diff line number Diff line
@@ -31,13 +31,9 @@ BOARD_KERNEL_CMDLINE += androidboot.hardware=lilac

### PARTITIONS
# See also /proc/partitions on the device
BOARD_BOOTIMAGE_PARTITION_SIZE := 67108864
BOARD_RECOVERYIMAGE_PARTITION_SIZE := 67108864
BOARD_CACHEIMAGE_PARTITION_SIZE := 398458880
BOARD_SYSTEMIMAGE_PARTITION_SIZE := 5242880000
BOARD_FLASH_BLOCK_SIZE := 131072 # (BOARD_KERNEL_PAGESIZE * 64)
# Reserve space for data encryption (23753875456-16384)
BOARD_USERDATAIMAGE_PARTITION_SIZE := 23753859072
# Reserve space for data encryption (23753875456-32768)
BOARD_USERDATAIMAGE_PARTITION_SIZE := 23753842688

# Build vendor.img
BOARD_VENDORIMAGE_FILE_SYSTEM_TYPE := ext4
@@ -47,18 +43,10 @@ BOARD_VENDORIMAGE_PARTITION_SIZE := 1610612736
### DISPLAY
TARGET_SCREEN_DENSITY := 320

### LIGHTS
TARGET_PROVIDES_LIBLIGHT := true

### MODEM
BOARD_MODEM_CUSTOMIZATIONS := true

### IMS
BOARD_IMS_CAMERA := true

### VNDK
BOARD_VNDK_VERSION := current

### SYSTEM PROPS
### PROPS
# Add device-specific ones
TARGET_SYSTEM_PROP += $(DEVICE_PATH)/system.prop
TARGET_VENDOR_PROP += $(DEVICE_PATH)/vendor.prop
+0 −465

File deleted.

Preview size limit exceeded, changes collapsed.

+0 −4378

File deleted.

Preview size limit exceeded, changes collapsed.

+1 −0
Original line number Diff line number Diff line
ctm_mo_ims
 No newline at end of file
+1 −0
Original line number Diff line number Diff line
telefonica_uk
 No newline at end of file
Loading