summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Veit <claymore1298@gmail.com>2019-01-17 15:57:01 +0100
committerJulian Veit <claymore1298@gmail.com>2019-01-17 15:57:01 +0100
commitc473d3746630d62023f6666d67b766ef3e7908dd (patch)
tree085b9dc42f09d8f9331f2bffc7421570a2e8de80
parentf8920db7ac3938959250bf2b904f22d648307723 (diff)
m8-common: remove overlay-lineage
Change-Id: I77bd9a1e3bd7f1e97bf7949fa57387882dfd5f0e
-rw-r--r--m8-common.mk3
-rw-r--r--overlay-lineage/frameworks/base/core/res/res/values/config.xml23
2 files changed, 1 insertions, 25 deletions
diff --git a/m8-common.mk b/m8-common.mk
index d66e8b4..311a91c 100644
--- a/m8-common.mk
+++ b/m8-common.mk
@@ -25,8 +25,7 @@ $(call inherit-product, device/htc/msm8974-common/msm8974-common.mk)
# Overlay
DEVICE_PACKAGE_OVERLAYS += \
- $(LOCAL_PATH)/overlay \
- $(LOCAL_PATH)/overlay-lineage
+ $(LOCAL_PATH)/overlay
# Permissions
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>