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

Commit e5b651f7 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "data-kernel: remove LOCAL_MODULE_TAGS as eng/debug is deprecated"

parents e1960b05 40fcfc1a
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -28,7 +28,6 @@ RMNET_PERF_BLD_DIR := ../../vendor/qcom/opensource/data-kernel/drivers/rmnet/per
DLKM_DIR := ./device/qcom/common/dlkm

KBUILD_OPTIONS := $(RMNET_PERF_BLD_DIR)
LOCAL_MODULE_TAGS := debug

$(warning $(DLKM_DIR))
include $(DLKM_DIR)/AndroidKernelModule.mk
+0 −1
Original line number Diff line number Diff line
@@ -20,7 +20,6 @@ RMNET_SHS_BLD_DIR := ../../vendor/qcom/opensource/data-kernel/drivers/rmnet/shs
DLKM_DIR := ./device/qcom/common/dlkm

KBUILD_OPTIONS := $(RMNET_SHS_BLD_DIR)
LOCAL_MODULE_TAGS := debug

$(warning $(DLKM_DIR))
include $(DLKM_DIR)/AndroidKernelModule.mk