commit | 6e18ca49f83c18772299677a4bd949d9dc978a62 | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Tue Jul 14 18:55:36 2015 -0700 |
committer | Colin Cross <ccross@android.com> | Mon Aug 24 16:19:43 2015 -0700 |
tree | cec6aeef53c5235ca63082aa5528c89f0783db1a | |
parent | cbac5fbe78bb7162049744e6aad234d572e2cab6 [diff] |
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