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

Commit a4680ca4 authored by Colin Cross's avatar Colin Cross
Browse files

Set use_resource_processor: false for Dialer

Dialer fails to compile when use_resource_processor is enabled
by default, disable it explicitly for now.

Bug: 294256649
Test: m javac-check
Flag: EXEMPT refactor
Change-Id: Ie8571e883132cfaa5a054cdcf4c3a827fa215014
parent 3ed8cd96
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -245,6 +245,7 @@ RES_DIRS = [

android_app {
    name: "Dialer",
    use_resource_processor: false,
    srcs: [
        "java/com/android/**/*.java",
        "java/com/android/**/*.proto",