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

Commit e40f36df authored by Nick Kralevich's avatar Nick Kralevich Committed by android-build-merger
Browse files

Merge "Revert "mediacodec/mediaextractor: allow multiple Seccomp extensions"" am: 712690b3

am: 68f9d0dc

Change-Id: I365afda0f80b5037a2f5fd2cf27f73195dc42a49
parents 7f9eed98 68f9d0dc
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -15,8 +15,9 @@ else
endif

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

include $(BUILD_SYSTEM)/base_rules.mk

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

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

include $(BUILD_SYSTEM)/base_rules.mk