From 14e8fda1d1d449d76657513bbee2484fd9710e15 Mon Sep 17 00:00:00 2001
From: Bin Chen <bin.chen@linaro.org>
Date: Tue, 7 Feb 2017 11:12:17 +1100
Subject: [PATCH] sepolicy: Fix the path of policy.conf

Change-Id: Ie2864875a46c2dd5f9be1cd901010c213aa6313c
Signed-off-by: Bin Chen <bin.chen@linaro.org>
---
 README | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README b/README
index a3c75b833..0cc8e3080 100644
--- a/README
+++ b/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
 BOARD_SEPOLICY_DIRS search path, then the first one found (at the
 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.
 
 Example BoardConfig.mk Usage:
-- 
GitLab