Skip to content

Commit 5bffef1

Browse files
committed
Start working on google pixel3a
1 parent f33ee3e commit 5bffef1

File tree

3 files changed

+18
-0
lines changed

3 files changed

+18
-0
lines changed

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
install:
2+
sudo apt update && sudo apt install android-tools-adb android-tools-fastboot
3+
poetry install

pyproject.toml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
[tool.poetry]
2+
name = "openandroidinstaller"
3+
version = "0.1.0"
4+
description = "Install lineage OS in a nice and easy way."
5+
authors = ["Tobias Sterbak <[email protected]>"]
6+
license = "GPLv3"
7+
8+
[tool.poetry.dependencies]
9+
python = "^3.8"
10+
11+
[tool.poetry.dev-dependencies]
12+
13+
[build-system]
14+
requires = ["poetry-core>=1.0.0"]
15+
build-backend = "poetry.core.masonry.api"

scripts/lineageos-on-pixel3a.py

Whitespace-only changes.

0 commit comments

Comments
 (0)