aboutsummaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorKen Wakasa <kwakasa@google.com>2014-10-22 18:24:44 +0900
committerKen Wakasa <kwakasa@google.com>2014-10-22 19:26:21 +0900
commit54a1b8ec54c0a001cae93af43e25a8e35de02ff1 (patch)
treee0ca148b9a408ab752d62a6a69146632d0ad957c /Android.mk
parent90aa229f01f2a14ae5b4542e065d27d000dafb82 (diff)
downloadlatinime-54a1b8ec54c0a001cae93af43e25a8e35de02ff1.tar.gz
latinime-54a1b8ec54c0a001cae93af43e25a8e35de02ff1.tar.xz
latinime-54a1b8ec54c0a001cae93af43e25a8e35de02ff1.zip
Add latinime-common local lib
This is just a placeholder in this CL. It will be shared by LatinIME, dicttool, and tests. Change-Id: I6fb3516a5061555f6f24b29141c2871d2319b023
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk
index aa869112c..17eeba8f0 100644
--- a/Android.mk
+++ b/Android.mk
@@ -12,5 +12,5 @@
# See the License for the specific language governing permissions and
# limitations under the License.
-subdirs := native java tests tools
+subdirs := common native java tests tools
include $(call all-named-subdir-makefiles, $(subdirs))