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

Commit 242aa528 authored by Chaohui Wang's avatar Chaohui Wang Committed by Android (Google) Code Review
Browse files

Merge "Set use_resource_processor for Spa gallery & test" into main

parents 9c115d55 eb24f5ee
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -22,7 +22,7 @@ android_app {
    name: "SpaLibGallery",

    srcs: ["src/**/*.kt"],

    use_resource_processor: true,
    static_libs: [
        "SpaLib",
        "androidx.compose.runtime_runtime",
+1 −1
Original line number Diff line number Diff line
@@ -26,7 +26,7 @@ android_test {
        ":SpaLib_srcs",
        "src/**/*.kt",
    ],

    use_resource_processor: true,
    static_libs: [
        "SpaLib",
        "SpaLibTestUtils",
+1 −1
Original line number Diff line number Diff line
@@ -29,7 +29,7 @@ android_test {
        ":SpaPrivilegedLib_srcs",
        "src/**/*.kt",
    ],

    use_resource_processor: true,
    static_libs: [
        "SpaLibTestUtils",
        "androidx.test.ext.junit",