mirror of
				https://gitcode.com/gh_mirrors/re/react-native-pushy.git
				synced 2025-10-31 21:33:12 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			288 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			288 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| APP_PLATFORM := android-16
 | |
| APP_CFLAGS += -Wno-error=format-security
 | |
| APP_CFLAGS += -fvisibility=hidden -fvisibility-inlines-hidden
 | |
| APP_CFLAGS += -ffunction-sections -fdata-sections
 | |
| APP_LDFLAGS += -Wl,--gc-sections
 | |
| APP_BUILD_SCRIPT := Android.mk
 | |
| APP_ABI := armeabi-v7a arm64-v8a x86 x86_64
 | 
