OSDN Git Service

add feature to strip "# comment" lines from prebuilt files
authorDoug Zongker <dougz@android.com>
Thu, 6 Aug 2009 20:02:19 +0000 (13:02 -0700)
committerDoug Zongker <dougz@android.com>
Thu, 6 Aug 2009 21:39:43 +0000 (14:39 -0700)
commit1046d20624318563aba92cfdd7eb7d39ecc44703
tree95f4e7b76f9e905883c5434d0183bd876c899154
parent28ab3b12d38f1e613d92fcee251ef064665dd8c9
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
core/definitions.mk
core/prebuilt.mk