소스 검색

vendorsetup : Include Bash and Zip binary as there's enough space for them

Yillié 5 년 전
부모
커밋
26c9af43f6
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 2
      vendorsetup.sh

+ 0 - 2
vendorsetup.sh

@@ -38,9 +38,7 @@ if [ "$1" = "$FDEVICE" -o "$FOX_BUILD_DEVICE" = "$FDEVICE" ]; then
 		export ALLOW_MISSING_DEPENDENCIES=true
 		export LC_ALL="C"
 		export OF_USE_GREEN_LED=0 # Not for us
-		export FOX_REMOVE_BASH=1 # Size problem
 		export FOX_REMOVE_AAPT=1 # doesn't work
-		export FOX_REMOVE_ZIP_BINARY=1 # Reduce recovery size amap
 		export OF_VANILLA_BUILD=1
 		export OF_DONT_PATCH_ON_FRESH_INSTALLATION=1
 		export OF_SKIP_ORANGEFOX_PROCESS=1