secilc: correct include path of cil.h for Android

The original CL in AOSP tree:
  https://android-review.googlesource.com/#/c/274894

BUG=31366888
This commit is contained in:
bowgotsai 2016-09-30 11:17:55 +08:00 committed by Stephen Smalley
parent 9bd073afc6
commit 86b71ed3a3

View File

@ -35,7 +35,7 @@
#include <sys/stat.h>
#ifdef ANDROID
#include <sepol/cil.h>
#include <cil/cil.h>
#else
#include <sepol/cil/cil.h>
#endif