Skip to content

Commit

Permalink
sunfish: device/google/sunfish-sepolicy -> device/google/sunfish/sepo…
Browse files Browse the repository at this point in the history
…licy

Change-Id: I3519ed2af30efb2a1f2fb440b26aba1b48460376
  • Loading branch information
Rashed97 authored and mikeNG committed Aug 29, 2022
1 parent e42474d commit 92c3184
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion BoardConfig-common.mk
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ BOARD_FLASH_BLOCK_SIZE := 131072
BOARD_ROOT_EXTRA_SYMLINKS := /vendor/dsp:/dsp
BOARD_ROOT_EXTRA_SYMLINKS += /mnt/vendor/persist:/persist

include device/google/sunfish-sepolicy/sunfish-sepolicy.mk
include device/google/sunfish/sepolicy/sunfish-sepolicy.mk

TARGET_FS_CONFIG_GEN := device/google/sunfish/config.fs

Expand Down
2 changes: 1 addition & 1 deletion sepolicy/private/keys.conf
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[@WFCACTIVATION]
ALL : device/google/sunfish-sepolicy/private/certs/wfcactivation.x509.pem
ALL : device/google/sunfish/sepolicy/private/certs/wfcactivation.x509.pem
18 changes: 9 additions & 9 deletions sepolicy/sunfish-sepolicy.mk
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
PRODUCT_PUBLIC_SEPOLICY_DIRS += device/google/sunfish-sepolicy/public
PRODUCT_PRIVATE_SEPOLICY_DIRS += device/google/sunfish-sepolicy/private
PRODUCT_PUBLIC_SEPOLICY_DIRS += device/google/sunfish/sepolicy/public
PRODUCT_PRIVATE_SEPOLICY_DIRS += device/google/sunfish/sepolicy/private

# vendors
BOARD_SEPOLICY_DIRS += device/google/sunfish-sepolicy/vendor/google
BOARD_SEPOLICY_DIRS += device/google/sunfish-sepolicy/vendor/qcom/common
BOARD_SEPOLICY_DIRS += device/google/sunfish-sepolicy/vendor/qcom/sm7150
BOARD_SEPOLICY_DIRS += device/google/sunfish-sepolicy/tracking_denials
BOARD_SEPOLICY_DIRS += device/google/sunfish-sepolicy/vendor/st
BOARD_SEPOLICY_DIRS += device/google/sunfish-sepolicy/vendor/verizon
BOARD_SEPOLICY_DIRS += device/google/sunfish/sepolicy/vendor/google
BOARD_SEPOLICY_DIRS += device/google/sunfish/sepolicy/vendor/qcom/common
BOARD_SEPOLICY_DIRS += device/google/sunfish/sepolicy/vendor/qcom/sm7150
BOARD_SEPOLICY_DIRS += device/google/sunfish/sepolicy/tracking_denials
BOARD_SEPOLICY_DIRS += device/google/sunfish/sepolicy/vendor/st
BOARD_SEPOLICY_DIRS += device/google/sunfish/sepolicy/vendor/verizon

# system_ext
SYSTEM_EXT_PRIVATE_SEPOLICY_DIRS += device/google/sunfish-sepolicy/system_ext/private
SYSTEM_EXT_PRIVATE_SEPOLICY_DIRS += device/google/sunfish/sepolicy/system_ext/private

# Pixel-wide sepolicy
BOARD_VENDOR_SEPOLICY_DIRS += hardware/google/pixel-sepolicy/powerstats
6 changes: 3 additions & 3 deletions sepolicy/vendor/google/keys.conf
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[@GOOGLE]
ALL : device/google/sunfish-sepolicy/vendor/google/certs/app.x509.pem
ALL : device/google/sunfish/sepolicy/vendor/google/certs/app.x509.pem

[@GOOGLEPULSE]
ALL : device/google/sunfish-sepolicy/vendor/google/certs/pulse-release.x509.pem
ALL : device/google/sunfish/sepolicy/vendor/google/certs/pulse-release.x509.pem

[@MDS]
ALL : device/google/sunfish-sepolicy/vendor/google/certs/com_google_mds.x509.pem
ALL : device/google/sunfish/sepolicy/vendor/google/certs/com_google_mds.x509.pem

2 changes: 1 addition & 1 deletion sepolicy/vendor/verizon/keys.conf
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[@VERIZON]
ALL : device/google/sunfish-sepolicy/vendor/verizon/verizon.x509.pem
ALL : device/google/sunfish/sepolicy/vendor/verizon/verizon.x509.pem

0 comments on commit 92c3184

Please sign in to comment.