datarmnet-ext: Enable offload and shs for holi

Enable offload and shs for holi.

Change-Id: I5e3a39942ecded1cd72189e5650339ac09700f5d
Signed-off-by: Kaustubh Pandey <kapandey@codeaurora.org>
This commit is contained in:
Kaustubh Pandey 2020-09-04 10:27:35 +05:30 committed by Gerrit - the friendly Code Review server
parent cab6909136
commit 54b5063c33
3 changed files with 3 additions and 0 deletions

View File

@ -1,5 +1,6 @@
#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

View File

@ -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)

View File

@ -1,5 +1,6 @@
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