Skip to content
Snippets Groups Projects
  1. May 21, 2024
  2. May 17, 2024
  3. May 08, 2024
  4. May 03, 2024
    • Oriol Prieto Gasco's avatar
      RESTRICT AUTOMERGE · 7b816129
      Oriol Prieto Gasco authored
      Set the container field of aconfig flags
      
      Test: printflags --format='{package}:{container}:' | grep "::"
      Bug: 312769710
      Flag: NONE
      Change-Id: I84fda0d5e9813940609436d825738ff786908ff0
      7b816129
  5. Apr 24, 2024
    • Jeff DeCew's avatar
      Support new generated CustomFeatureFlags · c2556685
      Jeff DeCew authored
      * Broaden jarjar Flags rules for NFC.  Note that this brings the NFC rules in line with other packages
      * Opt classes named CustomFeatureFlags into Ravenwood
      
      Flag: none
      Bug: 336768870
      Test: presubmit
      Change-Id: Ib1e76ebd04915554f464ec9a3d101b07925e18be
      c2556685
  6. Apr 08, 2024
  7. Apr 02, 2024
    • Roshan Pius's avatar
      nfc(api): Add OEM extension surface · a4329540
      Roshan Pius authored
      This is added as a separate class to avoid cluttering the public NFC
      API surface.
      
      Bug: 330376108
      Test: Compiles
      Merged-In: Ia74d9e25b69fe3550b167ec83896c01a1fc569b9
      
      Change-Id: Ia74d9e25b69fe3550b167ec83896c01a1fc569b9
      a4329540
  8. Mar 12, 2024
    • Mårten Kongstad's avatar
      framework-nfc: add aconfig_declarations block · 55c26d3f
      Mårten Kongstad authored
      Add missing aconfig_declarations block to the framework-nfc
      java_sdk_library soong module. Without this, soong doesn't know which
      flags to tell metalava to retain, and metalava will effectively revert
      all API changes in framework-nfc, even if the @FlaggedApi flag is
      enabled.
      
      Bug: 328923659
      Test: TreeHugger
      Merged-In: Iafa82071b613f9fdd590b605ab0b07cd587ecd0f
      Change-Id: Iafa82071b613f9fdd590b605ab0b07cd587ecd0f
      55c26d3f
  9. Mar 08, 2024
    • Oriol Prieto Gasco's avatar
      Export flags used in FlaggedApi annotations · 5cc889ab
      Oriol Prieto Gasco authored
      Before calling a flagged API, client code must check the value of the flag
      which gates it. Those flags must be exported in order to be accessible from
      containers other than the container where the flag and the API are hosted.
      
      Bug: 320984775
      Bug: 322839671
      
      Test: m all_aconfig_declarations
      Test: printflags --format='{fully_qualified_name}:{is_exported}' | grep true
      
      Change-Id: Ie5af316c327208b52b3afd74502ca66c41bb6f70
      5cc889ab
  10. Feb 07, 2024
  11. Feb 02, 2024
  12. Jan 30, 2024
    • Roshan Pius's avatar
      nfc(api): Move NFC API lint baseline · 2537350b
      Roshan Pius authored
      This is needed after NFC API split.
      
      Bug: 303286040
      Test: Device boots up after flashing
      Test: atest CtsNfcTestCases
      Merged-In: I22ae8145e6ea328e03949002c79c29aed184f39a
      Change-Id: I22ae8145e6ea328e03949002c79c29aed184f39a
      2537350b
  13. Jan 12, 2024
    • Roshan Pius's avatar
      nfc(api): Move nfc classes to framework-nfc · 467a55fa
      Roshan Pius authored
      Splits out the NFC API classes that are going to be part of NFC mainline
      module.
      
      Note: These files will be eventually moved out to packages/modules/Nfc
      at some point.
      
      Bug: 303286040
      Test: Device boots up after flashing
      Test: atest CtsNfcTestCases
      Merged-In: I41c1146401236963b9fd83f214fed0b6cecf325e
      
      Change-Id: I41c1146401236963b9fd83f214fed0b6cecf325e
      467a55fa
    • Roshan Pius's avatar
      framework-nfc: Switch to "framework-module-defaults" · 96dac95f
      Roshan Pius authored
      Now that all the @hide usage of NFC API's from rest of platform is
      cleaned out, we can now switch to the module defaults and continue the
      separation of NFC API classes.
      
      Bug: 303286040
      Test: Compiles
      Merged-In: I8bd5e38b1482600594c41660d14537cf15b48318
      
      Change-Id: I8bd5e38b1482600594c41660d14537cf15b48318
      96dac95f
  14. Nov 17, 2023
Loading