Merge "libc: fix kernel cleanup script typo."

This commit is contained in:
David 'Digit' Turner
2011-01-31 07:53:11 -08:00
committed by Android (Google) Code Review

View File

@@ -45,7 +45,7 @@ kernel_default_arch_macros = {
# Replace tokens in the output according to this mapping
kernel_token_replacements = {
{"asm": "__asm__"},
"asm": "__asm__",
}
# this is the set of known static inline functions that we want to keep