Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6438f6c6 authored by Jihoon Kang's avatar Jihoon Kang Committed by Automerger Merge Worker
Browse files

Merge "Define prebuilt_res modules for font.png installation" into main am:...

Merge "Define prebuilt_res modules for font.png installation" into main am: 75d4f692 am: 85cf496c

Original change: https://android-review.googlesource.com/c/platform/bootable/recovery/+/3398614



Change-Id: I454d88c461009671c53c61e8109a491d1f1fc647
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents fd4cdd69 85cf496c
Loading
Loading
Loading
Loading

fonts/Android.bp

0 → 100644
+35 −0
Original line number Diff line number Diff line
//
// Copyright (C) 2024 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.
//

prebuilt_res {
    name: "recovery-fonts-12",
    recovery: true,
    install_in_root: true,
    relative_install_path: "images",
    src: "12x22.png",
    no_full_install: true,
    filename: "font.png",
}

prebuilt_res {
    name: "recovery-fonts-18",
    recovery: true,
    install_in_root: true,
    relative_install_path: "images",
    src: "18x32.png",
    no_full_install: true,
    filename: "font.png",
}