diff options
author | 2014-03-07 12:37:40 +0900 | |
---|---|---|
committer | 2014-03-07 15:04:27 +0900 | |
commit | 344742b0d1bd592c648db83d7e49137866305bba (patch) | |
tree | aed52e25c8cc6a4069d83bbe5d84d6afa50708df /tools/Android.mk | |
parent | ce2ac1c835e9794dde41fe14e4e953177c8333cc (diff) | |
download | latinime-344742b0d1bd592c648db83d7e49137866305bba.tar.gz latinime-344742b0d1bd592c648db83d7e49137866305bba.tar.xz latinime-344742b0d1bd592c648db83d7e49137866305bba.zip |
Recover the dicttool build except for Mac
With a hack: Temporarily disable host tool build on Mac until the
build system is ready for C++11.
Change-Id: Ib412ba0d7fecc968cc09b4d8fde4e838bdc0618a
Diffstat (limited to 'tools/Android.mk')
-rw-r--r-- | tools/Android.mk | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/tools/Android.mk b/tools/Android.mk index dc1403337..91b2fbbb0 100644 --- a/tools/Android.mk +++ b/tools/Android.mk @@ -12,6 +12,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -# Temporarily excluding dicttool -#include $(call all-subdir-makefiles) -include $(call all-named-subdir-makefiles, make-keyboard-text) +include $(call all-subdir-makefiles) |