diff --git a/build.sh b/build.sh index 885450e..56254ce 100755 --- a/build.sh +++ b/build.sh @@ -1,3 +1,5 @@ +rom_fp="$(date +%y%m%d).sophie" + cd /android lunch treble_arm64_bgN-userdebug diff --git a/install_dependencies.sh b/install_dependencies.sh index b9b23c3..6979b5f 100755 --- a/install_dependencies.sh +++ b/install_dependencies.sh @@ -1,3 +1,6 @@ + +dpkg --add-architecture i386 +apt-get update apt-get install -y \ build-essential \ imagemagick \