From 322dd88f9dedd580115bd62377c2a21323540d2f Mon Sep 17 00:00:00 2001 From: "Chaitanya Cheemala (xWF)" Date: Wed, 27 Nov 2024 14:37:59 +0000 Subject: Revert "Mark @FlaggedApi flags as exported" Revert submission 30583310-fix-non-exported-flags Reason for revert: Likely culprit for b/381233132 - verifying through ABTD before revert submission. This is part of the standard investigation process, and does not mean your CL will be reverted. Reverted changes: /q/submissionid:30583310-fix-non-exported-flags Change-Id: Iab8df31884c344069dfccde634623e0cc64ec13c --- apex/jobscheduler/framework/aconfig/job.aconfig | 2 -- 1 file changed, 2 deletions(-) (limited to 'apex') diff --git a/apex/jobscheduler/framework/aconfig/job.aconfig b/apex/jobscheduler/framework/aconfig/job.aconfig index 63624d8cad4a..47a85498f51b 100644 --- a/apex/jobscheduler/framework/aconfig/job.aconfig +++ b/apex/jobscheduler/framework/aconfig/job.aconfig @@ -29,7 +29,6 @@ flag { namespace: "backstage_power" description: "Detect, report and take action on jobs that maybe abandoned by the app without calling jobFinished." bug: "372529068" - is_exported: true } flag { @@ -37,7 +36,6 @@ flag { namespace: "backstage_power" description: "Ignore the important_while_foreground flag and change the related APIs to be not effective" bug: "374175032" - is_exported: true } flag { -- cgit v1.2.3-59-g8ed1b