Files
build/core
Ying Wang fb22a42d4f Contain obj of ../ source files in their intermediate dir.
Previously when a file in LOCAL_SRC_FILES starts with "../", the object
file may escape out of the module's intermediate directory, because we
insert the source file's path (but not with LOCAL_PATH) to the object
file's path. Even worse when two object files escape to the same destination
and cause conflict.
This change fixes the issue by removing the "../" inside the object
files' paths. To do that, we have to set up the compilation rules for
those files one by one, instead of using the one-for-all static
pattern rules.

Bug: 19641115
Change-Id: I19f3c48ece3244fa14acb2caa609deea710840d3
2015-03-10 19:05:15 -07:00
..
2014-11-07 16:10:17 +05:30
2014-12-05 22:20:37 -08:00
2013-10-23 13:18:39 -07:00
2015-03-03 21:47:04 -08:00
2014-05-14 19:16:25 -07:00
2014-05-14 16:55:04 -07:00
2014-09-03 15:39:50 -07:00
2013-11-15 14:43:33 -08:00
2015-02-26 12:40:34 +00:00
2014-07-21 14:42:29 -07:00
2014-08-23 09:45:31 -07:00
2015-01-05 15:33:16 -08:00
2014-09-04 18:59:05 -07:00
2014-05-21 16:40:35 -07:00
2014-05-14 16:55:04 -07:00