commit | d826264621a2c3d27228b395bc36edf5510bcc49 | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Fri Jan 24 23:17:21 2014 -0800 |
committer | Colin Cross <ccross@android.com> | Mon Jan 27 14:45:44 2014 -0800 |
tree | 2a34d5b309dc375e831c5ddceb9e557ed93ac192 | |
parent | d0378b3f2dbb5a5ff0cf0517354606f3f808d790 [diff] |
add new gen/ directory for generated sources Allow modules to generate source into $OUT/gen, which will then be copied into $OUT/obj and $OUT/obj_$(TARGET_2ND_ARCH) as necessary. This allows a single build rule invocation that includes generated source to build for the first and second architectures. Modules will need to change calls to local-intermediates-dir into local-generated-sources-dir. Change-Id: I62504bad9454b3d9fde7b84ab9f0a487a2ecf0bf