sepolicy: Fix the path of policy.conf
Change-Id: Ie2864875a46c2dd5f9be1cd901010c213aa6313c Signed-off-by: Bin Chen <bin.chen@linaro.org>
This commit is contained in:
parent
43916281b7
commit
14e8fda1d1
1 changed files with 1 additions and 1 deletions
2
README
2
README
|
@ -26,7 +26,7 @@ for additional policy files. Order matters in this list.
|
||||||
For example, if you have 2 instances of widget.te files in the
|
For example, if you have 2 instances of widget.te files in the
|
||||||
BOARD_SEPOLICY_DIRS search path, then the first one found (at the
|
BOARD_SEPOLICY_DIRS search path, then the first one found (at the
|
||||||
first search dir containing the file) will be concatenated first.
|
first search dir containing the file) will be concatenated first.
|
||||||
Reviewing out/target/product/<device>/etc/sepolicy_intermediates/policy.conf
|
Reviewing out/target/product/<device>/obj/ETC/sepolicy_intermediates/policy.conf
|
||||||
will help sort out ordering issues.
|
will help sort out ordering issues.
|
||||||
|
|
||||||
Example BoardConfig.mk Usage:
|
Example BoardConfig.mk Usage:
|
||||||
|
|
Loading…
Reference in a new issue