First base

This commit is contained in:
oxmc
2025-08-17 13:01:17 -07:00
commit c1baa3973e
5 changed files with 23 additions and 0 deletions

7
device.mk Normal file
View File

@@ -0,0 +1,7 @@
# Copy system-wide font
PRODUCT_COPY_FILES += \
vendor/dev.oxmc/fonts/ArcticonsSans-Regular.otf:system/fonts/ArcticonsSans-Regular.otf
# Copy system-wide icon
#PRODUCT_COPY_FILES += \
# vendor/dev.oxmc/icons/ic_settings_oxmc.xml:system/etc/permissions/ic_settings_oxmc.xml

Binary file not shown.

View File

@@ -0,0 +1,5 @@
runtime_resource_overlay {
name: "FrameworkResDevOxmcOverlay",
theme: "android.overlay.frameworkres.oxmc",
certificate: "platform",
}

View File

@@ -0,0 +1,11 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="android.overlay.frameworkres.oxmc">
<!-- Overlay targets the system framework resources -->
<overlay
android:targetPackage="android"
android:isStatic="true"
android:priority="1" />
<application android:hasCode="false" />
</manifest>

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 MiB