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

Commit eb24f5ee authored by Chaohui Wang's avatar Chaohui Wang
Browse files

Set use_resource_processor for Spa gallery & test

Location code split in ag/24385755

Also update java format config.

Bug: 293810334
Test: unit test
Change-Id: Ic19052b9c28cf3d470f0f28d9762d2858a08a4ae
parent 4933f3e0
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",