First base
This commit is contained in:
7
device.mk
Normal file
7
device.mk
Normal 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
|
BIN
font/ArcticonsSans-Regular.otf
Normal file
BIN
font/ArcticonsSans-Regular.otf
Normal file
Binary file not shown.
5
overlays/FrameworkResOverlay/Android.bp
Normal file
5
overlays/FrameworkResOverlay/Android.bp
Normal file
@@ -0,0 +1,5 @@
|
||||
runtime_resource_overlay {
|
||||
name: "FrameworkResDevOxmcOverlay",
|
||||
theme: "android.overlay.frameworkres.oxmc",
|
||||
certificate: "platform",
|
||||
}
|
11
overlays/FrameworkResOverlay/AndroidManifest.xml
Normal file
11
overlays/FrameworkResOverlay/AndroidManifest.xml
Normal 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 |
Reference in New Issue
Block a user