shusky: Update sepolicy path
Change-Id: Ia24ef37000ed9e1cdf994a32447b0250e3f89186
This commit is contained in:
parent
b0cb0e65b3
commit
a3336adcb1
4 changed files with 6 additions and 6 deletions
|
@ -53,7 +53,7 @@ include device/google/shusky/device-shusky-common.mk
|
|||
include device/google/zuma/BoardConfig-common.mk
|
||||
-include vendor/google_devices/zuma/prebuilts/BoardConfigVendor.mk
|
||||
-include vendor/google_devices/husky/proprietary/BoardConfigVendor.mk
|
||||
include device/google/shusky-sepolicy/husky-sepolicy.mk
|
||||
include device/google/shusky/sepolicy/husky-sepolicy.mk
|
||||
include device/google/shusky/wifi/BoardConfig-wifi.mk
|
||||
|
||||
ifneq (,$(filter userdebug eng, $(TARGET_BUILD_VARIANT)))
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# sepolicy exclusively for husky.
|
||||
BOARD_SEPOLICY_DIRS += device/google/shusky-sepolicy/husky
|
||||
BOARD_SEPOLICY_DIRS += device/google/shusky/sepolicy/husky
|
||||
|
||||
# unresolved SELinux error log with bug tracking
|
||||
BOARD_SEPOLICY_DIRS += device/google/shusky-sepolicy/tracking_denials
|
||||
BOARD_SEPOLICY_DIRS += device/google/shusky/sepolicy/tracking_denials
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# sepolicy exclusively for shiba.
|
||||
BOARD_SEPOLICY_DIRS += device/google/shusky-sepolicy/shiba
|
||||
BOARD_SEPOLICY_DIRS += device/google/shusky/sepolicy/shiba
|
||||
|
||||
# unresolved SELinux error log with bug tracking
|
||||
BOARD_SEPOLICY_DIRS += device/google/shusky-sepolicy/tracking_denials
|
||||
BOARD_SEPOLICY_DIRS += device/google/shusky/sepolicy/tracking_denials
|
||||
|
|
|
@ -49,7 +49,7 @@ include device/google/shusky/device-shusky-common.mk
|
|||
include device/google/zuma/BoardConfig-common.mk
|
||||
-include vendor/google_devices/zuma/prebuilts/BoardConfigVendor.mk
|
||||
-include vendor/google_devices/shiba/proprietary/BoardConfigVendor.mk
|
||||
include device/google/shusky-sepolicy/shiba-sepolicy.mk
|
||||
include device/google/shusky/sepolicy/shiba-sepolicy.mk
|
||||
include device/google/shusky/wifi/BoardConfig-wifi.mk
|
||||
|
||||
ifneq (,$(filter userdebug eng, $(TARGET_BUILD_VARIANT)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue