Add libfdt for linux-mdss-dsi-panel-driver-generator
This commit is contained in:
parent
f40b7911a2
commit
70bbdd253a
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -2,3 +2,4 @@
|
|||
/thor/
|
||||
/flashing/
|
||||
/debug/
|
||||
/tools/
|
||||
|
|
|
@ -7,6 +7,9 @@
|
|||
devShells.default = pkgs.mkShell {
|
||||
packages = with pkgs; [
|
||||
android-tools
|
||||
(python3.withPackages (pypi: with pypi; [
|
||||
libfdt
|
||||
]))
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue
Block a user