platform_build_soong/cc
Colin Cross 6e18ca49f8 Fix java resource glob file list location
The source path was being appended to the module out directory
to create the file list file, which was resulting in .. in the
source path moving the file list file up the directory tree.
Use SrcDirRelPath to convert the globbed resource directories
to be relatiave to $srcDir before appending them.

Also do the same fix to generated aidl, logtags, yacc, and lex
files.

Change-Id: I2e636bd30abf03bc1d80a897951a9812cc3e09ef
2015-08-24 16:19:43 -07:00
..
arm64_device.go Simplify flags in c compiling, fix NDK build warnings 2015-04-22 14:08:45 -07:00
arm_device.go Fix arm cflags 2015-07-13 13:52:30 -07:00
builder.go Fix libgcc/libatomic link order 2015-07-08 18:10:14 -07:00
cc.go use init functions to register module types, etc. 2015-07-09 17:57:18 -07:00
cc_test.go Add support for building on Darwin hosts 2015-05-07 14:09:48 -07:00
clang.go Build rule updates for aosp 2015-05-04 17:02:18 -07:00
gen.go Fix java resource glob file list location 2015-08-24 16:19:43 -07:00
toolchain.go Add support for building NDK modules. 2015-03-26 21:58:12 -07:00
util.go Simplify flags in c compiling, fix NDK build warnings 2015-04-22 14:08:45 -07:00
x86_darwin_host.go Add support for building on Darwin hosts 2015-05-07 14:09:48 -07:00
x86_linux_host.go Build rule updates for aosp 2015-05-04 17:02:18 -07:00