Move gxp sepolicies to gs-common
This change moves all gxp sepolicies to common. This eliminates the need for having these policies in sepolicy folder of all P22+ devices. Tested: Created private builds and found no selinux violations for P22 & P23 devices. Bug: 288368306 Change-Id: Iec5dfe01dd9088a117f549cc999b9ee2aa2c4484 Signed-off-by: Dinesh Yadav <dkyadav@google.com>
This commit is contained in:
parent
e4b29fbc8b
commit
2a6c690d1a
11 changed files with 63 additions and 5 deletions
13
gxp/gxp.mk
Normal file
13
gxp/gxp.mk
Normal file
|
@ -0,0 +1,13 @@
|
|||
# GXP logging service
|
||||
PRODUCT_PACKAGES += \
|
||||
android.hardware.gxp.logging@service-gxp-logging
|
||||
# GXP metrics logger library
|
||||
PRODUCT_PACKAGES += \
|
||||
gxp_metrics_logger
|
||||
# GXP C-API library
|
||||
PRODUCT_PACKAGES += libgxp
|
||||
# GXP Debug dump.
|
||||
PRODUCT_PACKAGES_DEBUG += dump_gxp
|
||||
|
||||
BOARD_VENDOR_SEPOLICY_DIRS += device/google/gs-common/gxp/sepolicy
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue