dataipa: modify hardcoded paths to variable based paths

Modifying hardcoded path usage to support multiple vendor
components in parallel for build compilations.

Change-Id: I3001dc60bf962885b1c0beed9b6c4f47b0ee2b4e
Signed-off-by: Pavan Kumar M <quic_rpavan@quicinc.com>
This commit is contained in:
Pavan Kumar M
2023-10-03 15:46:21 +05:30
parent afcfbe5182
commit da047ee14c

View File

@@ -15,7 +15,8 @@ endif
ifeq ($(call is-board-platform-in-list, $(GSI_DLKM_PLATFORMS_LIST)),true)
#Make file to create GSI DLKM
DLKM_DIR := $(TOP)/device/qcom/common/dlkm
BOARD_COMMON_DIR ?= device/qcom/common
DLKM_DIR := $(TOP)/$(BOARD_COMMON_DIR)/dlkm
LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)