Remove color and font overlays
These are not used anymore with the new theming
Change-Id: Idc7dcd0dfeec323b9cbc1237c333089eef7af879
diff --git a/accents/black/Android.mk b/accents/black/Android.mk
deleted file mode 100644
index e00c492..0000000
--- a/accents/black/Android.mk
+++ /dev/null
@@ -1,13 +0,0 @@
-LOCAL_PATH:= $(call my-dir)
-include $(CLEAR_VARS)
-
-LOCAL_RRO_THEME := LineageBlackAccent
-LOCAL_PRODUCT_MODULE := true
-LOCAL_CERTIFICATE := platform
-LOCAL_RESOURCE_DIR := $(LOCAL_PATH)/res
-LOCAL_PACKAGE_NAME := LineageBlackAccent
-LOCAL_OVERRIDES_PACKAGES := AccentColorBlackOverlay
-
-LOCAL_PRIVATE_PLATFORM_APIS := true
-
-include $(BUILD_RRO_PACKAGE)
diff --git a/accents/black/AndroidManifest.xml b/accents/black/AndroidManifest.xml
deleted file mode 100644
index c462a50..0000000
--- a/accents/black/AndroidManifest.xml
+++ /dev/null
@@ -1,29 +0,0 @@
-<!--
- Copyright (c) 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.
--->
-<manifest xmlns:android="http://schemas.android.com/apk/res/android"
- package="org.lineageos.overlay.accent.black"
- android:versionCode="1"
- android:versionName="1.0">
-
- <overlay
- android:targetPackage="android"
- android:category="android.theme.customization.accent_color"
- android:priority="1" />
-
- <application
- android:hasCode="false"
- android:label="@string/accent_color_black_overlay" />
-</manifest>
diff --git a/accents/black/res/values-night/colors_device_defaults.xml b/accents/black/res/values-night/colors_device_defaults.xml
deleted file mode 100644
index 6df02e1..0000000
--- a/accents/black/res/values-night/colors_device_defaults.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-/**
- * Copyright (c) 2019, 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>
- <color name="accent_device_default_light">#D7DEE6</color>
- <color name="accent_device_default_dark">#D7DEE6</color>
-</resources>
diff --git a/accents/black/res/values-night/strings.xml b/accents/black/res/values-night/strings.xml
deleted file mode 100644
index ec59118..0000000
--- a/accents/black/res/values-night/strings.xml
+++ /dev/null
@@ -1,23 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-/**
- * Copyright (c) 2018, 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">
- <!-- Black accent color name application label. [CHAR LIMIT=50] -->
- <string name="accent_color_black_overlay" translatable="false">White</string>
-</resources>
-
diff --git a/accents/black/res/values/colors_device_defaults.xml b/accents/black/res/values/colors_device_defaults.xml
deleted file mode 100644
index 2abf156..0000000
--- a/accents/black/res/values/colors_device_defaults.xml
+++ /dev/null
@@ -1,20 +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>
- <color name="accent_device_default_light">#212121</color>
- <color name="accent_device_default_dark">#212121</color>
-</resources>
diff --git a/accents/black/res/values/strings.xml b/accents/black/res/values/strings.xml
deleted file mode 100644
index 4964bf5..0000000
--- a/accents/black/res/values/strings.xml
+++ /dev/null
@@ -1,23 +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 xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
- <!-- Black accent color name application label. [CHAR LIMIT=50] -->
- <string name="accent_color_black_overlay" translatable="false">Black</string>
-</resources>
-
diff --git a/accents/blue/Android.mk b/accents/blue/Android.mk
deleted file mode 100644
index 5992548..0000000
--- a/accents/blue/Android.mk
+++ /dev/null
@@ -1,12 +0,0 @@
-LOCAL_PATH:= $(call my-dir)
-include $(CLEAR_VARS)
-
-LOCAL_RRO_THEME := LineageBlueAccent
-LOCAL_PRODUCT_MODULE := true
-LOCAL_CERTIFICATE := platform
-LOCAL_RESOURCE_DIR := $(LOCAL_PATH)/res
-LOCAL_PACKAGE_NAME := LineageBlueAccent
-
-LOCAL_PRIVATE_PLATFORM_APIS := true
-
-include $(BUILD_RRO_PACKAGE)
diff --git a/accents/blue/AndroidManifest.xml b/accents/blue/AndroidManifest.xml
deleted file mode 100644
index 4672296..0000000
--- a/accents/blue/AndroidManifest.xml
+++ /dev/null
@@ -1,29 +0,0 @@
-<!--
- Copyright (c) 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.
--->
-<manifest xmlns:android="http://schemas.android.com/apk/res/android"
- package="org.lineageos.overlay.accent.blue"
- android:versionCode="1"
- android:versionName="1.0">
-
- <overlay
- android:targetPackage="android"
- android:category="android.theme.customization.accent_color"
- android:priority="1" />
-
- <application
- android:hasCode="false"
- android:label="@string/accent_color_blue_overlay" />
-</manifest>
diff --git a/accents/blue/res/values/colors_device_defaults.xml b/accents/blue/res/values/colors_device_defaults.xml
deleted file mode 100644
index 1233518..0000000
--- a/accents/blue/res/values/colors_device_defaults.xml
+++ /dev/null
@@ -1,20 +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>
- <color name="accent_device_default_light">#4182EF</color>
- <color name="accent_device_default_dark">#4182EF</color>
-</resources>
diff --git a/accents/blue/res/values/strings.xml b/accents/blue/res/values/strings.xml
deleted file mode 100644
index 3951764..0000000
--- a/accents/blue/res/values/strings.xml
+++ /dev/null
@@ -1,23 +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 xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
- <!-- Blue accent color name application label. [CHAR LIMIT=50] -->
- <string name="accent_color_blue_overlay" translatable="false">Blue</string>
-</resources>
-
diff --git a/accents/brown/Android.mk b/accents/brown/Android.mk
deleted file mode 100644
index c155e5b..0000000
--- a/accents/brown/Android.mk
+++ /dev/null
@@ -1,12 +0,0 @@
-LOCAL_PATH:= $(call my-dir)
-include $(CLEAR_VARS)
-
-LOCAL_RRO_THEME := LineageBrownAccent
-LOCAL_PRODUCT_MODULE := true
-LOCAL_CERTIFICATE := platform
-LOCAL_RESOURCE_DIR := $(LOCAL_PATH)/res
-LOCAL_PACKAGE_NAME := LineageBrownAccent
-
-LOCAL_PRIVATE_PLATFORM_APIS := true
-
-include $(BUILD_RRO_PACKAGE)
diff --git a/accents/brown/AndroidManifest.xml b/accents/brown/AndroidManifest.xml
deleted file mode 100644
index 73d8c58..0000000
--- a/accents/brown/AndroidManifest.xml
+++ /dev/null
@@ -1,29 +0,0 @@
-<!--
- Copyright (c) 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.
--->
-<manifest xmlns:android="http://schemas.android.com/apk/res/android"
- package="org.lineageos.overlay.accent.brown"
- android:versionCode="1"
- android:versionName="1.0">
-
- <overlay
- android:targetPackage="android"
- android:category="android.theme.customization.accent_color"
- android:priority="1" />
-
- <application
- android:hasCode="false"
- android:label="@string/accent_color_brown_overlay" />
-</manifest>
diff --git a/accents/brown/res/values/colors_device_defaults.xml b/accents/brown/res/values/colors_device_defaults.xml
deleted file mode 100644
index 226a032..0000000
--- a/accents/brown/res/values/colors_device_defaults.xml
+++ /dev/null
@@ -1,20 +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>
- <color name="accent_device_default_light">#996A5A</color>
- <color name="accent_device_default_dark">#996A5A</color>
-</resources>
diff --git a/accents/brown/res/values/strings.xml b/accents/brown/res/values/strings.xml
deleted file mode 100644
index 01d924e..0000000
--- a/accents/brown/res/values/strings.xml
+++ /dev/null
@@ -1,23 +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 xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
- <!-- Brown accent color name application label. [CHAR LIMIT=50] -->
- <string name="accent_color_brown_overlay" translatable="false">Brown</string>
-</resources>
-
diff --git a/accents/cyan/Android.mk b/accents/cyan/Android.mk
deleted file mode 100644
index 78e0e8f..0000000
--- a/accents/cyan/Android.mk
+++ /dev/null
@@ -1,12 +0,0 @@
-LOCAL_PATH:= $(call my-dir)
-include $(CLEAR_VARS)
-
-LOCAL_RRO_THEME := LineageCyanAccent
-LOCAL_PRODUCT_MODULE := true
-LOCAL_CERTIFICATE := platform
-LOCAL_RESOURCE_DIR := $(LOCAL_PATH)/res
-LOCAL_PACKAGE_NAME := LineageCyanAccent
-
-LOCAL_PRIVATE_PLATFORM_APIS := true
-
-include $(BUILD_RRO_PACKAGE)
diff --git a/accents/cyan/AndroidManifest.xml b/accents/cyan/AndroidManifest.xml
deleted file mode 100644
index 5a9fb1d..0000000
--- a/accents/cyan/AndroidManifest.xml
+++ /dev/null
@@ -1,29 +0,0 @@
-<!--
- Copyright (c) 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.
--->
-<manifest xmlns:android="http://schemas.android.com/apk/res/android"
- package="org.lineageos.overlay.accent.cyan"
- android:versionCode="1"
- android:versionName="1.0">
-
- <overlay
- android:targetPackage="android"
- android:category="android.theme.customization.accent_color"
- android:priority="1" />
-
- <application
- android:hasCode="false"
- android:label="@string/accent_color_cyan_overlay" />
-</manifest>
diff --git a/accents/cyan/res/values/colors_device_defaults.xml b/accents/cyan/res/values/colors_device_defaults.xml
deleted file mode 100644
index 032e90b..0000000
--- a/accents/cyan/res/values/colors_device_defaults.xml
+++ /dev/null
@@ -1,20 +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>
- <color name="accent_device_default_light">#00B1E5</color>
- <color name="accent_device_default_dark">#00B1E5</color>
-</resources>
diff --git a/accents/cyan/res/values/strings.xml b/accents/cyan/res/values/strings.xml
deleted file mode 100644
index ca4cbfa..0000000
--- a/accents/cyan/res/values/strings.xml
+++ /dev/null
@@ -1,23 +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 xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
- <!-- Cyan accent color name application label. [CHAR LIMIT=50] -->
- <string name="accent_color_cyan_overlay" translatable="false">Cyan</string>
-</resources>
-
diff --git a/accents/green/Android.mk b/accents/green/Android.mk
deleted file mode 100644
index 1dc21cf..0000000
--- a/accents/green/Android.mk
+++ /dev/null
@@ -1,12 +0,0 @@
-LOCAL_PATH:= $(call my-dir)
-include $(CLEAR_VARS)
-
-LOCAL_RRO_THEME := LineageGreenAccent
-LOCAL_PRODUCT_MODULE := true
-LOCAL_CERTIFICATE := platform
-LOCAL_RESOURCE_DIR := $(LOCAL_PATH)/res
-LOCAL_PACKAGE_NAME := LineageGreenAccent
-
-LOCAL_PRIVATE_PLATFORM_APIS := true
-
-include $(BUILD_RRO_PACKAGE)
diff --git a/accents/green/AndroidManifest.xml b/accents/green/AndroidManifest.xml
deleted file mode 100644
index 23bdc5b..0000000
--- a/accents/green/AndroidManifest.xml
+++ /dev/null
@@ -1,29 +0,0 @@
-<!--
- Copyright (c) 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.
--->
-<manifest xmlns:android="http://schemas.android.com/apk/res/android"
- package="org.lineageos.overlay.accent.green"
- android:versionCode="1"
- android:versionName="1.0">
-
- <overlay
- android:targetPackage="android"
- android:category="android.theme.customization.accent_color"
- android:priority="1" />
-
- <application
- android:hasCode="false"
- android:label="@string/accent_color_green_overlay" />
-</manifest>
diff --git a/accents/green/res/values/colors_device_defaults.xml b/accents/green/res/values/colors_device_defaults.xml
deleted file mode 100644
index 32c026b..0000000
--- a/accents/green/res/values/colors_device_defaults.xml
+++ /dev/null
@@ -1,20 +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>
- <color name="accent_device_default_light">#38853B</color>
- <color name="accent_device_default_dark">#38853B</color>
-</resources>
diff --git a/accents/green/res/values/strings.xml b/accents/green/res/values/strings.xml
deleted file mode 100644
index 6bd772d..0000000
--- a/accents/green/res/values/strings.xml
+++ /dev/null
@@ -1,23 +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 xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
- <!-- Green accent color name application label. [CHAR LIMIT=50] -->
- <string name="accent_color_green_overlay" translatable="false">Green</string>
-</resources>
-
diff --git a/accents/orange/Android.mk b/accents/orange/Android.mk
deleted file mode 100644
index a53647c..0000000
--- a/accents/orange/Android.mk
+++ /dev/null
@@ -1,12 +0,0 @@
-LOCAL_PATH:= $(call my-dir)
-include $(CLEAR_VARS)
-
-LOCAL_RRO_THEME := LineageOrangeAccent
-LOCAL_PRODUCT_MODULE := true
-LOCAL_CERTIFICATE := platform
-LOCAL_RESOURCE_DIR := $(LOCAL_PATH)/res
-LOCAL_PACKAGE_NAME := LineageOrangeAccent
-
-LOCAL_PRIVATE_PLATFORM_APIS := true
-
-include $(BUILD_RRO_PACKAGE)
diff --git a/accents/orange/AndroidManifest.xml b/accents/orange/AndroidManifest.xml
deleted file mode 100644
index 8696a5f..0000000
--- a/accents/orange/AndroidManifest.xml
+++ /dev/null
@@ -1,29 +0,0 @@
-<!--
- Copyright (c) 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.
--->
-<manifest xmlns:android="http://schemas.android.com/apk/res/android"
- package="org.lineageos.overlay.accent.orange"
- android:versionCode="1"
- android:versionName="1.0">
-
- <overlay
- android:targetPackage="android"
- android:category="android.theme.customization.accent_color"
- android:priority="1" />
-
- <application
- android:hasCode="false"
- android:label="@string/accent_color_orange_overlay" />
-</manifest>
diff --git a/accents/orange/res/values/colors_device_defaults.xml b/accents/orange/res/values/colors_device_defaults.xml
deleted file mode 100644
index 267bd0b..0000000
--- a/accents/orange/res/values/colors_device_defaults.xml
+++ /dev/null
@@ -1,20 +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>
- <color name="accent_device_default_light">#FF5722</color>
- <color name="accent_device_default_dark">#FF5722</color>
-</resources>
diff --git a/accents/orange/res/values/strings.xml b/accents/orange/res/values/strings.xml
deleted file mode 100644
index 09d988b..0000000
--- a/accents/orange/res/values/strings.xml
+++ /dev/null
@@ -1,23 +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 xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
- <!-- Orange accent color name application label. [CHAR LIMIT=50] -->
- <string name="accent_color_orange_overlay" translatable="false">Orange</string>
-</resources>
-
diff --git a/accents/pink/Android.mk b/accents/pink/Android.mk
deleted file mode 100644
index 06a199b..0000000
--- a/accents/pink/Android.mk
+++ /dev/null
@@ -1,12 +0,0 @@
-LOCAL_PATH:= $(call my-dir)
-include $(CLEAR_VARS)
-
-LOCAL_RRO_THEME := LineagePinkAccent
-LOCAL_PRODUCT_MODULE := true
-LOCAL_CERTIFICATE := platform
-LOCAL_RESOURCE_DIR := $(LOCAL_PATH)/res
-LOCAL_PACKAGE_NAME := LineagePinkAccent
-
-LOCAL_PRIVATE_PLATFORM_APIS := true
-
-include $(BUILD_RRO_PACKAGE)
diff --git a/accents/pink/AndroidManifest.xml b/accents/pink/AndroidManifest.xml
deleted file mode 100644
index 789a36d..0000000
--- a/accents/pink/AndroidManifest.xml
+++ /dev/null
@@ -1,29 +0,0 @@
-<!--
- Copyright (c) 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.
--->
-<manifest xmlns:android="http://schemas.android.com/apk/res/android"
- package="org.lineageos.overlay.accent.pink"
- android:versionCode="1"
- android:versionName="1.0">
-
- <overlay
- android:targetPackage="android"
- android:category="android.theme.customization.accent_color"
- android:priority="1" />
-
- <application
- android:hasCode="false"
- android:label="@string/accent_color_pink_overlay" />
-</manifest>
diff --git a/accents/pink/res/values/colors_device_defaults.xml b/accents/pink/res/values/colors_device_defaults.xml
deleted file mode 100644
index f517d28..0000000
--- a/accents/pink/res/values/colors_device_defaults.xml
+++ /dev/null
@@ -1,20 +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>
- <color name="accent_device_default_light">#E6125E</color>
- <color name="accent_device_default_dark">#E6125E</color>
-</resources>
diff --git a/accents/pink/res/values/strings.xml b/accents/pink/res/values/strings.xml
deleted file mode 100644
index ed7eb39..0000000
--- a/accents/pink/res/values/strings.xml
+++ /dev/null
@@ -1,23 +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 xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
- <!-- Pink accent color name application label. [CHAR LIMIT=50] -->
- <string name="accent_color_pink_overlay" translatable="false">Pink</string>
-</resources>
-
diff --git a/accents/purple/Android.mk b/accents/purple/Android.mk
deleted file mode 100644
index af537da..0000000
--- a/accents/purple/Android.mk
+++ /dev/null
@@ -1,12 +0,0 @@
-LOCAL_PATH:= $(call my-dir)
-include $(CLEAR_VARS)
-
-LOCAL_RRO_THEME := LineagePurpleAccent
-LOCAL_PRODUCT_MODULE := true
-LOCAL_CERTIFICATE := platform
-LOCAL_RESOURCE_DIR := $(LOCAL_PATH)/res
-LOCAL_PACKAGE_NAME := LineagePurpleAccent
-
-LOCAL_PRIVATE_PLATFORM_APIS := true
-
-include $(BUILD_RRO_PACKAGE)
diff --git a/accents/purple/AndroidManifest.xml b/accents/purple/AndroidManifest.xml
deleted file mode 100644
index 1ae11b6..0000000
--- a/accents/purple/AndroidManifest.xml
+++ /dev/null
@@ -1,29 +0,0 @@
-<!--
- Copyright (c) 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.
--->
-<manifest xmlns:android="http://schemas.android.com/apk/res/android"
- package="org.lineageos.overlay.accent.purple"
- android:versionCode="1"
- android:versionName="1.0">
-
- <overlay
- android:targetPackage="android"
- android:category="android.theme.customization.accent_color"
- android:priority="1" />
-
- <application
- android:hasCode="false"
- android:label="@string/accent_color_purple_overlay" />
-</manifest>
diff --git a/accents/purple/res/values/colors_device_defaults.xml b/accents/purple/res/values/colors_device_defaults.xml
deleted file mode 100644
index f817dcb..0000000
--- a/accents/purple/res/values/colors_device_defaults.xml
+++ /dev/null
@@ -1,20 +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>
- <color name="accent_device_default_light">#673AB7</color>
- <color name="accent_device_default_dark">#673AB7</color>
-</resources>
diff --git a/accents/purple/res/values/strings.xml b/accents/purple/res/values/strings.xml
deleted file mode 100644
index 4abe7f7..0000000
--- a/accents/purple/res/values/strings.xml
+++ /dev/null
@@ -1,23 +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 xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
- <!-- Purple accent color name application label. [CHAR LIMIT=50] -->
- <string name="accent_color_purple_overlay" translatable="false">Purple</string>
-</resources>
-
diff --git a/accents/red/Android.mk b/accents/red/Android.mk
deleted file mode 100644
index ad43897..0000000
--- a/accents/red/Android.mk
+++ /dev/null
@@ -1,12 +0,0 @@
-LOCAL_PATH:= $(call my-dir)
-include $(CLEAR_VARS)
-
-LOCAL_RRO_THEME := LineageRedAccent
-LOCAL_PRODUCT_MODULE := true
-LOCAL_CERTIFICATE := platform
-LOCAL_RESOURCE_DIR := $(LOCAL_PATH)/res
-LOCAL_PACKAGE_NAME := LineageRedAccent
-
-LOCAL_PRIVATE_PLATFORM_APIS := true
-
-include $(BUILD_RRO_PACKAGE)
diff --git a/accents/red/AndroidManifest.xml b/accents/red/AndroidManifest.xml
deleted file mode 100644
index e103f4a..0000000
--- a/accents/red/AndroidManifest.xml
+++ /dev/null
@@ -1,29 +0,0 @@
-<!--
- Copyright (c) 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.
--->
-<manifest xmlns:android="http://schemas.android.com/apk/res/android"
- package="org.lineageos.overlay.accent.red"
- android:versionCode="1"
- android:versionName="1.0">
-
- <overlay
- android:targetPackage="android"
- android:category="android.theme.customization.accent_color"
- android:priority="1" />
-
- <application
- android:hasCode="false"
- android:label="@string/accent_color_red_overlay" />
-</manifest>
diff --git a/accents/red/res/values/colors_device_defaults.xml b/accents/red/res/values/colors_device_defaults.xml
deleted file mode 100644
index 09a62a8..0000000
--- a/accents/red/res/values/colors_device_defaults.xml
+++ /dev/null
@@ -1,20 +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>
- <color name="accent_device_default_light">#D0422D</color>
- <color name="accent_device_default_dark">#D0422D</color>
-</resources>
diff --git a/accents/red/res/values/strings.xml b/accents/red/res/values/strings.xml
deleted file mode 100644
index 9c0edf9..0000000
--- a/accents/red/res/values/strings.xml
+++ /dev/null
@@ -1,23 +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 xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
- <!-- Red accent color name application label. [CHAR LIMIT=50] -->
- <string name="accent_color_red_overlay" translatable="false">Red</string>
-</resources>
-
diff --git a/accents/yellow/Android.mk b/accents/yellow/Android.mk
deleted file mode 100644
index afeb67c..0000000
--- a/accents/yellow/Android.mk
+++ /dev/null
@@ -1,12 +0,0 @@
-LOCAL_PATH:= $(call my-dir)
-include $(CLEAR_VARS)
-
-LOCAL_RRO_THEME := LineageYellowAccent
-LOCAL_PRODUCT_MODULE := true
-LOCAL_CERTIFICATE := platform
-LOCAL_RESOURCE_DIR := $(LOCAL_PATH)/res
-LOCAL_PACKAGE_NAME := LineageYellowAccent
-
-LOCAL_PRIVATE_PLATFORM_APIS := true
-
-include $(BUILD_RRO_PACKAGE)
diff --git a/accents/yellow/AndroidManifest.xml b/accents/yellow/AndroidManifest.xml
deleted file mode 100644
index 9abbd02..0000000
--- a/accents/yellow/AndroidManifest.xml
+++ /dev/null
@@ -1,29 +0,0 @@
-<!--
- Copyright (c) 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.
--->
-<manifest xmlns:android="http://schemas.android.com/apk/res/android"
- package="org.lineageos.overlay.accent.yellow"
- android:versionCode="1"
- android:versionName="1.0">
-
- <overlay
- android:targetPackage="android"
- android:category="android.theme.customization.accent_color"
- android:priority="1" />
-
- <application
- android:hasCode="false"
- android:label="@string/accent_color_yellow_overlay" />
-</manifest>
diff --git a/accents/yellow/res/values/colors_device_defaults.xml b/accents/yellow/res/values/colors_device_defaults.xml
deleted file mode 100644
index 3fda257..0000000
--- a/accents/yellow/res/values/colors_device_defaults.xml
+++ /dev/null
@@ -1,20 +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>
- <color name="accent_device_default_light">#F4AC45</color>
- <color name="accent_device_default_dark">#F4AC45</color>
-</resources>
diff --git a/accents/yellow/res/values/strings.xml b/accents/yellow/res/values/strings.xml
deleted file mode 100644
index 7198b8b..0000000
--- a/accents/yellow/res/values/strings.xml
+++ /dev/null
@@ -1,23 +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 xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
- <!-- Yellow accent color name application label. [CHAR LIMIT=50] -->
- <string name="accent_color_yellow_overlay" translatable="false">Yellow</string>
-</resources>
-
diff --git a/fonts/Lato/Android.mk b/fonts/Lato/Android.mk
deleted file mode 100644
index 3a64a62..0000000
--- a/fonts/Lato/Android.mk
+++ /dev/null
@@ -1,12 +0,0 @@
-LOCAL_PATH:= $(call my-dir)
-include $(CLEAR_VARS)
-
-LOCAL_RRO_THEME := LineageLatoFont
-LOCAL_PRODUCT_MODULE := true
-LOCAL_CERTIFICATE := platform
-LOCAL_RESOURCE_DIR := $(LOCAL_PATH)/res
-LOCAL_PACKAGE_NAME := LineageLatoFont
-
-LOCAL_PRIVATE_PLATFORM_APIS := true
-
-include $(BUILD_RRO_PACKAGE)
diff --git a/fonts/Lato/AndroidManifest.xml b/fonts/Lato/AndroidManifest.xml
deleted file mode 100644
index 6b502ba..0000000
--- a/fonts/Lato/AndroidManifest.xml
+++ /dev/null
@@ -1,33 +0,0 @@
-<!--
- 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.
--->
-<manifest xmlns:android="http://schemas.android.com/apk/res/android"
- package="org.lineageos.overlay.font.lato"
- android:versionCode="1"
- android:versionName="1.0">
-
- <overlay
- android:targetPackage="android"
- android:category="android.theme.customization.font"
- android:priority="1" />
-
- <application
- android:hasCode="false"
- android:label="@string/font_lato_overlay">
- <meta-data
- android:name="android.theme.customization.REQUIRED_SYSTEM_FONTS"
- android:value="lato,lato-medium" />
- </application>
-</manifest>
diff --git a/fonts/Lato/res/values/config.xml b/fonts/Lato/res/values/config.xml
deleted file mode 100644
index f6cafc3..0000000
--- a/fonts/Lato/res/values/config.xml
+++ /dev/null
@@ -1,29 +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 xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
- <!-- Name of a font family to use for body text. -->
- <string name="config_bodyFontFamily" translatable="false">lato</string>
- <!-- Name of a font family to use for medium body text. -->
- <string name="config_bodyFontFamilyMedium" translatable="false">lato-medium</string>
- <!-- Name of a font family to use for headlines. If empty, falls back to platform default -->
- <string name="config_headlineFontFamily" translatable="false">lato</string>
- <!-- Name of the font family used for system surfaces where the font should use medium weight -->
- <string name="config_headlineFontFamilyMedium" translatable="false">lato-medium</string>
-</resources>
-
diff --git a/fonts/Lato/res/values/strings.xml b/fonts/Lato/res/values/strings.xml
deleted file mode 100644
index 539fe6e..0000000
--- a/fonts/Lato/res/values/strings.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-<!--
-/**
- * Copyright (c) 2020, 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">
- <!-- Headline / Body font Lato overlay -->
- <string name="font_lato_overlay" translatable="false">Lato</string>
-</resources>
diff --git a/fonts/Rubik/Android.mk b/fonts/Rubik/Android.mk
deleted file mode 100644
index b0cfca3..0000000
--- a/fonts/Rubik/Android.mk
+++ /dev/null
@@ -1,12 +0,0 @@
-LOCAL_PATH:= $(call my-dir)
-include $(CLEAR_VARS)
-
-LOCAL_RRO_THEME := LineageRubikFont
-LOCAL_PRODUCT_MODULE := true
-LOCAL_CERTIFICATE := platform
-LOCAL_RESOURCE_DIR := $(LOCAL_PATH)/res
-LOCAL_PACKAGE_NAME := LineageRubikFont
-
-LOCAL_PRIVATE_PLATFORM_APIS := true
-
-include $(BUILD_RRO_PACKAGE)
diff --git a/fonts/Rubik/AndroidManifest.xml b/fonts/Rubik/AndroidManifest.xml
deleted file mode 100644
index bc8b4ed..0000000
--- a/fonts/Rubik/AndroidManifest.xml
+++ /dev/null
@@ -1,33 +0,0 @@
-<!--
- 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.
--->
-<manifest xmlns:android="http://schemas.android.com/apk/res/android"
- package="org.lineageos.overlay.font.rubik"
- android:versionCode="1"
- android:versionName="1.0">
-
- <overlay
- android:targetPackage="android"
- android:category="android.theme.customization.font"
- android:priority="1" />
-
- <application
- android:hasCode="false"
- android:label="@string/font_rubik_overlay">
- <meta-data
- android:name="android.theme.customization.REQUIRED_SYSTEM_FONTS"
- android:value="rubik,rubik-medium" />
- </application>
-</manifest>
diff --git a/fonts/Rubik/res/values/config.xml b/fonts/Rubik/res/values/config.xml
deleted file mode 100644
index 0144031..0000000
--- a/fonts/Rubik/res/values/config.xml
+++ /dev/null
@@ -1,29 +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 xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
- <!-- Name of a font family to use for body text. -->
- <string name="config_bodyFontFamily" translatable="false">rubik</string>
- <!-- Name of a font family to use for medium body text. -->
- <string name="config_bodyFontFamilyMedium" translatable="false">rubik-medium</string>
- <!-- Name of a font family to use for headlines. If empty, falls back to platform default -->
- <string name="config_headlineFontFamily" translatable="false">rubik</string>
- <!-- Name of the font family used for system surfaces where the font should use medium weight -->
- <string name="config_headlineFontFamilyMedium" translatable="false">rubik-medium</string>
-</resources>
-
diff --git a/fonts/Rubik/res/values/strings.xml b/fonts/Rubik/res/values/strings.xml
deleted file mode 100644
index 5ab5669..0000000
--- a/fonts/Rubik/res/values/strings.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-<!--
-/**
- * Copyright (c) 2020, 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">
- <!-- Headline / Body font Rubik overlay -->
- <string name="font_rubik_overlay" translatable="false">Rubik</string>
-</resources>