diff options
| author | Andrey Artemiev <artemiev@google.com> | 2022-07-12 17:06:16 -0700 |
|---|---|---|
| committer | Aleksandr Nogikh <wp32pw@gmail.com> | 2022-07-19 19:37:54 +0200 |
| commit | 775344bcdc412431da5fa825b1012f0290fc8064 (patch) | |
| tree | 3f039e7c24f2242b354f65dc22b4b9e022a27423 /pkg/csource/gen.go | |
| parent | 72a3cc0c8dfd0116bb3ecf36eb5983ec3cae691c (diff) | |
executor: added code to run Android with System account
Diffstat (limited to 'pkg/csource/gen.go')
| -rw-r--r-- | pkg/csource/gen.go | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/pkg/csource/gen.go b/pkg/csource/gen.go index dea64bb39..120db74f5 100644 --- a/pkg/csource/gen.go +++ b/pkg/csource/gen.go @@ -51,6 +51,10 @@ func main() { "arm_app_policy.h", "x86_64_app_policy.h", "x86_app_policy.h", + "arm64_system_policy.h", + "arm_system_policy.h", + "x86_64_system_policy.h", + "x86_system_policy.h", } data = replaceIncludes(androidFilenames, "../../executor/android/", data) for _, remove := range []string{ |
