diff options
-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) |