commit | 1046d20624318563aba92cfdd7eb7d39ecc44703 | [log] [tgz] |
---|---|---|
author | Doug Zongker <dougz@android.com> | Thu Aug 06 13:02:19 2009 -0700 |
committer | Doug Zongker <dougz@android.com> | Thu Aug 06 14:39:43 2009 -0700 |
tree | 95f4e7b76f9e905883c5434d0183bd876c899154 | |
parent | 28ab3b12d38f1e613d92fcee251ef064665dd8c9 [diff] |
add feature to strip "# comment" lines from prebuilt files Change things so that when $(LOCAL_PREBUILT_STRIP_COMMENTS) is nonempty, we copy the source file using sed to strip out all the "# line"-style comments and blank lines, saving considerable system image space in the case of some wifi configurations. Bug: 2036961