Skip to content

Commit

Permalink
j3x3g: attempt to add RIL
Browse files Browse the repository at this point in the history
  • Loading branch information
NotNoelChannel committed Nov 16, 2023
1 parent 2b0dfd4 commit 54caa82
Show file tree
Hide file tree
Showing 5 changed files with 6,760 additions and 1 deletion.
3 changes: 2 additions & 1 deletion BoardConfig.mk
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,9 @@ BOARD_CANT_REALLOCATE_OMX_BUFFERS := true
TARGET_POWERHAL_VARIANT := scx35

# RIL
BOARD_PROVIDES_RILD := true
BOARD_PROVIDES_LIBRIL := true
BOARD_RIL_CLASS := device/samsung/j3x3g/ril


# Graphics
TARGET_RUNNING_WITHOUT_SYNC_FRAMEWORK := true
Expand Down
1 change: 1 addition & 0 deletions device.mk
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ PRODUCT_PACKAGES += \
engpc \
wcnd \
wcnd_cli \
libril \
libril_shim \

# Usb accessory
Expand Down
Loading

0 comments on commit 54caa82

Please sign in to comment.