diff options
author | 2024-11-27 14:37:59 +0000 | |
---|---|---|
committer | 2024-11-27 14:38:17 +0000 | |
commit | 322dd88f9dedd580115bd62377c2a21323540d2f (patch) | |
tree | af9a5f370bcfecbd489fa38300f3a7d5962eca06 /apex | |
parent | 1d26f393038f039985275d87770cb3bf02335153 (diff) |
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
Diffstat (limited to 'apex')
-rw-r--r-- | apex/jobscheduler/framework/aconfig/job.aconfig | 2 |
1 files changed, 0 insertions, 2 deletions
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 { |