diff options
author | Bruno Martins <bgcngm@gmail.com> | 2020-02-25 20:55:33 +0000 |
---|---|---|
committer | Luca Stefani <luca.stefani.ge1@gmail.com> | 2020-02-26 23:44:27 +0100 |
commit | b542aeeae7fa348b6ef8347f226cea7575c0951c (patch) | |
tree | 70512c09c068db9ddcf5e82bba2ad15f686be353 /common | |
parent | 0a1291e36571231b365e88e819f7f2b30484b402 (diff) | |
download | android_device_lineage_sepolicy-b542aeeae7fa348b6ef8347f226cea7575c0951c.tar.gz android_device_lineage_sepolicy-b542aeeae7fa348b6ef8347f226cea7575c0951c.tar.bz2 android_device_lineage_sepolicy-b542aeeae7fa348b6ef8347f226cea7575c0951c.zip |
sepolicy: Add rules required for TARGET_HAS_LEGACY_CAMERA_HAL1
Change-Id: Ibb700942ef0c383faad7b6bf461206a957bd409c
Co-authored-by: Adrian DC <radian.dc@gmail.com>
Co-authored-by: Arne Coucheron <arco68@gmail.com>
Diffstat (limited to 'common')
-rw-r--r-- | common/sepolicy.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/common/sepolicy.mk b/common/sepolicy.mk index 86b6b15..61d55fe 100644 --- a/common/sepolicy.mk +++ b/common/sepolicy.mk @@ -24,3 +24,6 @@ BOARD_SEPOLICY_DIRS += \ device/lineage/sepolicy/common/dynamic \ device/lineage/sepolicy/common/vendor endif + +# Selectively include legacy rules defined by the products +-include device/lineage/sepolicy/legacy-common/sepolicy.mk |