PREMIUMAPP-2817 [RDK6.1 - RC2] Functional Tests IFA Has Advertising ID Reason for change: Fix for IFA test failure Test Procedure: Refer Ticket Risks: None Change-Id: I0f7fe128ffaff1f7d8f9710a5f884edcfe681f99 Signed-off-by: reshma_prasad <reshma_prasad@comcast.com>
diff --git a/plugin/Cobalt.conf.in b/plugin/Cobalt.conf.in index 0bd2ef7..e8a1690 100644 --- a/plugin/Cobalt.conf.in +++ b/plugin/Cobalt.conf.in
@@ -19,7 +19,11 @@ advertisingid.add("ifa_type", "@PLUGIN_COBALT_IFA_TYPE@") advertisingid.add("lmt", "@PLUGIN_COBALT_LIMIT_AD_TRACKING@") -if boolean("@advertisingid@"): +if ( + "@PLUGIN_COBALT_ADVERTISING_ID@" or + "@PLUGIN_COBALT_IFA_TYPE@" or + "@PLUGIN_COBALT_LIMIT_AD_TRACKING@" +): configuration.add("advertisingid", advertisingid) systemproperties = JSON()