universal7885: Address ROM-specific aux cam prop

This commit is contained in:
Chatur27 2022-03-08 05:59:23 +00:00 committed by roynatech2544
commit 112cc401c5
No known key found for this signature in database
GPG key ID: 9675C32163D88D30
3 changed files with 10 additions and 0 deletions

View file

@ -96,6 +96,13 @@ SYSTEM_EXT_PUBLIC_SEPOLICY_DIRS += \
BOARD_VENDOR_SEPOLICY_DIRS += \
$(COMMON_PATH)/sepolicy/vendor
TARGET_ROM := $(shell cat $(COMMON_PATH)/vendor_name)
ifeq ($(TARGET_ROM), derp)
$(warning Building Derpfest)
BOARD_VENDOR_SEPOLICY_DIRS += \
$(COMMON_PATH)/sepolicy/derp
endif
SYSTEM_EXT_PRIVATE_SEPOLICY_DIRS += \
$(COMMON_PATH)/sepolicy/private