
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
8 lines
241 B
Makefile
8 lines
241 B
Makefile
libc_bionic_src_files_arm64 += \
|
|
arch-arm64/denver64/bionic/memcpy.S \
|
|
arch-arm64/denver64/bionic/memset.S \
|
|
|
|
libc_bionic_src_files_exclude_arm64 += \
|
|
arch-arm64/generic/bionic/memcpy.S \
|
|
arch-arm64/generic/bionic/memset.S \
|