mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-21 11:55:31 -04:00
universal7885: Add seccomp policy from stock vendor
Change-Id: I41acebdfc6de95cbe2cb97462870427a472094e7 Signed-off-by: roynatech2544 <whiteshell2544@naver.com>
This commit is contained in:
parent
f8862d9c4d
commit
cd89f5aef2
1 changed files with 5 additions and 0 deletions
|
|
@ -219,6 +219,11 @@ PRODUCT_PACKAGES += \
|
|||
PRODUCT_AAPT_CONFIG := normal
|
||||
PRODUCT_AAPT_PREF_CONFIG := xxhdpi
|
||||
|
||||
# Seccomp
|
||||
PRODUCT_COPY_FILES += \
|
||||
$(LOCAL_PATH)/seccomp/mediacodec.policy:$(TARGET_COPY_OUT_VENDOR)/etc/seccomp_policy/mediacodec.policy
|
||||
|
||||
|
||||
# Sensors
|
||||
PRODUCT_PACKAGES += \
|
||||
android.hardware.sensors@1.0-impl.samsung \
|
||||
|
|
|
|||
Loading…
Reference in a new issue