Skip to content

Commit 4a23791

Browse files
committed
vanilla: fix SystemUIGoogle patch for redfin
1 parent 6386663 commit 4a23791

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flavors/vanilla/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ let
1212

1313
# Replaces references to SystemUIGoogle with SystemUI in device source tree
1414
patchSystemUIGoogle = ''
15-
substituteInPlace device.mk --replace SystemUIGoogle SystemUI
15+
substituteInPlace device${lib.optionalString (config.deviceFamily == "redfin") "-common"}.mk --replace SystemUIGoogle SystemUI
1616
substituteInPlace overlay/frameworks/base/core/res/res/values/config.xml --replace SystemUIGoogle SystemUI
1717
'';
1818
in mkIf (config.flavor == "vanilla") (mkMerge [

0 commit comments

Comments
 (0)