summaryrefslogtreecommitdiffstats
path: root/libs/host/include
diff options
context:
space:
mode:
authorBjorn Bringert <bringert@android.com>2013-03-18 21:17:46 +0000
committerBjorn Bringert <bringert@android.com>2013-04-26 14:40:41 +0100
commit4b269e4d356115aef9089befa1f0ebd1af8ab494 (patch)
tree1ec30318b65cb581f5ce4c7a61bb6de936ab9ea0 /libs/host/include
parentf012cfe7928b8e5fc3f358e22101e04a5c7a703d (diff)
downloadbuild-4b269e4d356115aef9089befa1f0ebd1af8ab494.zip
build-4b269e4d356115aef9089befa1f0ebd1af8ab494.tar.gz
build-4b269e4d356115aef9089befa1f0ebd1af8ab494.tar.bz2
Move pseudolocalize to aapt
Only aapt used pseudolocalization, so the code has been moved to frameworks/base/tools/aapt Change-Id: I1ddb3215c927fb19ca3765768edb8d14b38da94a
Diffstat (limited to 'libs/host/include')
-rw-r--r--libs/host/include/host/pseudolocalize.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/libs/host/include/host/pseudolocalize.h b/libs/host/include/host/pseudolocalize.h
deleted file mode 100644
index 94cb034..0000000
--- a/libs/host/include/host/pseudolocalize.h
+++ /dev/null
@@ -1,9 +0,0 @@
-#ifndef HOST_PSEUDOLOCALIZE_H
-#define HOST_PSEUDOLOCALIZE_H
-
-#include <string>
-
-std::string pseudolocalize_string(const std::string& source);
-
-#endif // HOST_PSEUDOLOCALIZE_H
-