device/generic/x86
Revision | bad8628eed6997f7a85bd3eda138f4b3c0fab470 (tree) |
---|---|
Time | 2018-06-18 13:01:24 |
Author | Chih-Wei Huang <cwhuang@linu...> |
Commiter | Chih-Wei Huang |
Remove BOARD_SEPOLICY_DIRS
Move it to the common repository.
@@ -18,7 +18,4 @@ BOARD_CACHEIMAGE_FILE_SYSTEM_TYPE := ext4 | ||
18 | 18 | BOARD_FLASH_BLOCK_SIZE := 512 |
19 | 19 | TARGET_USERIMAGES_SPARSE_EXT_DISABLED := true |
20 | 20 | |
21 | -BOARD_SEPOLICY_DIRS += build/target/board/generic/sepolicy | |
22 | -BOARD_SEPOLICY_DIRS += build/target/board/generic_x86/sepolicy | |
23 | - | |
24 | 21 | include device/generic/common/BoardConfig.mk |