Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 712690b3 authored by Nick Kralevich's avatar Nick Kralevich Committed by Gerrit Code Review
Browse files

Merge "Revert "mediacodec/mediaextractor: allow multiple Seccomp extensions""

parents e119cfe3 5a5842ab
Loading
Loading
Loading
Loading
+3 −2
Original line number Original line Diff line number Diff line
@@ -15,8 +15,9 @@ else
endif
endif


# allow device specific additions to the syscall whitelist
# allow device specific additions to the syscall whitelist
LOCAL_SRC_FILES += $(foreach dir, $(BOARD_SECCOMP_POLICY), \
ifneq (,$(wildcard $(BOARD_SECCOMP_POLICY)/mediacodec-seccomp.policy))
                     $(dir)/mediacodec-seccomp.policy)
    LOCAL_SRC_FILES += $(BOARD_SECCOMP_POLICY)/mediacodec-seccomp.policy
endif


include $(BUILD_SYSTEM)/base_rules.mk
include $(BUILD_SYSTEM)/base_rules.mk


+3 −2
Original line number Original line Diff line number Diff line
@@ -15,8 +15,9 @@ else
endif
endif


# allow device specific additions to the syscall whitelist
# allow device specific additions to the syscall whitelist
LOCAL_SRC_FILES += $(foreach dir, $(BOARD_SECCOMP_POLICY), \
ifneq (,$(wildcard $(BOARD_SECCOMP_POLICY)/mediaextractor-seccomp.policy))
                     $(dir)/mediaextractor-seccomp.policy)
    LOCAL_SRC_FILES += $(BOARD_SECCOMP_POLICY)/mediaextractor-seccomp.policy
endif


include $(BUILD_SYSTEM)/base_rules.mk
include $(BUILD_SYSTEM)/base_rules.mk