diff options
Diffstat (limited to '')
-rwxr-xr-x[-rw-r--r--] | tools/dicttool/etc/makedict (renamed from tools/makedict/etc/Android.mk) | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/tools/makedict/etc/Android.mk b/tools/dicttool/etc/makedict index 1b7d7cf0e..fffeb2376 100644..100755 --- a/tools/makedict/etc/Android.mk +++ b/tools/dicttool/etc/makedict @@ -1,10 +1,11 @@ -# Copyright (C) 2011 The Android Open Source Project +#!/bin/sh +# Copyright (C) 2012, The Android Open Source Project # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http://www.apache.org/licenses/LICENSE-2.0 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, @@ -12,8 +13,6 @@ # See the License for the specific language governing permissions and # limitations under the License. -LOCAL_PATH := $(call my-dir) -include $(CLEAR_VARS) - -LOCAL_PREBUILT_EXECUTABLES := makedict -include $(BUILD_HOST_PREBUILT) +# Dicttool supports making the dictionary using the 'makedict' command and +# the same arguments that the old 'makedict' command used to accept. +dicttool makedict $@ |