diff options
author | Scott Warner <Tortel1210@gmail.com> | 2022-01-06 15:37:05 -0500 |
---|---|---|
committer | alk3pInjection <webmaster@raspii.tech> | 2023-08-15 15:24:56 +0800 |
commit | f2174efd132619865afa81431847349b10e84e24 (patch) | |
tree | a6d55d3ff4cd72ec7521a8ed6657ded26851bf2f /telephony | |
parent | 5de494c271bb466ebbc0cc75a35b0bd65da72c1f (diff) |
gs101: Update sepolicy pathHEADtachibana-mr1
Change-Id: I4bcee50514c02294137ea5ac6e64c64d69308bd4
Diffstat (limited to 'telephony')
-rw-r--r-- | telephony/pktrouter.mk | 2 | ||||
-rw-r--r-- | telephony/user.mk | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/telephony/pktrouter.mk b/telephony/pktrouter.mk index dd923b59..aaa8a71a 100644 --- a/telephony/pktrouter.mk +++ b/telephony/pktrouter.mk @@ -1,3 +1,3 @@ PRODUCT_PACKAGES += wfc-pkt-router PRODUCT_PROPERTY_OVERRIDES += vendor.pktrouter=1 -BOARD_VENDOR_SEPOLICY_DIRS += device/google/gs101-sepolicy/telephony/pktrouter +BOARD_VENDOR_SEPOLICY_DIRS += device/google/gs101/sepolicy/telephony/pktrouter diff --git a/telephony/user.mk b/telephony/user.mk index f75596f3..a22f6d38 100644 --- a/telephony/user.mk +++ b/telephony/user.mk @@ -1,2 +1,2 @@ PRODUCT_COPY_FILES += vendor/samsung_slsi/telephony/$(BOARD_USES_SHARED_VENDOR_TELEPHONY)/common/device/samsung/init.radio.sh:$(TARGET_COPY_OUT_VENDOR)/bin/init.radio.sh -BOARD_VENDOR_SEPOLICY_DIRS += device/google/gs101-sepolicy/telephony/user/ +BOARD_VENDOR_SEPOLICY_DIRS += device/google/gs101/sepolicy/telephony/user/ |