瀏覽代碼

datarmnet: Add redundant module checks

BoardConfig.mk is not being processed by the build system in certain
configurations. Add a duplicate check in the module specific makefile
for module enablement.

CRs-Fixed: 3593384
Change-Id: Ib87a3ea4313d42cdc5c05c3c5e896ceb3f3a01af
Signed-off-by: Subash Abhinov Kasiviswanathan <[email protected]>
Subash Abhinov Kasiviswanathan 1 年之前
父節點
當前提交
ce9ddb7013
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      core/Android.mk

+ 2 - 0
core/Android.mk

@@ -1,3 +1,4 @@
+ifeq ($(TARGET_DATARMNET_ENABLE), true)
 ifneq ($(TARGET_BOARD_PLATFORM),qssi)
 RMNET_CORE_DLKM_PLATFORMS_LIST := pineapple
 RMNET_CORE_DLKM_PLATFORMS_LIST += blair
@@ -35,3 +36,4 @@ include $(DLKM_DIR)/Build_external_kernelmodule.mk
 
 endif #End of Check for target
 endif #End of Check for qssi target
+endif #End of Check for datarmnet