mirror of
				https://github.com/MinimalBible/MinimalBible
				synced 2025-11-04 02:20:26 -05:00 
			
		
		
		
	Don't install libgd2-xdm
Worst case restart the build with this back in
This commit is contained in:
		@ -9,13 +9,12 @@ extra-android-m2repository
 | 
				
			|||||||
extra-android-support
 | 
					extra-android-support
 | 
				
			||||||
extra-google-m2repository"
 | 
					extra-google-m2repository"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#TODO: Is libgd2-xpm actually needed???
 | 
					 | 
				
			||||||
sudo apt-get update
 | 
					sudo apt-get update
 | 
				
			||||||
sudo apt-get install -qq --force-yes libgd2-xpm ia32-libs ia32-libs-multiarch
 | 
					sudo apt-get install -qq --force-yes ia32-libs ia32-libs-multiarch
 | 
				
			||||||
wget http://dl.google.com/android/android-sdk_r23.0.2-linux.tgz
 | 
					wget http://dl.google.com/android/android-sdk_r23.0.2-linux.tgz
 | 
				
			||||||
tar -zxvf android-sdk_r23.0.2-linux.tgz
 | 
					tar -zxvf android-sdk_r23.0.2-linux.tgz
 | 
				
			||||||
 | 
					
 | 
				
			||||||
for COMP in ${COMPONENTS}
 | 
					for COMP in ${COMPONENTS}
 | 
				
			||||||
do
 | 
					do
 | 
				
			||||||
	echo "yes" | android-sdk-linux/tools/android update sdk -u -a -t ${COMP}
 | 
						echo "yes" | android-sdk-linux/tools/android update sdk -u -a -t ${COMP}
 | 
				
			||||||
done
 | 
					done
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user