From 775344bcdc412431da5fa825b1012f0290fc8064 Mon Sep 17 00:00:00 2001 From: Andrey Artemiev Date: Tue, 12 Jul 2022 17:06:16 -0700 Subject: executor: added code to run Android with System account --- pkg/csource/gen.go | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'pkg/csource/gen.go') 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{ -- cgit mrf-deployment