Skip to content

Commit c1ddc66

Browse files
committed
Update
Change-Id: Ia7ed014f3cfa034ecc6afbc96399b40807ca3082
1 parent 7caaac3 commit c1ddc66

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ source build/envsetup.sh
7575

7676
ccache -M 50G -F 0
7777

78-
lunch treble_arm64_bgN-userdebug
78+
lunch treble_arm64_bgN-ap3a-userdebug
7979

8080
make systemimage -j$(nproc --all)
8181
```

build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ccache -M 50G -F 0
88
# Ensure that "su" is removed (the patch doesn't apply using patch-applying script for some dumbfuck reason)
99
echo "----- Removing su from builds -----"
1010
cd $ROOT_DIR/build/make
11-
git am $ROOT_DIR/patches/0002-personal/platform_build/000*-remove-su-from-builds.patch
11+
git am $ROOT_DIR/patches/0003-personal/platform_build/000*-remove-su-from-builds.patch
1212
git am --abort # if the patch has already been aplied, abort the process
1313

1414
START_TIME=$(date +%s)

0 commit comments

Comments
 (0)