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

Commit 54b5063c authored by Kaustubh Pandey's avatar Kaustubh Pandey Committed by Gerrit - the friendly Code Review server
Browse files

datarmnet-ext: Enable offload and shs for holi



Enable offload and shs for holi.

Change-Id: I5e3a39942ecded1cd72189e5650339ac09700f5d
Signed-off-by: default avatarKaustubh Pandey <kapandey@codeaurora.org>
parent cab69091
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
#Build rmnet modules
DATA_DLKM_BOARD_PLATFORMS_LIST := lahaina
DATA_DLKM_BOARD_PLATFORMS_LIST += holi
ifneq ($(TARGET_BOARD_AUTO),true)
ifeq ($(call is-board-platform-in-list,$(DATA_DLKM_BOARD_PLATFORMS_LIST)),true)
BOARD_VENDOR_KERNEL_MODULES += $(KERNEL_MODULES_OUT)/rmnet_offload.ko
+1 −0
Original line number Diff line number Diff line
@@ -2,6 +2,7 @@ ifneq ($(TARGET_BOARD_AUTO),true)
ifneq ($(TARGET_PRODUCT),qssi)

RMNET_OFFLOAD_DLKM_PLATFORMS_LIST := lahaina
RMNET_OFFLOAD_DLKM_PLATFORMS_LIST += holi

ifeq ($(call is-board-platform-in-list, $(RMNET_OFFLOAD_DLKM_PLATFORMS_LIST)),true)
LOCAL_PATH := $(call my-dir)
+1 −0
Original line number Diff line number Diff line
ifneq ($(TARGET_PRODUCT),qssi)
RMNET_SHS_DLKM_PLATFORMS_LIST := lahaina
RMNET_SHS_DLKM_PLATFORMS_LIST += holi

ifeq ($(call is-board-platform-in-list, $(RMNET_SHS_DLKM_PLATFORMS_LIST)),true)
#Make file to create RMNET_SHS DLKM