From 93c96413403d353aacbb4fb01dbb08c2eae40986 Mon Sep 17 00:00:00 2001 From: Roshan Pius Date: Thu, 30 Jan 2025 14:42:52 -0800 Subject: Remove NFC HCE Latency Flag from non-updatable flags.aconfig We previously added the nfc_hce_latency_events flag to this file, but we should use the flags in `packages/modules/Nfc/flags` instead, which will be used for Android 16+ targeting features. Bug: 393398058 Change-Id: Iec27a49bf5ab829d8dc9d26fd0f6b573d370c181 Test: Compiles Flag: com.android.nfc.module.flags.nfc_hce_latency_event --- nfc-non-updatable/flags/flags.aconfig | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/nfc-non-updatable/flags/flags.aconfig b/nfc-non-updatable/flags/flags.aconfig index 54ded0cddffa..eb30bbe1bfe7 100644 --- a/nfc-non-updatable/flags/flags.aconfig +++ b/nfc-non-updatable/flags/flags.aconfig @@ -198,10 +198,6 @@ flag { bug: "380892385" } -flag { - name: "nfc_hce_latency_events" - is_exported: true - namespace: "wallet_integration" - description: "Enables tracking latency for HCE" - bug: "379849603" -} +# Unless you are adding a flag for a file under nfc-non-updatable, you should +# not add a flag here for Android 16+ targeting features. Use the flags +# in com.android.nfc.module.flags (packages/modules/Nfc/flags) instead. -- cgit v1.2.3-59-g8ed1b