diff options
author | dd3boh <dade.garberi@gmail.com> | 2017-11-03 19:48:41 +0100 |
---|---|---|
committer | dd3boh <dade.garberi@gmail.com> | 2017-11-04 23:28:42 +0100 |
commit | de5ba527af64c2ae715c2487119a27501d85cc09 (patch) | |
tree | 45ea99f9bf7ad60e635dc400d17a15f2dcbfffbc /BoardConfigCommon.mk | |
parent | 64dac7dc7bf956e3394fd88c87e2c614411c0c3f (diff) |
msm8996-common: Initial sepolicy
* Lots of parts are from the old one so thanks to everyone who contributed to that one
* Still it doesn't boot in enforcing though
Signed-off-by: dd3boh <dade.garberi@gmail.com>
Diffstat (limited to 'BoardConfigCommon.mk')
-rw-r--r-- | BoardConfigCommon.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 938d632..09eeb20 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -185,7 +185,7 @@ TARGET_USERIMAGES_USE_F2FS := true # SELinux # include device/qcom/sepolicy/sepolicy.mk -# BOARD_SEPOLICY_DIRS += $(VENDOR_PATH)/sepolicy +BOARD_SEPOLICY_DIRS += $(VENDOR_PATH)/sepolicy # Timeservice BOARD_USES_QC_TIME_SERVICES := true |