Skip to content

Commit

Permalink
a3xelte: Add RIL configuration
Browse files Browse the repository at this point in the history
Change-Id: If39366fd746fb55efeeef906b3bdc64af17ecc9b
  • Loading branch information
danwood76 authored and Stricted committed Aug 12, 2019
1 parent 8da9a22 commit 26b7ac7
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
4 changes: 4 additions & 0 deletions BoardConfig.mk
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ TARGET_OTA_ASSERT_DEVICE := a3xelte,a3xeltexx,a3xelteub,a3xeltedo
# Bluetooth
BOARD_BLUETOOTH_BDROID_BUILDCFG_INCLUDE_DIR := $(LOCAL_PATH)/bluetooth

# RIL
BOARD_MODEM_TYPE := tss310
BOARD_PROVIDES_LIBRIL := true

# Init
TARGET_INIT_VENDOR_LIB := libinit_sec

Expand Down
17 changes: 17 additions & 0 deletions device.mk
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,22 @@ PRODUCT_COPY_FILES += \
PRODUCT_PACKAGES += \
init.target.rc

# Radio
PRODUCT_PACKAGES += \
libprotobuf-cpp-full \
libsecril-client \
modemloader \
libxml2 \
rild \
libril \
libreference-ril \
libsecril-client-sap \
[email protected] \
[email protected]

PRODUCT_COPY_FILES += \
device/samsung/universal7580-common/configs/init/rild.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/rild.rc

# Inherit from universal7580-common
$(call inherit-product, device/samsung/universal7580-common/device-common.mk)

0 comments on commit 26b7ac7

Please sign in to comment.