diff options
author | 2014-03-06 06:51:08 -0800 | |
---|---|---|
committer | 2014-03-06 06:51:08 -0800 | |
commit | 563aef07c8ea8a5df8a336c80c89b64a4092b1a0 (patch) | |
tree | 1ce994564a0a5c2c3a4b28365e2d3820ecead97e | |
parent | b60d09bca063110f48c47dee2f0e09f4472607d5 (diff) | |
parent | c29088846195dd413f086d9f7e602e185eebb995 (diff) | |
download | latinime-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.mk | 4 |
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) |