OSDN Git Service

Switch to LOCAL_SRC_FILES_EXCLUDE
authorDan Willemsen <dwillemsen@google.com>
Thu, 15 Oct 2015 21:49:45 +0000 (14:49 -0700)
committerDan Willemsen <dwillemsen@google.com>
Tue, 20 Oct 2015 18:58:28 +0000 (11:58 -0700)
commit268a673bd1add941e331b2f53758242d939ca5b1
tree4d867ed419e663419a2e5aa6e8d126beeb931e70
parentd29ba555130f1e61164cf6186cd6a29c7aa14719
Switch to LOCAL_SRC_FILES_EXCLUDE

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
22 files changed:
libc/Android.bp
libc/Android.mk
libc/arch-arm/arm.mk
libc/arch-arm/cortex-a15/cortex-a15.mk
libc/arch-arm/cortex-a53.a57/cortex-a53.a57.mk
libc/arch-arm/cortex-a53/cortex-a53.mk
libc/arch-arm/cortex-a7/cortex-a7.mk
libc/arch-arm/cortex-a9/cortex-a9.mk
libc/arch-arm/denver/denver.mk
libc/arch-arm/generic/generic.mk [deleted file]
libc/arch-arm/krait/krait.mk
libc/arch-arm64/arm64.mk
libc/arch-arm64/cortex-a53/cortex-a53.mk
libc/arch-arm64/denver64/denver64.mk
libc/arch-arm64/generic/generic.mk [deleted file]
libc/arch-mips/mips.mk
libc/arch-mips64/mips64.mk
libc/arch-x86/atom/atom.mk
libc/arch-x86/generic/generic.mk [deleted file]
libc/arch-x86/silvermont/silvermont.mk
libc/arch-x86/x86.mk
libc/arch-x86_64/x86_64.mk