OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BASE_VER
(Results
1 - 4
of
4
) sorted by null
/system/tpm/trunks/
Makefile
22
PC_DEPS = libchrome-$(
BASE_VER
) libbrillo-$(
BASE_VER
) openssl
/external/autotest/client/deps/glbench/src/
Makefile
37
BASE_VER
?= 369476
38
PC_DEPS = libchrome-$(
BASE_VER
) libpng
/external/minijail/
common.mk
125
# If
BASE_VER
is not set, read the libchrome revision number from
126
# common-mk/
BASE_VER
file.
127
ifeq ($(strip $(
BASE_VER
)),)
128
BASE_VER
:= $(shell cat $(SRC)/../common-mk/
BASE_VER
)
130
$(info Using
BASE_VER
=$(
BASE_VER
))
[
all
...]
/external/modp_b64/
common.mk
125
# If
BASE_VER
is not set, read the libchrome revision number from
126
# common-mk/
BASE_VER
file.
127
ifeq ($(strip $(
BASE_VER
)),)
128
BASE_VER
:= $(shell cat $(SRC)/../common-mk/
BASE_VER
)
130
$(info Using
BASE_VER
=$(
BASE_VER
))
[
all
...]
Completed in 443 milliseconds