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

Commit be57597b authored by Zhi Dou's avatar Zhi Dou Committed by Gerrit Code Review
Browse files

Revert "add new flag new_storage_platform_system_api"

This reverts commit 7cf07b3e.

Reason for revert: It is not picked up by the build system

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

filegroup {
    name: "com.android.configinfrastructure.flags-file",
    srcs: [
        "flag.aconfig",
    ],
    visibility: [
        "//frameworks/base",
    ],
}
+0 −11
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
}