shusky: Update sepolicy path

Change-Id: Ia24ef37000ed9e1cdf994a32447b0250e3f89186
This commit is contained in:
Michael Bestas 2022-11-04 03:28:51 +02:00
parent b0cb0e65b3
commit a3336adcb1
No known key found for this signature in database
GPG key ID: CC95044519BE6669
4 changed files with 6 additions and 6 deletions

View file

@ -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)))

View file

@ -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

View file

@ -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

View file

@ -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)))