Revert "Add default keyguard fod dimens"
This reverts commit 01715ab8753cb1b9b84cc0d0e372762046d1f155.
better to set it in device tree overlays as its different for each
Change-Id: I6eca4639ffae773a9bf73f7d90203afeaad90641
diff --git a/config/common.mk b/config/common.mk
index 50311f8..d783231 100644
--- a/config/common.mk
+++ b/config/common.mk
@@ -171,9 +171,6 @@
# Overlays
PRODUCT_ENFORCE_RRO_EXCLUDED_OVERLAYS += vendor/bliss/overlay
DEVICE_PACKAGE_OVERLAYS += vendor/bliss/overlay/common
-ifeq ($(TARGET_HAS_FOD),true)
-DEVICE_PACKAGE_OVERLAYS += vendor/bliss/overlay/fod
-endif
# Google Audio
$(call inherit-product-if-exists, frameworks/base/data/sounds/GoogleAudio.mk)
diff --git a/overlay/fod/frameworks/base/packages/SystemUI/res/values-sw540dp-port/lineage_dimens.xml b/overlay/fod/frameworks/base/packages/SystemUI/res/values-sw540dp-port/lineage_dimens.xml
deleted file mode 100644
index 7ba6c1a..0000000
--- a/overlay/fod/frameworks/base/packages/SystemUI/res/values-sw540dp-port/lineage_dimens.xml
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
- Copyright (C) 2020 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>
- <!-- The minimum bottom margin of the keyguard security container -->
- <dimen name="kg_security_container_min_bottom_margin">690px</dimen>
-</resources>
diff --git a/overlay/fod/frameworks/base/packages/SystemUI/res/values-sw720dp/lineage_dimens.xml b/overlay/fod/frameworks/base/packages/SystemUI/res/values-sw720dp/lineage_dimens.xml
deleted file mode 100644
index ff47229..0000000
--- a/overlay/fod/frameworks/base/packages/SystemUI/res/values-sw720dp/lineage_dimens.xml
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
- Copyright (C) 2020 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>
- <!-- The minimum bottom margin of the keyguard security container -->
- <dimen name="kg_security_container_min_bottom_margin">610px</dimen>
-</resources>
diff --git a/overlay/fod/frameworks/base/packages/SystemUI/res/values/lineage_dimens.xml b/overlay/fod/frameworks/base/packages/SystemUI/res/values/lineage_dimens.xml
deleted file mode 100644
index ff46aef..0000000
--- a/overlay/fod/frameworks/base/packages/SystemUI/res/values/lineage_dimens.xml
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
- Copyright (C) 2020 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>
- <!-- The minimum bottom margin of the keyguard security container -->
- <dimen name="kg_security_container_min_bottom_margin">560px</dimen>
-</resources>