commit | 34c653204cf9f5655700c94df47852e7b59ff742 | [log] [tgz] |
---|---|---|
author | Ken Wakasa <kwakasa@google.com> | Thu Mar 06 15:08:13 2014 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Thu Mar 06 15:08:14 2014 +0000 |
tree | 29a8f95f549e3295e6234fdb5f0912ac575ccfde | |
parent | c29088846195dd413f086d9f7e602e185eebb995 [diff] | |
parent | cf612a3abfd0cc244f8449db2cf11a0a7c680a2f [diff] |
Merge "Use std::min() and std::max()"
diff --git a/tools/Android.mk b/tools/Android.mk index 91b2fbb..dc14033 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)