diff options
| author | Tony Jose <gmoto1179@gmail.com> | 2021-06-20 22:28:38 +0530 |
|---|---|---|
| committer | Jeferson Rodrigo de Oliveira <jroliveira.oliveira301@gmail.com> | 2021-06-23 21:10:48 +0200 |
| commit | bdffa04a941022301f801a6f4b915ce794d44cb8 (patch) | |
| tree | c3e5f6a027a888b38f7c2daacd9afdc955fed278 | |
| parent | 94e63bdf9c7b14b0c87d3b09249fb446959a35db (diff) | |
msm8916-common: overlay: minor cleanup
Change-Id: I0f5421e4416f0217d3a25062b620ba9c567f7824
| -rw-r--r-- | msm8916.mk | 3 | ||||
| -rw-r--r-- | overlay-lineage/frameworks/base/core/res/res/values/config.xml | 23 | ||||
| -rw-r--r-- | overlay-lineage/lineage-sdk/lineage/res/res/values/config.xml | 18 | ||||
| -rw-r--r-- | overlay/frameworks/base/core/res/res/values/config.xml | 3 |
4 files changed, 4 insertions, 43 deletions
@@ -21,8 +21,7 @@ PRODUCT_SOONG_NAMESPACES += \ # Overlay DEVICE_PACKAGE_OVERLAYS += \ - $(LOCAL_PATH)/overlay \ - $(LOCAL_PATH)/overlay-lineage + $(LOCAL_PATH)/overlay # These are the hardware-specific features PRODUCT_COPY_FILES += \ diff --git a/overlay-lineage/frameworks/base/core/res/res/values/config.xml b/overlay-lineage/frameworks/base/core/res/res/values/config.xml deleted file mode 100644 index a705743..0000000 --- a/overlay-lineage/frameworks/base/core/res/res/values/config.xml +++ /dev/null @@ -1,23 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- -/* -** Copyright 2013, The Android Open Source 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"> - <!-- Whether to allow process with media UID to access CameraServiceProxy --> - <bool name="config_allowMediaUidForCameraServiceProxy">true</bool> -</resources> diff --git a/overlay-lineage/lineage-sdk/lineage/res/res/values/config.xml b/overlay-lineage/lineage-sdk/lineage/res/res/values/config.xml deleted file mode 100644 index 1029eec..0000000 --- a/overlay-lineage/lineage-sdk/lineage/res/res/values/config.xml +++ /dev/null @@ -1,18 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- - Copyright (C) 2019 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> - <!-- Indicate whether encryption causes significant performances loss. - This MUST NOT be set to true on devices produced in 2016 or later --> - <bool name="config_trustLegacyEncryption">true</bool> -</resources> diff --git a/overlay/frameworks/base/core/res/res/values/config.xml b/overlay/frameworks/base/core/res/res/values/config.xml index 61b6ec3..0c21f9b 100644 --- a/overlay/frameworks/base/core/res/res/values/config.xml +++ b/overlay/frameworks/base/core/res/res/values/config.xml @@ -278,4 +278,7 @@ snapshots are disabled, and snapshots will only be stored at config_highResTaskSnapshotScale --> <item name="config_lowResTaskSnapshotScale" format="float" type="dimen">0.3</item> + + <!-- Whether to allow process with media UID to access CameraServiceProxy --> + <bool name="config_allowMediaUidForCameraServiceProxy">true</bool> </resources> |
