We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7caaac3 commit c1ddc66Copy full SHA for c1ddc66
README.md
@@ -75,7 +75,7 @@ source build/envsetup.sh
75
76
ccache -M 50G -F 0
77
78
-lunch treble_arm64_bgN-userdebug
+lunch treble_arm64_bgN-ap3a-userdebug
79
80
make systemimage -j$(nproc --all)
81
```
build.sh
@@ -8,7 +8,7 @@ ccache -M 50G -F 0
8
# Ensure that "su" is removed (the patch doesn't apply using patch-applying script for some dumbfuck reason)
9
echo "----- Removing su from builds -----"
10
cd $ROOT_DIR/build/make
11
-git am $ROOT_DIR/patches/0002-personal/platform_build/000*-remove-su-from-builds.patch
+git am $ROOT_DIR/patches/0003-personal/platform_build/000*-remove-su-from-builds.patch
12
git am --abort # if the patch has already been aplied, abort the process
13
14
START_TIME=$(date +%s)
0 commit comments