deb: sepolicy: Use BOARD_VENDOR_SEPOLICY_DIRS

BOARD_SEPOLICY_DIRS is deprecated.

Change-Id: I50ba8396529fe37fd8724a3ad4f5830f4244b9a3
Signed-off-by: Felix <google@ix5.org>
This commit is contained in:
Anonymous 2019-05-28 14:03:21 +02:00 committed by followmsi
parent bfde4fc1f7
commit 3904aed3c8

View file

@ -28,7 +28,7 @@ TARGET_SYSTEM_PROP := \
TARGET_RECOVERY_FSTAB = device/asus/deb/rootdir/etc/fstab.deb
BOARD_SEPOLICY_DIRS += device/asus/deb/sepolicy
BOARD_VENDOR_SEPOLICY_DIRS += device/asus/deb/sepolicy
-include vendor/asus/deb/BoardConfigVendor.mk
include device/asus/flo/BoardConfigCommon.mk