f633ed34d1
Add condition to enable driver for non GVM target. Virtual fastrpc driver is used for target based on hypervisor, skipping driver compilation. Signed-off-by: Anvesh Jain P <quic_ajainp@quicinc.com> Change-Id: I1ac5c0e29f259cbd05f426ca51cd945b695078c9
8 lines
200 B
Makefile
8 lines
200 B
Makefile
ifneq ($(TARGET_KERNEL_DLKM_DISABLE), true)
|
|
ifneq ($(ENABLE_HYP), true)
|
|
PRODUCT_PACKAGES += frpc-adsprpc.ko
|
|
#PRODUCT_PACKAGES += frpc_trusted-adsprpc.ko
|
|
PRODUCT_PACKAGES += cdsp-loader.ko
|
|
endif
|
|
endif
|