Skip to content

Commit

Permalink
Revert broken "Move Seedvault to /system_ext partition"
Browse files Browse the repository at this point in the history
This reverts commit dfec39e.
  • Loading branch information
maade93791 authored and thestinger committed Sep 19, 2024
1 parent 817746e commit 5b40772
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Android.bp
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ android_app {
manifest: "app/src/main/AndroidManifest.xml",

platform_apis: true,
system_ext_specific: true,
certificate: "platform",
privileged: true,
required: [
Expand All @@ -57,23 +56,20 @@ android_app {

prebuilt_etc {
name: "com.stevesoltys.backup_allowlist",
system_ext_specific: true,
sub_dir: "sysconfig",
src: "allowlist_com.stevesoltys.seedvault.xml",
filename_from_src: true,
}

prebuilt_etc {
name: "com.stevesoltys.backup_default-permissions",
system_ext_specific: true,
sub_dir: "default-permissions",
src: "default-permissions_com.stevesoltys.seedvault.xml",
filename_from_src: true,
}

prebuilt_etc {
name: "com.stevesoltys.backup_privapp_allowlist",
system_ext_specific: true,
sub_dir: "permissions",
src: "permissions/com.stevesoltys.seedvault.xml",
filename_from_src: true,
Expand Down

0 comments on commit 5b40772

Please sign in to comment.