Skip to content
Snippets Groups Projects
  1. Jan 17, 2024
    • Lajos Molnar's avatar
      order dependendencies in AconfigFlags.bp · 4fbcf2f9
      Lajos Molnar authored
      This will help minimize merge conflicts down the line
      
      Bug: 289097671
      Change-Id: I005714dcf7be28d64e9d131b46d86c857ee4231d
      Merged-in: I005714dcf7be28d64e9d131b46d86c857ee4231d
      4fbcf2f9
    • Girish's avatar
      media: adding MediaFormat.KEY_IMPORTANCE · 39e5dad7
      Girish authored
      Bug: 289097671
      Test: atest android.media.misc.cts.ResourceManagerTest
            atest android.media.misc.cts.ResourceManagerMultiTest
      Merged-In: I750ef5a7585b7bba94f0dfb7bb8e70ec12bf70f5
      Change-Id: I750ef5a7585b7bba94f0dfb7bb8e70ec12bf70f5
      39e5dad7
  2. Dec 18, 2023
  3. Dec 08, 2023
    • Motomu Utsumi's avatar
      Use flags.aconfig in platform for android networking · 9e80cbb8
      Motomu Utsumi authored
      flags.aconfig for android networking is under
      packages/modules/Connectivity.
      But, currently, mainline code should not read trunk stable flag.
      To avoid confusion, this CL moves flags.aconfig to platform.
      
      Bug: 315302281
      Test: TH
      Change-Id: I49db6f8c02b50a32f851678114694a029c797042
      Merged-In: I7142d937a59a880b68c11fff9254c84b39ce072f
      9e80cbb8
  4. Dec 07, 2023
    • Zi Wang's avatar
      Remove mode: "test" from android.security.flags-aconfig-java-host · 18cd67df
      Zi Wang authored
      Previously the config was correct in internal main but not updated in
      aosp. Later the incorrect aosp config was applied to internal main and cause CtsAppSecurityHostTestCases fail. This CL fixes this problem.
      
      Test: CI
      Change-Id: Iaca74986ec16d8acb6b15b4d30908642fe0ccc9d
      18cd67df
  5. Nov 15, 2023
  6. Nov 14, 2023
  7. Nov 02, 2023
    • Venkatarama Avadhani's avatar
      MetadataRetriever: Use RGBA_8888 as default color format based on a flag · c35577ee
      Venkatarama Avadhani authored
      When the flag mediametadataretriever_default_rgba8888 is set, use
      RGBA_8888 as the color format in getFrameAtTime call.
      
      Add the unit test to check the intended behaviour.
      
      Test: adb shell setprop persist.device_config.aconfig_flags.\
      media_solutions.com.android.media.playback.flags.\
      mediametadataretriever_default_rgba8888 true
      Test: adb shell device_config put media_solutions \
      com.android.media.playback.flags.mediametadataretriever_default_rgba8888 \
      true
      Test: atest com.android.mediaframeworktest.unit.MediaMetadataRetrieverTest
      Bug: 298965955
      
      Change-Id: I8452e75e07bcfcd2483ad2da971806147f5a9067
      c35577ee
  8. Oct 26, 2023
    • Yan Yan's avatar
      Add a flag for VCN safe mode configurability · d3c353fb
      Yan Yan authored
      Add aconfig for VCN feature flags and the flag for VCN
      safe mode configurability
      
      Bug: 276358140
      Test: verified flags are accessible
      Change-Id: I4a54445a4238c81a409604be16c90ef341eed638
      Merged-In: I4a54445a4238c81a409604be16c90ef341eed638
      d3c353fb
  9. Oct 20, 2023
  10. Oct 19, 2023
  11. Oct 13, 2023
  12. Oct 12, 2023
    • Jiakai Zhang's avatar
      Revert^2 "Fail adb install on external profile errors." · 1dde3e7f
      Jiakai Zhang authored
      Revert submission 24993368-revert-24773688-dm-profile-validation-SONEGLGSYT
      
      Reason for revert: Relanding the changes with flags
      
      Reverted changes: /q/submissionid:24993368-revert-24773688-dm-profile-validation-SONEGLGSYT
      
      Bug: 278080573
      Change-Id: Ia60b7572ea9c9bafe39c63ec1ed5fe432781e04f
      Merged-In: I51f45cfa216b15f6c355bfba6ddc4ca620cdf0ae
      (cherry picked from commit e424064f with modifications)
      1dde3e7f
  13. Sep 25, 2023
  14. Sep 22, 2023
  15. Sep 21, 2023
    • Liz Kammer's avatar
      Expand @FlaggedApi(FLAG) constants in API signature files · 56896172
      Liz Kammer authored
      The auto-generated Flags.FLAG_NAME constants are difficult to review in
      API tracking files. metalava will expand annotation arguments if
      
        (1) the field declaration is known to metalava, and
        (2) the constant is not part of the API surface.
      
      The auto-generated constants are hidden, so not part of any API surface.
      This satisfies (1).
      
      This CL adds the auto-generated sources to metalava's input. This
      satisfies (2).
      
      (cherry picked from commit 01544b94)
      
      Bug: 297881670
      Test: m checkapi
      Test: m <partition>/etc/aconfig_flags.textproto & diff against a clean build
      Merged-In: I757c6e87d81768ef6095a4bea67c74c3ae6028a7
      Change-Id: I757c6e87d81768ef6095a4bea67c74c3ae6028a7
      56896172
  16. Sep 11, 2023
  17. Sep 07, 2023
    • Josep del Rio's avatar
      Add flags for new features · c469f35e
      Josep del Rio authored
      This CL adds support for 2 new features flag meant for keyboard
      features: layout preview and accessibility.
      
      Bug: 294546335
      Bug: 293579375
      Test: `atest FrameworksCoreTests:InputFlagsTest`
      Change-Id: Id716a4d8e9d0d081f093fde67883fc4a4b266aa3
      c469f35e
  18. Sep 01, 2023
    • Victor Hsieh's avatar
      Add a java host flag library for testing · 65bec8d5
      Victor Hsieh authored
      Bug: 296465999
      Test: use the flag
      Change-Id: Id8de5f90d06647e020800aabf28bc67658dda331
      Merged-In: Id8de5f90d06647e020800aabf28bc67658dda331
      65bec8d5
    • Victor Hsieh's avatar
      Add API flag fsverity_api · 529c1a73
      Victor Hsieh authored
      Bug: 285185747
      Test: use the flag
      Change-Id: Ifd046909dfca3155d6f95dd86f0d990636f4cbb2
      Merged-In: Ifd046909dfca3155d6f95dd86f0d990636f4cbb2
      529c1a73
  19. Aug 30, 2023
  20. Aug 24, 2023
  21. Aug 22, 2023
    • Chris Li's avatar
      Setup flags for windowing sdk · 547ae2c3
      Chris Li authored
      Fix: 291681490
      Bug: 260873529
      Test: atest FrameworksCoreTests:WindowFlagsTest
      Change-Id: I7d978b3d4e258ff54d31f6bb6d2f1279574cb742
      547ae2c3
  22. Aug 20, 2023
    • Joe Onorato's avatar
      Add first aconfig library inside the framework. · cd77947b
      Joe Onorato authored
      The difficult part here is that the aconfig libraries can't be compiled
      separately from the framework, so the framework adds a srcjar and we add
      a fake DeviceConfig so that the generated libraries will compile.
      
      Bug: 293195086
      Test: m
      Change-Id: Ia54cb5d1196f9579f418586a0c53b8846d46dc5a
      cd77947b
Loading