aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKen Wakasa <kwakasa@google.com>2014-03-06 06:51:08 -0800
committerAndroid Git Automerger <android-git-automerger@android.com>2014-03-06 06:51:08 -0800
commit563aef07c8ea8a5df8a336c80c89b64a4092b1a0 (patch)
tree1ce994564a0a5c2c3a4b28365e2d3820ecead97e
parentb60d09bca063110f48c47dee2f0e09f4472607d5 (diff)
parentc29088846195dd413f086d9f7e602e185eebb995 (diff)
downloadlatinime-563aef07c8ea8a5df8a336c80c89b64a4092b1a0.tar.gz
latinime-563aef07c8ea8a5df8a336c80c89b64a4092b1a0.tar.xz
latinime-563aef07c8ea8a5df8a336c80c89b64a4092b1a0.zip
am c2908884: Fix Mac SDK build
* commit 'c29088846195dd413f086d9f7e602e185eebb995': Fix Mac SDK build
-rw-r--r--tools/Android.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/tools/Android.mk b/tools/Android.mk
index 91b2fbbb0..dc1403337 100644
--- a/tools/Android.mk
+++ b/tools/Android.mk
@@ -12,4 +12,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.
-include $(call all-subdir-makefiles)
+# Temporarily excluding dicttool
+#include $(call all-subdir-makefiles)
+include $(call all-named-subdir-makefiles, make-keyboard-text)