OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LATINIME_HOST_OSNAME
(Results
1 - 3
of
3
) sorted by null
/packages/inputmethods/LatinIME/tools/dicttool/
NativeLib.mk
17
LATINIME_HOST_OSNAME
:= $(shell uname -s)
18
ifneq ($(
LATINIME_HOST_OSNAME
), Darwin) # TODO: Remove this
60
LATINIME_HOST_OSNAME
:=
Android.mk
20
LATINIME_HOST_OSNAME
:= $(shell uname -s)
21
ifeq ($(
LATINIME_HOST_OSNAME
), Darwin) # TODO: Remove this
22
$(warning dicttool_aosp is not supported on $(
LATINIME_HOST_OSNAME
))
109
LATINIME_HOST_OSNAME
:=
/packages/inputmethods/LatinIME/native/jni/
HostUnitTests.mk
16
LATINIME_HOST_OSNAME
:= $(shell uname -s)
17
ifneq ($(
LATINIME_HOST_OSNAME
), Darwin) # TODO: Remove this
53
LATINIME_HOST_OSNAME
:=
Completed in 69 milliseconds