platform_build_soong/common
Colin Cross b05bff2f26 Add per target archtecture properties
At least libcutils and boringssl need to set source files that
apply to x86 or x86_64, but only on the host or on the device.
Add new properties that can contain arch variant properties:
target.android_arm
target.android_arm64
target.android_mips
target.android_mips64
target.android_x86
target.android_x86_64
target.linux_x86
target.linux_x86_64
target.darwin_x86
target.darwin_x86_64

Change-Id: I5a7076653a7367a63daa7f7e34a6a28f5cbdfbe7
2015-04-30 16:35:06 -07:00
..
arch.go Add per target archtecture properties 2015-04-30 16:35:06 -07:00
checkbuild.go Update import paths for changes to blueprint 2015-03-23 12:57:34 -07:00
config.go Add support for building android apps 2015-04-20 14:12:30 -07:00
defs.go Update import paths for changes to blueprint 2015-03-23 12:57:34 -07:00
env.go Support dependencies on environment variables 2015-03-26 14:13:49 -07:00
glob.go Fix globbing bugs 2015-04-29 14:59:23 -07:00
module.go Support subtracting sources from globs 2015-04-08 15:19:30 -07:00
paths.go Move config into common and provide helper 2015-04-08 15:19:24 -07:00
util.go Quote glob exclude options 2015-04-10 16:12:49 -07:00