librmnetctl: Use new QMAA DATA NET flag

Since QMAA DATA flags are common for data modules, this flag would
be set only after all data modules are ready.

Use the new flag so that these specific modules can be enabled.

CRs-Fixed: 2566838
Change-Id: I78142c389d8ee04f4ba9ec28ad9f369b55f5a79d
This commit is contained in:
Subash Abhinov Kasiviswanathan
2019-11-14 17:20:57 -07:00
parent a226fc5ec0
commit 009d998c22

View File

@@ -1,6 +1,6 @@
TARGET_DISABLE_RMNT := false
ifeq ($(TARGET_USES_QMAA),true)
ifneq ($(TARGET_USES_QMAA_OVERRIDE_DATA),true)
ifneq ($(TARGET_USES_QMAA_OVERRIDE_DATA_NET),true)
TARGET_DISABLE_RMNT := true
endif
endif