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

Commit 7cf07b3e authored by zhidou's avatar zhidou
Browse files

add new flag new_storage_platform_system_api

Bug: 372729920
Test: presubmit
Flag: NONE build file change
Change-Id: If03ea9a361f0ac0b91b92201c73b3bf342d2d63b
parent e4849e87
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
}