mirror of
https://github.com/followmsi/android_device_asus_deb.git
synced 2024-11-06 22:06:28 +00:00
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:
parent
bfde4fc1f7
commit
3904aed3c8
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue