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

Commit 2b0135a4 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Define recovery resources prebuilt_res modules" into main am: 9396e26b

parents 34da23e4 9396e26b
Loading
Loading
Loading
Loading

res-hdpi/Android.bp

0 → 100644
+26 −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-resources-common-hdpi",
    recovery: true,
    install_in_root: true,
    relative_install_path: "images",
    srcs: [
        "images/*.png",
    ],
    no_full_install: true,
}

res-mdpi/Android.bp

0 → 100644
+26 −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-resources-common-mdpi",
    recovery: true,
    install_in_root: true,
    relative_install_path: "images",
    srcs: [
        "images/*.png",
    ],
    no_full_install: true,
}

res-xhdpi/Android.bp

0 → 100644
+26 −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-resources-common-xhdpi",
    recovery: true,
    install_in_root: true,
    relative_install_path: "images",
    srcs: [
        "images/*.png",
    ],
    no_full_install: true,
}

res-xxhdpi/Android.bp

0 → 100644
+26 −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-resources-common-xxhdpi",
    recovery: true,
    install_in_root: true,
    relative_install_path: "images",
    srcs: [
        "images/*.png",
    ],
    no_full_install: true,
}

res-xxxhdpi/Android.bp

0 → 100644
+26 −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-resources-common-xxxhdpi",
    recovery: true,
    install_in_root: true,
    relative_install_path: "images",
    srcs: [
        "images/*.png",
    ],
    no_full_install: true,
}