This moves the generic arm/arm64/x86 settings into the main makefiles and makes the rest of them derivatives. This better aligns with how soong handles arch/cpu variants. Also updates the Android.bp to make it consistent with the make versions. Change-Id: I5a0275d992bc657459eb6fe1697ad2336731d122
		
			
				
	
	
		
			32 lines
		
	
	
		
			1.0 KiB
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			32 lines
		
	
	
		
			1.0 KiB
		
	
	
	
		
			Makefile
		
	
	
	
	
	
libc_openbsd_src_files_exclude_arm += \
 | 
						|
    upstream-openbsd/lib/libc/string/memmove.c \
 | 
						|
    upstream-openbsd/lib/libc/string/stpcpy.c \
 | 
						|
    upstream-openbsd/lib/libc/string/strcat.c \
 | 
						|
 | 
						|
libc_bionic_src_files_exclude_arm += \
 | 
						|
    arch-arm/generic/bionic/memcpy.S \
 | 
						|
    arch-arm/generic/bionic/memset.S \
 | 
						|
    arch-arm/generic/bionic/strcmp.S \
 | 
						|
    arch-arm/generic/bionic/strcpy.S \
 | 
						|
    arch-arm/generic/bionic/strlen.c \
 | 
						|
    bionic/__strcat_chk.cpp \
 | 
						|
    bionic/__strcpy_chk.cpp \
 | 
						|
 | 
						|
libc_bionic_src_files_arm += \
 | 
						|
    arch-arm/cortex-a53/bionic/memcpy.S \
 | 
						|
    arch-arm/cortex-a53/bionic/__strcat_chk.S \
 | 
						|
    arch-arm/cortex-a53/bionic/__strcpy_chk.S \
 | 
						|
 | 
						|
libc_bionic_src_files_arm += \
 | 
						|
    arch-arm/cortex-a7/bionic/memset.S \
 | 
						|
 | 
						|
libc_bionic_src_files_arm += \
 | 
						|
    arch-arm/cortex-a15/bionic/stpcpy.S \
 | 
						|
    arch-arm/cortex-a15/bionic/strcat.S \
 | 
						|
    arch-arm/cortex-a15/bionic/strcmp.S \
 | 
						|
    arch-arm/cortex-a15/bionic/strcpy.S \
 | 
						|
    arch-arm/cortex-a15/bionic/strlen.S \
 | 
						|
 | 
						|
libc_bionic_src_files_arm += \
 | 
						|
    arch-arm/denver/bionic/memmove.S \
 |