Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0f8c5b4a authored by Lingfeng Yang's avatar Lingfeng Yang
Browse files

Add minijail to whitelist.go

The latest version of crosvm refers to minijail as a separate crate:

https://chromium.googlesource.com/chromiumos/platform/crosvm/+/2dae56768c0dcfb57ff07c051f5785162632073e%5E%21/#F1

The current version of minijail in aosp crosvm-master isn't a crate,
but minijail in aosp master is a crate and builds with crosvm.

This allows the latest version of crosvm to build in the Android tree
and use minijail in the same tree.

Change-Id: I2231149f1488727754430183d04072c5cc0f570a
parent b34ebcf0
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -2,6 +2,7 @@ package config

var (
	RustAllowedPaths = []string{
		"external/minijail",
		"external/rust",
		"external/crosvm",
		"external/adhd",