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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user