Skip to content
This repository has been archived by the owner on Jul 19, 2022. It is now read-only.

Commit

Permalink
ril: build rild from source
Browse files Browse the repository at this point in the history
  • Loading branch information
ngoquang2708 committed Jul 7, 2018
1 parent 20b2914 commit 4e2cc6c
Show file tree
Hide file tree
Showing 4 changed files with 6,616 additions and 15 deletions.
3 changes: 3 additions & 0 deletions BoardConfig.mk
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ DEVICE_PACKAGE_OVERLAYS += $(DEVICE_PATH)/overlay-lineage
# RIL
BOARD_RIL_CLASS += ../../../device/samsung/vivalto3gvn/ril
TARGET_DISABLE_ASHMEM_TRACKING := true
BOARD_PROVIDES_LIBRIL := true
TARGET_SPECIFIC_HEADER_PATH := $(DEVICE_PATH)/include

# Bluetooth
USE_BLUETOOTH_BCM4343 := true
Expand Down Expand Up @@ -123,6 +125,7 @@ TARGET_LD_SHIM_LIBS := \
/system/vendor/lib/hw/camera.scx15.so|libmemoryheapion_sprd.so \
/system/vendor/lib/hw/camera2.scx15.so|libmemoryheapion_sprd.so \
/system/vendor/bin/gpsd|libgps_shim.so \
/system/vendor/lib/libreference-ril_sp.so|libril_shim.so \

# Recovery
BOARD_HAS_DOWNLOAD_MODE := true
Expand Down
1 change: 1 addition & 0 deletions device_vivalto3gvn.mk
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@ PRODUCT_PACKAGES += \
modemd \
nvitemd \
refnotify \
rild \

# Codecs
PRODUCT_PACKAGES += \
Expand Down
Loading

0 comments on commit 4e2cc6c

Please sign in to comment.