diff options
Diffstat (limited to 'android/neverallow.go')
-rw-r--r-- | android/neverallow.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/android/neverallow.go b/android/neverallow.go index 62c5e595e..ef4b8b8b6 100644 --- a/android/neverallow.go +++ b/android/neverallow.go @@ -237,6 +237,7 @@ func createInitFirstStageRules() []Rule { Without("name", "init_first_stage"). Without("name", "init_first_stage.microdroid"). With("install_in_root", "true"). + NotModuleType("prebuilt_root"). Because("install_in_root is only for init_first_stage."), } } |