commit | 282e181b58cf72b6ca770dc7ca5f91f135444502 | [log] [tgz] |
---|---|---|
author | Adam Lesinski <adamlesinski@google.com> | Thu Jan 23 18:17:42 2014 -0800 |
committer | Adam Lesinski <adamlesinski@google.com> | Mon Jan 27 10:31:04 2014 -0800 |
tree | e313e7ab30ff4679562efa37bde29cfcb9e375d3 | |
parent | 7023df08f14ec5dee76ac54c03e870f84e297636 [diff] [blame] |
Revert "Move frameworks/base/tools/ to frameworks/tools/" This reverts commit 9f6a119c8aa276432ece4fe2118bd8a3c9b1067e.
diff --git a/tools/aapt/pseudolocalize.h b/tools/aapt/pseudolocalize.h new file mode 100644 index 0000000..94cb034 --- /dev/null +++ b/tools/aapt/pseudolocalize.h
@@ -0,0 +1,9 @@ +#ifndef HOST_PSEUDOLOCALIZE_H +#define HOST_PSEUDOLOCALIZE_H + +#include <string> + +std::string pseudolocalize_string(const std::string& source); + +#endif // HOST_PSEUDOLOCALIZE_H +