mirror of
https://github.com/SELinuxProject/selinux
synced 2025-01-08 22:49:44 +00:00
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:
parent
9bd073afc6
commit
86b71ed3a3
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user