diff options
| author | Luca Stefani <luca.stefani.ge1@gmail.com> | 2021-03-17 23:29:52 +0100 |
|---|---|---|
| committer | Michael Bestas <mkbestas@lineageos.org> | 2021-03-23 22:20:19 +0100 |
| commit | 6b9de1c6ee8bc62ada7fd731146c8a7d1d0fb751 (patch) | |
| tree | c7818f17236de8a9a523388154f3e509307900dc | |
| parent | c102a32744f5e397791e59a492cb7c3da5136d92 (diff) | |
SetupWizard: Move to system_ext
* This is where system _extensions_
should live
Change-Id: I1fc0dbf73c63e92525c8837a19b8f750fab55271
| -rw-r--r-- | Android.bp | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -21,6 +21,7 @@ android_app { certificate: "platform", privileged: true, + system_ext_specific: true, platform_apis: true, overrides: ["Provision"], @@ -43,6 +44,7 @@ android_app { prebuilt_etc { name: "privapp_whitelist_org.lineageos.setupwizard", + system_ext_specific: true, src: "privapp_whitelist_org.lineageos.setupwizard.xml", sub_dir: "permissions", filename_from_src: true, |
