diff options
author | 2024-11-27 14:37:59 +0000 | |
---|---|---|
committer | 2024-11-27 14:38:17 +0000 | |
commit | 322dd88f9dedd580115bd62377c2a21323540d2f (patch) | |
tree | af9a5f370bcfecbd489fa38300f3a7d5962eca06 /location | |
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 'location')
-rw-r--r-- | location/java/android/location/flags/location.aconfig | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/location/java/android/location/flags/location.aconfig b/location/java/android/location/flags/location.aconfig index 5395206155b3..24e1d32164d0 100644 --- a/location/java/android/location/flags/location.aconfig +++ b/location/java/android/location/flags/location.aconfig @@ -6,7 +6,6 @@ flag { namespace: "location" description: "Deprecates LocationManager ProviderChanged APIs" bug: "361811782" - is_exported: true } flag { @@ -28,7 +27,6 @@ flag { namespace: "location" description: "Flag for new Geocoder APIs" bug: "229872126" - is_exported: true } flag { @@ -58,7 +56,6 @@ flag { namespace: "location" description: "Flag for making geoid heights available via the Altitude HAL" bug: "304375846" - is_exported: true } flag { @@ -66,7 +63,6 @@ flag { namespace: "location" description: "Flag for GNSS API for NavIC L1" bug: "302199306" - is_exported: true } flag { @@ -74,7 +70,6 @@ flag { namespace: "location" description: "Flag for GnssMeasurementRequest WorkSource API" bug: "295235160" - is_exported: true } flag { @@ -134,7 +129,6 @@ flag { metadata { purpose: PURPOSE_BUGFIX } - is_exported: true } flag { |