commit | 6b3be2902dcfe6d6ebfea52c54fec182273a0138 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Tue Feb 03 14:23:53 2015 -0800 |
committer | Elliott Hughes <enh@google.com> | Tue Feb 03 15:21:07 2015 -0800 |
tree | 41b9d43ef388d1155bd7235340387b1b0b41202d | |
parent | 6c6f39678cf41a52826b4b4551f39d8256855f54 [diff] [blame] |
Add Google-style StringPrintf. Change-Id: If333c28b8ed047346a2dd85e591c4bedbab874cc
diff --git a/libutils/Android.mk b/libutils/Android.mk index 701fe0e..7bff14e 100644 --- a/libutils/Android.mk +++ b/libutils/Android.mk
@@ -41,6 +41,7 @@ VectorImpl.cpp \ file.cpp \ misc.cpp \ + stringprintf.cpp \ host_commonCflags := -DLIBUTILS_NATIVE=1 $(TOOL_CFLAGS) -Werror