Skip to content
This repository was archived by the owner on Jan 27, 2025. It is now read-only.

Commit 0692d13

Browse files
committed
[RR] Drop "Wallpapers" since it is proprietary, and provided by gapps
1 parent e3f1bdc commit 0692d13

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

build-rom.sh

+6
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,12 @@ rm -f device/*/sepolicy/common/private/genfs_contexts
6969

7070
sed -i -e 's/BOARD_SYSTEMIMAGE_PARTITION_SIZE := 1610612736/BOARD_SYSTEMIMAGE_PARTITION_SIZE := 2147483648/g' device/phh/treble/phhgsi_arm64_a/BoardConfig.mk
7171

72+
if [ -f vendor/rr/prebuilt/common/Android.mk ];then
73+
sed -i \
74+
-e 's/LOCAL_MODULE := Wallpapers/LOCAL_MODULE := WallpapersRR/g' \
75+
vendor/rr/prebuilt/common/Android.mk
76+
fi
77+
7278
bash "$(dirname "$0")/apply-patches.sh" patches
7379

7480
. build/envsetup.sh

0 commit comments

Comments
 (0)