Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a1900668 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "add new flag new_storage_platform_system_api" into main

parents 8a3f5c16 7cf07b3e
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -192,3 +192,13 @@ java_library {
    system_modules: "core-all-system-modules",
    host_supported: true,
}

filegroup {
    name: "com.android.configinfrastructure.flags-file",
    srcs: [
        "flag.aconfig",
    ],
    visibility: [
        "//frameworks/base",
    ],
}
+11 −0
Original line number Diff line number Diff line
package: "com.android.configinfrastructure.flags"
container: "system"

flag {
  name: "new_storage_platform_system_api"
  namespace: "core_experiments_team_internal"
  description: "API flag for platform system api to read local flag"
  bug: "372729920"
  is_fixed_read_only: true
  is_exported: true
}