1
1
mirror of https://github.com/NixOS/mobile-nixos.git synced 2024-12-14 09:16:39 +03:00

google-walleye: Identify device for flashable zips

This commit is contained in:
Samuel Dionne-Riel 2021-02-26 22:40:42 -05:00
parent aff85aff88
commit 222dbd744f

View File

@ -19,6 +19,7 @@
kernel.package = pkgs.callPackage ./kernel { }; kernel.package = pkgs.callPackage ./kernel { };
}; };
mobile.system.android.device_name = "walleye";
mobile.system.android = { mobile.system.android = {
# This device has an A/B partition scheme # This device has an A/B partition scheme
ab_partitions = true; ab_partitions = true;