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

Commit 16a24e00 authored by Joël Stemmer's avatar Joël Stemmer Committed by Android (Google) Code Review
Browse files

Merge "Make backup_flags exportable and export enable_cross_platform_transfer" into main

parents 1cde1004 4b1edb09
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -31,5 +31,6 @@ aconfig_declarations {
    name: "backup_flags",
    package: "com.android.server.backup",
    container: "system",
    exportable: true,
    srcs: ["flags.aconfig"],
}
+1 −0
Original line number Diff line number Diff line
@@ -85,6 +85,7 @@ flag {
    description: "Enables cross platform transfers for backup agents"
    bug: "403956528"
    is_fixed_read_only: true
    is_exported: true
}

flag {