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

Commit f348da28 authored by Alex Naidis's avatar Alex Naidis Committed by android-build-merger
Browse files

Merge "mediacodec/mediaextractor: allow multiple Seccomp extensions" am:...

Merge "mediacodec/mediaextractor: allow multiple Seccomp extensions" am: da4cb8cb am: 07d040d3 am: c9c32a8d
am: bff72ff3

Change-Id: Iadf9ab52e1f1974f45f951ef8182609b3dd9a723
parents 59d49567 bff72ff3
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -15,9 +15,8 @@ else
endif

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

include $(BUILD_SYSTEM)/base_rules.mk

+2 −3
Original line number Diff line number Diff line
@@ -9,9 +9,8 @@ LOCAL_MODULE_PATH := $(TARGET_OUT)/etc/seccomp_policy
LOCAL_SRC_FILES := $(LOCAL_PATH)/seccomp_policy/mediaextractor-seccomp-$(TARGET_ARCH).policy

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

include $(BUILD_SYSTEM)/base_rules.mk