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

Commit 85cf496c 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: 75d4f692

parents b5991e10 75d4f692
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",
}