* gnu/packages/patches/libutils-add-includes.patch: New file. * gnu/packages/patches/libutils-remove-damaging-includes.patch: New file. * gnu/packages/android.scm (android-platform-system-core): Use them. (android-libutils): New variable. * gnu/local.mk: Add them.
		
			
				
	
	
		
			11 lines
		
	
	
	
		
			305 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
	
		
			305 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
| --- a/libutils/CallStack.cpp	2018-04-25 20:13:06.348665241 +0200
 | |
| +++ b/libutils/CallStack.cpp	2018-04-25 20:13:18.360510763 +0200
 | |
| @@ -17,7 +17,7 @@
 | |
|  #define LOG_TAG "CallStack"
 | |
|  
 | |
|  #include <memory>
 | |
| -
 | |
| +#include <cstdlib>
 | |
|  #include <utils/CallStack.h>
 | |
|  #include <utils/Printer.h>
 | |
|  #include <utils/Errors.h>
 |