diff options
author | ThiƩbaud Weksteen <tweek@google.com> | 2022-01-20 15:54:54 +1100 |
---|---|---|
committer | ThiƩbaud Weksteen <tweek@google.com> | 2022-01-20 15:54:54 +1100 |
commit | 2ff5becb416fe2b251b0f1d03147608ba1baf248 (patch) | |
tree | 8004546696157afa920e254c4b8b8595fbbff0cd /common | |
parent | 6bbf03e5b46c23a7dbe7d0b4bf1adbbe32453e23 (diff) |
Include common directory for system_ext policies
Bug: 210056469
Test: build on bramble
Change-Id: Ib4b6e70e5b4f2eb04f64c53c47a0e9c1c0c37aa0
Diffstat (limited to 'common')
-rw-r--r-- | common/pixel-common-device.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/common/pixel-common-device.mk b/common/pixel-common-device.mk index b8c7784..1d69d7f 100644 --- a/common/pixel-common-device.mk +++ b/common/pixel-common-device.mk @@ -1,7 +1,8 @@ PRODUCT_COPY_FILES += \ hardware/google/pixel/common/init.pixel.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/init.pixel.rc -BOARD_SEPOLICY_DIRS += hardware/google/pixel-sepolicy/common +BOARD_VENDOR_SEPOLICY_DIRS += hardware/google/pixel-sepolicy/common/vendor +SYSTEM_EXT_PRIVATE_SEPOLICY_DIRS += hardware/google/pixel-sepolicy/common/system_ext # Write flags to the vendor space in /misc partition. PRODUCT_PACKAGES += \ |