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

Commit ead51c22 authored by Cole Faust's avatar Cole Faust
Browse files

Remove mention of TEMPORARY_DISABLE_PATH_RESTRICTIONS

TEMPORARY_DISABLE_PATH_RESTRICTIONS has been removed as of aosp/1300436.

Fixes: 406926162
Test: Presubmits
Change-Id: I9bbedc406efbd288d5acb6c07abecc4102de02e6
parent e77c839c
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -773,11 +773,6 @@ In order to fix any issues brought up by these checks, the best way to fix them
is to use tools checked into the tree -- either as prebuilts, or building them
as host tools during the build.

As a temporary measure, you can set `TEMPORARY_DISABLE_PATH_RESTRICTIONS=true`
in your environment to temporarily turn off the error checks and allow any tool
to be used (with logging). Beware that GCC didn't work well with the interposer
used for logging, so this may not help in all cases.

## Deprecating / obsoleting envsetup.sh variables in Makefiles

It is not required to source envsetup.sh before running a build. Many scripts,