sdm710-common: Fix platform signature
* Taken from /system/etc/selinux/plat_mac_permissions.xml Signed-off-by: SamarV-121 <samarvispute121@gmail.com>
This commit is contained in:
parent
3b4402cd40
commit
40221b1b1c
2 changed files with 38 additions and 0 deletions
|
@ -0,0 +1,28 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
/*
|
||||
** Copyright 2018, The LineageOS Project
|
||||
**
|
||||
** Licensed under the Apache License, Version 2.0 (the "License");
|
||||
** you may not use this file except in compliance with the License.
|
||||
** You may obtain a copy of the License at
|
||||
**
|
||||
** http://www.apache.org/licenses/LICENSE-2.0
|
||||
**
|
||||
** Unless required by applicable law or agreed to in writing, software
|
||||
** distributed under the License is distributed on an "AS IS" BASIS,
|
||||
** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
** See the License for the specific language governing permissions and
|
||||
** limitations under the License.
|
||||
*/
|
||||
-->
|
||||
|
||||
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
|
||||
|
||||
<!-- The list of vendor package signatures that should also be considered
|
||||
platform signatures, specifically for use on devices with a vendor partition. -->
|
||||
<string-array name="config_vendorPlatformSignatures" translatable="false">
|
||||
<item>308203ef308202d7a003020102020900e3258054350f9f87300d06092a864886f70d010105050030818d310b300906035504061302434e3112301006035504080c094775616e67446f6e673116301406035504070c0d5368656e5a68656e20566965773110300e060355040a0c07416e64726f69643110300e060355040b0c07416e64726f69643110300e06035504030c07416e64726f6964311c301a06092a864886f70d010901160d6f70706f406f70706f2e636f6d301e170d3138313132373036353430345a170d3436303431343036353430345a30818d310b300906035504061302434e3112301006035504080c094775616e67446f6e673116301406035504070c0d5368656e5a68656e20566965773110300e060355040a0c07416e64726f69643110300e060355040b0c07416e64726f69643110300e06035504030c07416e64726f6964311c301a06092a864886f70d010901160d6f70706f406f70706f2e636f6d30820122300d06092a864886f70d01010105000382010f003082010a0282010100a3076d6d4300b36bd274f72c96462ff5e600aae0dcead9929651966d79c281fd39b9a86810377fcbaff9069d47eb8a18f0585e3675bc6e8226dcea48b232d73fd8a2935b71beca7d2158abcd89ac2d3036e384974f5e617f8ed9d4dc5131b15c9f1d58af709df262e31f91c0b3f6ff4addea8796b7e5f485227adf7439307855a324175db223bbd8ba3d67b193e445c8ccfe41a818cb1fdf461c64fdecdaa94f462ccdaf772a2711f0213ce90b4e284080cc3a5ddd303e6e1bd30e7262bd806e7060b0a4a5744381118d4759fa0e78277085678cfe72e3ea2c0b56c3491f2c4999ad1c6cca42b0bf3377118798700e0aca5d0da7dd8648944bfef1b7ab72e2ff0203010001a350304e301d0603551d0e041604146aa620e9b2faf6c86f2497fbd74c350c6548d69b301f0603551d230418301680146aa620e9b2faf6c86f2497fbd74c350c6548d69b300c0603551d13040530030101ff300d06092a864886f70d0101050500038201010060dbb658e3386c5a37d3e0deca9f4dc75935bcaedacbe5aa280ab33d0fbfd06b1edf260b807dc9fc60f3011cb04af3bbdd9e53da1184cee0978320c5afbc5dc7006429d0b40392340afb9c32055eb2d642fe94f8f7cbab276f313fca521bee1d16250c6e149fc0ae0fa63a0f3d5bfc3d3b243759cacf04cfaf571af5da98e19a7f519a74081ad337d5ab5fd55c6b06570434edae4602f7a4b59ee4e10e7d2f52d893bb6caed46af5a271aac7b06e14df2bd1f0c4dd6d4c33adca000de1bb8e78875f3c801da0be63f1b52c59913fe6c24c91e3182bef40d6369f3ba8bb4df98587c81f36a110fe16a4cac9f5061b03a056e15fb3bee873754b9a7472da914e0d</item>
|
||||
</string-array>
|
||||
|
||||
</resources>
|
10
sdm710.mk
10
sdm710.mk
|
@ -16,6 +16,9 @@ PRODUCT_AAPT_PREF_CONFIG := xxhdpi
|
|||
|
||||
# Overlays
|
||||
DEVICE_PACKAGE_OVERLAYS += $(LOCAL_PATH)/overlay
|
||||
ifneq ($(findstring lineage, $(TARGET_PRODUCT)),)
|
||||
DEVICE_PACKAGE_OVERLAYS += $(LOCAL_PATH)/overlay-lineage
|
||||
endif
|
||||
|
||||
# Audio
|
||||
PRODUCT_PACKAGES += \
|
||||
|
@ -55,6 +58,13 @@ PRODUCT_COPY_FILES += \
|
|||
$(LOCAL_PATH)/seccomp/mediacodec-seccomp.policy:$(TARGET_COPY_OUT_VENDOR)/etc/seccomp_policy/mediacodec.policy \
|
||||
$(LOCAL_PATH)/seccomp/mediaextractor-seccomp.policy:$(TARGET_COPY_OUT_VENDOR)/etc/seccomp_policy/mediaextractor.policy
|
||||
|
||||
# RCS
|
||||
PRODUCT_PACKAGES += \
|
||||
rcs_service_aidl \
|
||||
rcs_service_aidl.xml \
|
||||
rcs_service_api \
|
||||
rcs_service_api.xml
|
||||
|
||||
# QTI
|
||||
PRODUCT_COPY_FILES += \
|
||||
$(LOCAL_PATH)/configs/qti_whitelist.xml:system/etc/sysconfig/qti_whitelist.xml \
|
||||
|
|
Loading…
Reference in a new issue