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

Commit 06241051 authored by Jiyong Park's avatar Jiyong Park
Browse files

Make telephony work on generic system image

Bug: 36070427
Test: modem is up and emergency call can be made
Change-Id: Ic09200943a7ae7c51e420c6485f3b1b95c702265
parent e496c6a7
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -896,6 +896,10 @@ INTERNAL_USERIMAGES_DEPS += $(SELINUX_FC)

INTERNAL_USERIMAGES_DEPS += $(BLK_ALLOC_TO_BASE_FS)

INTERNAL_USERIMAGES_DEPS += \
    $(ALL_MODULES.fs_config_dirs.INSTALLED) \
    $(ALL_MODULES.fs_config_files.INSTALLED) \

# $(1): the path of the output dictionary file
# $(2): additional "key=value" pairs to append to the dictionary file.
define generate-userimage-prop-dictionary
+4 −0
Original line number Diff line number Diff line
@@ -73,6 +73,10 @@ TARGET_NO_RECOVERY := true
BOARD_USES_RECOVERY_AS_BOOT := true
BOARD_BUILD_SYSTEM_ROOT_IMAGE := true

# TODO(jiyong) These might be SoC specific.
BOARD_ROOT_EXTRA_FOLDERS := bt_firmware firmware firmware/radio persist
BOARD_ROOT_EXTRA_SYMLINKS := /vendor/lib/dsp:/dsp

# TODO(b/35603549): this is currently set to 2.5GB to support sailfish/marlin
# Fix this!
BOARD_SYSTEMIMAGE_PARTITION_SIZE := 2147483648
+6 −0
Original line number Diff line number Diff line
@@ -115,6 +115,12 @@ PRODUCT_PACKAGES += \
    wificond \
    wifilogd \

# TODO(jiyong) move ims to vendor partition
#PRODUCT_PACKAGES += ims

# TODO(jiyong) remove this!!!
PRODUCT_DEFAULT_DEV_CERTIFICATE := vendor/google/certs/devkeys/devkey

PRODUCT_SYSTEM_VERITY_PARTITION := /dev/block/bootdevice/by-name/system

AB_OTA_UPDATER := true